1798 Indicators

Normalized Volume Oscillator

Normalized Volume Oscillator This indicator is a developed idea of using normalized volumes. First of all, the normalized values are now expressed in percentage of the average value for a period. Accordingly, the data on the chart can now take negative values, too. This will mean some lull on the market. Another useful innovation is…

Read More

MACDonRSI

MACDonRSI Green line is RSI Red and gray lines are MACD histogram and signal line, repesctively

Read More

Indicator nEMA

Indicator nEMA Parameters Used extern int EMA_period=89; // EMA period extern int price_mode=0; // Priced used 0 – PRICE_CLOSE, // 1 – PRICE_OPEN, // 2 – PRICE_HIGH, // 3 – PRICE_LOW, // 4 – PRICE_MEDIAN, // 5 – PRICE_TYPICAL, // 6 – PRICE_WEIGHTED extern int mode_ema=0; // Error processing depth, maximum 6

Read More

Linear Regression Indicator

Linear Regression Indicator   Parameters: extern int period=34; // Regression calculating period extern int price=0; // Price used for calculations 0-Close, 1-Open, 2- High, 3-Low, etc. extern int Shift=0; // Chart shift when drawing extern bool bPlaySound=true; // Playing a sound when changing color extern string SoundName=”alert.wav”; // Wave file extern int CheckBar=0; // Bar,…

Read More

CandRelation

CandRelation The blue line – a part of the total length of the candle The green line – a part of the upper shadow of the candle length The red line – a part of the lower shadow of the candle The future correlations between these lines, if the corresponding figures of japanese analysis are…

Read More

L_Correlation

L_Correlation The calculation of correlation coefficient between two quotes charts of two currency pairs is performed (between the currency pair to whose chart the indicator is attached and the pair specified in the parameters of the indicator). The followings are displayed in the indicator’s window:   The chart of the correlation coefficient (you can disable…

Read More

Clock

Clock The object, the time is displayed in, can be dislocated at any point of the chart. The only external variable is the TextColor, it specifies the color of the text.

Read More