Sorgo EA

Sorgo EA

2 июля 2024, 20:13
Artsiom Rekets
0
438


Parameters:

1. Manual - true. Manual parameter setting

   items: 6;7;8;9;10;11;12;13;14- used;

   item 2 is not used.

   Manual - false. Automatic parameter setting 

   items: 6;7;8;9;10;11;12;13;14- not used;

   item 2- used.

2.AutoLot- 0.05. automatic lot size. (example proportion: 0.05 for deposit 1000 (0.5 for deposit 10000)).

3.Use2Order- true (false) enable
(disable) the use of order #2 in the algorithm.

4.Use3Order- true (false) to enable (disable) the use of order #3 in the algorithm.

(if order #2 is not used, the lot calculation of order #3 follows the logic of order #2 with the conditions for opening order #3.)

5.IndexLot- lot multiplier for the next order from the previous one (calculated from equity).

6.Lot1- Lot size of order #1

7.Lot2- Lot size of order #2

8.Lot3- Lot size of order #3

9.StopLoss1 - SL level for order #1 in pips.

10.StopLoss2- SL level for order #2 in pips.

11.StopLoss3 - SL level for order #3 in points.

12.TakeProfit1 - TP level for order #1 in points.

13.TakeProfit2 - TP level for order #2 in pips.

14.TakeProfit3 - TP level for order #3 in pips.

15.UseTrailingStop- false (true), disable (enable) the use of Trailing Stop for all orders.

16.TrailingStop- level of TrailingStop start in points. 

17.TrailingGap- level of TrailingStop change in points. 

18.DST- true (false), enable (disable) summer time of the terminal server.  GMT +2 (DST-false) , GMT +3 (DST-true)

19.OffHoursFilter- true (false), disable (enable) time filter.

20.HoursFrom- EA start hour (00-24)

21.HoursTo- hour of EA robot ending