Fractals
Fractals
LSMA in Color The indicator is build on the basis of moving averages. Its main feature is entering/leaving signal – the indicator’s line is colored in a certain color signaling for the user to buy or to sell. The accuracy of the signal is very high. If even you don’t enter the market using this…
ZigZagHistory Green lines are High and Low of the indicator. Gray line is the middle of the last line.
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
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,…
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…
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…