EA modification Add Use Hour True - False If True, the first trade will be opened from the time specified in Start Trade. After the Stop Trade time, no more trades will be opened Start Trade: Add a list in the form of a drop-down menu from 0 to 23 ____ Here the objective is to be able to optimize as the user wishes Stop Trade: Add a list in the form of a drop-down menu from 0 to 23 ____ Here the objective is to be able to optimize as the user wishes Add Car GMT True False Add Use Partial Close True - False I will briefly recall the nature of the EA. The EA always opens trade by one indicator, which is chosen by the user since the EA carries numerous indicators. At the time of closing the trade, the user chooses: Closing by opposite signal of the indicator, or closing by TP and SL So here I am going to explain how Use Partial Close works: If there is a BUY, with each candle that the price closes against, a % that the user chooses will be closed, always candle by candle, until the lot is indivisible and the operation is closed. . See photo partial close 1. If there is a SELL, with each candle that the price closes against, a % that the user chooses will be closed, always candle by candle, until the lottery is indivisible and the operation is closed. see photo partial close 1 Add in a drop-down menu called Partial Close & the closing % that the user will choose, from 10% to 90%, that is, from 10 to 10 If, for example, the initial lot is 1 lot and the partial close is True and the Partial close & is 50&, the first candle against it will close 0.50 lots. The second candle against the 0.25lots will close. to the third candle against it, 0.12 lots will be closed. On the fourth candle against it, 0.06 lots will be closed.... So until there are 0.01 lots left. Either have the TP or Sl actuate or flag to exit. Be careful when there is an odd batch !!! If the lotage is, for example, 0.25, and the reduction is 50%, the developer must know how to go to a lotage of 0.12 and not 0.125!