#Remove functions: picture 1: - Trading time setting - News filter setting #Correct functions: 2 - Printersignalmode If -waitfornextsignal: when a cycle is over, the EA must wait for a new signal. or If -latestprintedsignal: when the EA is enabled, and without open orders, it analyzes the last signal (buy or sell) and begins a new cycle. 3 - Maximum number of open example: maximum number of open orders: 10 (maximum number of orders per cycle) At each signal, whether Buy or Sell, the EA can open 10 orders (grid). When all orders close (end of the cycle), the EA must wait for a new signal. If a new signal appears while the EA has open orders, the signal is invalid. 4 - continue to open orders If true, from the second order the EA should only analyze the distance between the orders. If false, from the second order on, the EA must analyze the distance between the orders and also all filters that are in true. For example channel, step average. 5 - TP All orders of the cycle must close at the same time, that is, they must obey the same TP as the first order.