Script DrawHistoryOrders
The description of actions:
The script draws on chart closed positions (from Account History) by following grafic objects: arrow at opening time and price, arrow at closing time and price, and line between arrows.
Assignment:
The script allow make analysis of trading action on chart.
Parameters:
StartDate = start date of history period.
FinishDate = finish date of history period.
MagicNumber = "magic" number of orders that drawing by script; 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 script: false - normal mode, script draw orders on chart; true - clearing mode, script 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 script ?
How I can determine that the script works ?
How I can assign "hot key" for start of a script ?
|