i-CAi
i-CAi The indicator shows the break through-line. Input parameters: extern int MA.Period=35; extern int MA.method=MODE_SMA; extern int MA.applied_price=PRICE_CLOSE;
Madeleine_v2.0 Another version of the Madeleine indicator. Input Parameters: string str=”Madeleine_v2.0″; extern string _Bars=”Number of bars to be drawn”; extern int cfg_Bars=18; //number of bars to be drawn extern string Ray=”Rays drawing”; extern bool cfg_Ray=false; //rays drawing extern string HL1=”High (315), Low (45)”; extern bool cfg_HL1=true; //drawing only by High (315), Low (45) extern string…
Butterworth Moving Average It represents a standard MovingAverage indicator with the function of smoothing by the second-order Butterworth filter added. It is balanced so that if the same smoothing periods are selected the weight of the current count will correspond the weight in the Exponential Moving Average. In order to choose the Butterworth smoothing specify…
ZoneTrade The indicator was described by B. Williams as the fourth dimension – Trading Zone: If the current bars of AC and AO are green, it shows that the zone is green. If the current bars of АС and АО red, it shows that the zone is red. If the bars of AC and AO are differently directed then…
CandlesticksCW The indicator is based on CandlesticksBW. It colours the Japanese candlesticks by B. Williams displaying the “black” and “white” candlesticks. The candle is dyed in the colour of the coincident colours of the AO and AC histograms in the indicator, otherwise, the colour of the candlestick is black. The possibility of differentiating the…
Search patterns The indicator searches for the patterns displays the end of the D and C points on the screen.
VKW Bands modify VKW Bands modify uses the METRO indicator that should be placed in the ..\ experts \ indicators ….. folder. The indicator shows where to place the pending orders. When the black line crosses the blue or red one and then turns away you should place an order.
ThreeLineBreak on Chart S/R Blue lines are support levels, Red ones are resistance levels. The dashed lines are candidates. The amount of considered lines on a breakthrough is regulated by LB parameter of the indicator.
Moving Average The mathematical averaging of the symbol price for a given period is performed during the calculation of Moving Average. As far as the price changes its average value either increases or decreases.