Indicator DrawOrders
The description:
The indicator draws on chart opened orders as arrow at opening time and price, after closing order the indicators draws arrow at closing time and price, and line between arrows. This is indicator makes manual trading more visual and/or draws orders of any EA.
Parameters:
MagicNumber = "magic" number of orders that drawing by indicator; value "-1" - draw all orders, 0 - draw manual orders.
BuyOrdersColor = the color for arrow that show Buy orders.
SellOrdersColor = the color for arrow that show Sell orders.
DeleteObjects = the mode of indicator: false - normal mode, indicator draw orders on chart; true - clearing mode, indicator delete own objects from chart and don't draw orders.
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 ?
|