Pleas I need an EA If true use amount to set Take Profit for all orders. For example if I set '250' in the ea, it has to calculate the amount and set Take Profit for all orders instantly, for example 250 euro profit is at 1.12435, ea should set 1.12435 instantly. It has to be an EA that is constantly updating TP with amount just like how the take profit line in Mt4 is constantly changing. The amount has to constantly fit with the TP. If true use value to set Take Profit for all orders. For example if I set 1.12345 in the ea then ea should set all TP at 1.12345 instantly. If true use amount to set Stop Loss for all orders. For example if I set '300' in the ea. it has to calculate the amount and set Stop Loss for all orders instantly, for example 300 euro loss is at 0.12435, ea should set 0.12435 instantly. If true use value to set Stop Loss for all orders. For example if I set 0.12345 in the ea then ea should set all at 0.12345 instantly.