1798 Indicators

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

Cloq

Cloq The indicator displays the time of the trading session. //   CloqCorner   – 0 = top left, 1 = top right, 2 = bottom left, 3 = bottom right //   DispGMT      – Display GMT Time //   DispLocal    – Display Local Time //   DispLondon   – Display London Time //   DispTokyo    – Display Tokyo Time //   DispNY       -…

Read More

Kuskus Starlight

Kuskus Starlight Indicator Kuskus Starlight. Input Parameters:   int   LeftNum1=56; int   LeftNum2=56;

Read More

Discipline

Discipline Of course it has some inaccuracies, but they are 10% of 100%. Input Parameters: extern int period=10; extern int price=0; // 0 or other = (H+L)/2                     // 1 = Open                     // 2 = Close                     // 3 = High                     // 4 = Low                     // 5 = (H+L+C)/3                     // 6 = (O+C+H+L)/4                     // 7 = (O+C)/2…

Read More