Deskripsi
With this adviser you can assess the execution speed and the quality of communication with trading server. After starting, the adviser produces a series of a specified number of successive opening and closing orders (random direction with increasing volume for easy separation of orders), and records the time of opening and closing of each order. Adviser can also recoed speed performance statistics to a file. Example of such a file:
Deals_Speed_Statistic EURUSD_m.csv
2013.06.26 14:52
Order №;Open time (ms);Close time (ms)
2013.06.26 14:52;#;6665235;1155;1045
2013.06.26 14:52;#;6665241;499;530
2013.06.26 14:53;#;6665245;905;483
2013.06.26 14:54;#;6665253;1138;1185
2013.06.26 14:55;#;6665257;1154;842
kol_orders = 3 Number of orders in a series of opened in a random direction and closed immediately, one after another.
between_series_min = 5 The execution frequency of request series (delay in minutes).
porog_min_lot = 0.01 Manually specified minimum lot limit that is added while opening positions. Volume of orders in a series gets increases by the LOTSTEP.
magic_for_orders = 888 Magic number of opening orders. Commentaries on orders is automatically set in "Deal_Speed_Stat".
deinit_delete_all_objects = true Parameter, responsible for deleting all objects from the chart and closure of all left posotions (with a commentary and advisor magic number) during deinstallation.
FileName="Deals_Speed_Statistic" A string that specifies the beginning of the execution statistics file. Name of the symbol, on which trading operation is conducted, is added to this string.