STRATEGY WALDO TL Hello …. I do not know MT4 well, the manipulations and the various options, but here is what I would like: Thank you for contacting me in case of trouble. Cordially PRINCIPLE: The strategy will be use in the same time, on several currencies in several times frames, and/or on the same currency in different times frames. As soon as the candle or the bar changes color, for example as soon as the candle or the bar (at the close) turns red: we short at the opening of the next. As soon as the candle or the bar (at the close) is green we buy at the opening of the next bar If the stop or take profit are not activated or are activated but not affected, we will always be on the market: Long, shorts, long, shorts, ... ... long, .... Money Management Option 1 Lot fixe minimum Money management : true / false minimum lot : open (0.01 to 999….) Size unit : open (0.01 to 999…) Cycle target: open (1 to 999…) : true / false after a loss : minimum lot +1 unit , back to minimum lot after a win, or if the target cycle is reached (if cycle target = true) Example: If minimum lot = 1 If Size unit = 0.02 If cycle target = true (5) Trade 1 : Trade 1 : bet : minimum lot = 1 bet : minimum lot = 1 loss = -1 loss = -1 -> next bet = minimum lot + one size unit = 1.02 -> next bet = minimum lot + one size unit = 1.02 Trade 2 : Trade 2 : bet : 1.02 bet : 1.02 loss = -1.02 gain = ++ -> next bet = minimum lot + 2 size unit = 1.04 -> next trade = 1 (minimum lot) after a gain –cycle close Trade 3 : trade 1 : bet : 1.04 bet : 1 loss = -1.04 ….. the cycle re start….. -> next bet = minimum lot + 3 size unit = 1.06 Trade 4 : bet : 1.06 loss = -1.06 -> next bet = minimum lot + 4 size unit = 1.08 Trade 5 : bet : 1.08 loss or gain , the target cycle (5) is reached -> next trade bet = minimum lot We start another cycle. ///////////////////////////////////// If cycle = true = 99, in the ninety-nine trade, whether it is a loser or a winner, the next trade bet will be 1 unit (minimum lot). ///////////////////////////////////// Money Management Option 2, Perhaps, To come later. ///////////////////////////////////// setting the magic number by the user (me) ///////////////////////////////////// Stop loss : true or false Profit target : true or false ///////////////////////////////////// for now no trailing stop. I will see afterwards according to the results ///////////////////////////////////// Trading hours : I will see afterwards according to the results ////////////////////////////////// /// if strategy enabled, do not show color candles and trend lines. the color of the bars and the trend lines should only be visible if the corresponding indicator is active or if an option in the strategy allows to show it. //////////////////////////////////// ATTENTION : the delay between 2 orders generated by the strategy must be at least 10 seconds. //////////////////////////////////// Open code of course. /////////////////////////////////// I need to be able to test the strategy with the MT4 tester on different currencies and time frame Thank you. Ps: for the graphs I joined, I left the indicator visible for a good understanding.