1798 Indicators

i-BandsWidth

i-BandsWidth The parameters are the same with the Bollinger Bands plus I added smoothing.   BandsPeriod – Period BandsShift – Shift BandsDeviations – Deviation from the main line Slow – Smoothing

Read More

ZigZag with Its Own “Channel”

ZigZag with Its Own “Channel” The drawing of the channel’s borders was added to the standard ZigZag by MetaQuotes. I.e. all the upper and the lower peaks are joined by lines. The parameters are the same: (Depth is the minimum number of bars the second maximum (minimum) less (greater) than the previous by Deviation pips…

Read More

Indicator iCCI_M1+H1+D1

Indicator iCCI_M1+H1+D1 The indicator is implemented on the basis of the standard CCI indicator. It draws three lines of different periods in one subwindow.: Red Line – period М1, Green Line – period Н1, Blue Line – period D1.

Read More

Indicator of Equity and Balance

Indicator of Equity and Balance The indicator draws the charts of equity and balance by the data of account’s history, it uses the current opened positions for updating the charts in the real time mode as well. There is a possibility of drawing the charts of margin and free margin but only by the current…

Read More

Forecasting of Price Ranges

Forecasting of Price Ranges The idea was taken from the book “The New Science of Technical Analysis” by Thomas R. Demark. Demark advises to use own calculation for forecasting the daily range of the prices. As far as the data of one daily bar is used for the calculation, this caculation can be applied to…

Read More

Indicator of Candlesticks Combinations (Japanese Candlesticks)

Indicator of Candlesticks Combinations (Japanese Candlesticks) The candlesticks combination were taken from the book “Japanese Candlesticks” by Nison. This indicator designates the following combination of candlesticks: – “hammer” or “hanged man”, the code of the symbol is 108, the color is DimGray. – “bullish engulfing”, the code of the symbol is 110, the color is Red . It…

Read More

SMI_Correct-1

SMI_Correct-1 Another SMI indicator. On the basis of the book “Momentum, Direction and Divergence” by W. Blau. extern int Period_Q= 13; // HH LL extern int Period_R= 25; // 1st EMA extern int Period_S=  2; // 2nd EMA extern int Signal=5; // Signal EMA extern int ShowBars=1000;

Read More

Indicator of Tickly Price Changing

Indicator of Tickly Price Changing The indicator shows the number of the points the price changed by and the direction of price changing with the coming of a new tick.

Read More