Job finished


Specification
I analyze my strategy on tradingview but for execution I need this simple MT5 trade manager EA for nas100 with these simple features. Enters buy stop 1 point above or sell stop 1 point below the highest point or lowest point of the current open candle closure (both body and wick accounted for), SL goes 1 point below the lowest point of the candle for buys, above the highest point of the candle for sells. in the settings area have an adjustable section for lot size calculation in form of dollar amount… by default adjust to $250 a trade, and TP should always be a 1:1RR. After EA is attached to the chart have a dashboard with these commands: "BUY STOP 1 POINT” this command sets a buy stop order 1 point above the current open candle but immediately after it closes and SL 1 point below the lowest point of the candle. Do the same for sells, obviously in vise versa "SELL STOP 1 POINT". Add 2 more buttons like the previous 2 with the same rules but instead this time stop orders 0.5 points above/below the candle same with SL adjusted to 0.5 points respectively. Add another button for "SL TO BE AT 0.4RR” this command automatically moves SL to BE when the trade is 0.4RR in profit.. Another button for "SET SL TO BE" which sets the SL to BE at any point the trade is in profit. colour code the buttons with the most suitable colours.
-some clarifications on the stop orders. once clicked the commands should apply to the current open candle and the stop orders should be placed immediately after the candle closes in the fastest amount of time possible as nas100 can be extremely volatile in NY session. and if new candle open too fast in the intended direction for the EA to fill the order for 1 or 0.5 points, simply set the order at the next available price...