EA REQUREMNETS 1- the EA should first identify HH LH LL HL , you must create a custom indicator 2- Can use a filter using macd indicator , i will provide this idicator THEN It Has two entry Model: parameters: Entry Model :choose( Aggressive \ Normal ) Aggressive : Sell : when a HH Created the ea will look for a new Hh to be created after the first one , after the creation of the new hh if the price break the swing low of the first hh and closed just below it, it will place a sell at the close of that candle ( example see the picture 1) Buy: Buy : same concept when a LL Created the ea will look for a new LL to be created after the first one , after the creation of the new LL if the price break the swing high of the first LL AND closed just above it , it will place a buy order at the close of that candle( see the picture2) Notes : 1- In term of HH and the new HH if the third HH Was created then the Ea will used swing low of the second Hh , same apply to the sell ----------- Normal Sell : same concept the the it will use a limit order to enter at the swing low (see picture 3) Buy: Buy : same concept the the it will use a limit order to enter at the swing high (see picture 3) ------------------------------------------------------------------------------------------------------ Money Management choose ( Regular \ HIGHS LOWS ) Regular: lot: take profit: stop loss: ---- ---- ---- --- Highs and lows ( picture 4) risk to reward: ex 1:2 time frame: the user choose the time frame to identify the take profit target : for example latest HH in the 5 minutes chart before the trade places will be the tp target take profits : in sell , it will target the latest LL , IN buy, it will target the latest HH Stop lose: will be calculated automatically depend on the risk to reward ratio ---------------- ------- -------- ----- FTMO : Activate (yes\ no) Max Drawdown : % stop the Ea if MAX DD reached until the hour that user specify : HOUR: 00- 23 MAX BALANCE LOSS: EX 18000 usd STOP THE EA IF MAX BALANCE HIT ----- ----- ---- ---- ---- ---- ---- --- -- --- TIME FILTER : yes \ no Time parameter : this is to trade at specific time range (3 periods ) Period 1 (active yes\no) Start HOUR : 0-23 Start Mintues: 0 -59 End Hour: 0-23 End Minutes :0 -59 Period 2 (active yes\no) Start HOUR : 0-23 Start Minutes: 0 -59 End Hour: 0-23 End Minutes :0 -59 Period 3 (active yes\no) Start HOUR : 0-23 Start Minutes: 0 -59 End Hour: 0-23 End Minutes :0 -59 ------------------ -------------- ------------- MACD Buy sell filter: Activate (ture , false) TIME FRAME : If macd is bullish will take only buy , if macd is bearish will take only sell When the MACD line is above the signal line, it suggests a bullish signal,. Conversely, when the MACD line is below the signal line, it suggests a bearish signal finally, source code must be included