MA + Price action Above MA + Candle Signal = Sell last X candle first signal: Candle Body Only - two candles -Full detailed MA input with TF to chose (input) -enum Time Frame to chose the TF for candle proccessing (input) -two cndles From the last X candles (input) -each candle Body is At least X pips (input) -the deference doesnt exceed X% (input) -the shadow of both candles doesnt exceed X% of the hole Candle (input) -if both candles opened and closed under the MA and the first candle is a bearish candle and the next Candle is a bulish candle. BUY - if opposite Sell -Bool to Activate Spacial TP, and Spacial SL - Spacial TP is X% of the BODY of the second candle, (could be 100% or 250% or 25% of the second candle) - Spacial SL is X% of the BODY of the second candle, (could be 100% or 250% or 25% of the second candle) Second Signal: Shadows only - 2 candles: -Full detailed MA input with TF to chose (input) -enum Time Frame to chose the TF for candle proccessing (input) -two cndles From the last X candles -each candle is At least X pips (input) -the shadow of each candle should be at least X% of the hole candle. - if both candles opened and closed under the MA and the first candle have all the conditions and the next Candle also have all the conditions and is a bulish candle (close above the open). BUY - if above MA and Opposite Sell -Bool to Activate Spacial TP, and Spacial SL - Spacial TP is X% of the SHADOW of the second candle, (could be 100% or 250% or 25% of the second candle) - Spacial SL is X% of the SHADOW of the second candle, (could be 100% or 250% or 25% of the second candle) Third Signal: Body and Shadow, 2 Candles -Full detailed MA input with TF to chose (input) -enum Time Frame to chose the TF for candle proccessing (input) -two cndles From the last X candles -each candle is At least X pips (input) -the deference doesnt exceed X% (input) -Bool to Activate Spacial TP, and Spacial SL - Spacial TP is X% of the HOLE CANDLE of the second candle, (could be 100% or 250% or 25% of the second candle) - Spacial SL is X% of the HOLE CANDLE of the second candle, (could be 100% or 250% or 25% of the second candle) Forth Signal: Body and Shadow, 1 Candle -Full detailed MA input with TF to chose (input) -enum Time Frame to chose the TF for candle proccessing (input) -two cndles From the last X candles -the candle is At least X pips (input) - No normal TP or SL. TP and SL should be as follow: - TP is 100% of the HOLE CANDLE of the candle. - SL is the Low (if Buy) Or the High (if Sell) of the CANDLE. input and general conditions: - proccesing shuld be on the open of new candle, all signal proccessing on the open of new candle on the TF on each signal. other proccecing on tick -initial Lot, TP, SL in pips -Time Filter with Bool to activate. so the EA will not initiate new orders out of this time. - Detailed Trailing Stop with Bool to activaate - magic number - spacial Timer to CANCEL all TP and SL of current open orders, then re put them after this timer finish, with bool to activate - Risk managment % from the account: on daily basis, i.e if down 20% of the initial balance of the day, close all and wait for new day - Bool Multi Order: if false, only 1 active order - comments on Trade, detailed reson of open. - Comments on the chart detailing last trade - bool to take more than one signal from the same Symbol. - the EA can always take deferint signal at any time. i.e (Buy because of first signal , and Sell because Second signal) General conditions: i want the EA to be on both MT4 and MT5 i want the source code of both MQL4 and MQL5 organized, detailed, Clean and well commented code. the hole project should take less than 4 days.