Gridder EA modification V6 The Idea: I need Gridder to periodically monitor the order size of the twin EA. If gridder found that the twin EA has an order equal or more than an input value, Gridder will start opening its grid. The type of the grid will be the opposite of the twin. Suggested new input parameters: * Enable trading mode: Monitor/semi/auto ( we will add the monitor mode) * Monitor every # second: 5 (Gridder will check the max twin order size every seconds ) * Monitored twin max order size : 1 lot * Monitor base balance : 10000 ( so if twin has 20000 balance, the max size will be 2 lots) * First gridder market order size percentage (monitor mode) : 20% ( if 1 lot, so first market = 0.2) * First gridder pending order size percentage (monitor mode) : 20% ( if 1 lot, so first pending = 0.2) * Also, I need to link the " Add size parameter " to the base balance of the twin. If I have 0.01 , it means 0.01 to 10000 twin balance. If twin reached 20000, Gridder will add size 0.02 Thanks