Indicator MarkBars
The description:
This indicator for the analysis of a history. It highlights bars at that it was possible to trade. It is meant, what the order opened on the opening price of the marked bar.
Parameters:
NumBars = amount bars where wait for closing by take profit or by stop-loss.
TakeProfit = take profit (amount pips); 0 = without take profit.
StopLoss = stop-loss (amount pips); 0 = without stop-loss.
Spread = spread (amount pips); 0 = without spread; -1 = use current spread.
DrawRectangles = true - draw rectangles between bars, false - draw gistograms on bars. If you set mode "false" then also try to enable the string "Chart on foreground" in features of chart.
DrawRectangles_ColorBuy = the color for rectangle at Buy-bar.
DrawRectangles_ColorSell = the color for rectangle at Sell-bar.
DrawRectangles_ColorBoth = the color for rectangle at Both-bar.
The status: Free-of-charge, it is possible to download the source-file.
Platform: MetaTrader 4.
Frequently asked questions:
How I can run a indicator ?
How I can determine that there was a error at execution of the indicator ?
How I can change parameters of the indicator ?
|