Input dialog and manual confirmation

 

Hello all. I wanted to know if is possible to develop and EA that sends once it detects a valid setup a pop up with an input field to type manually the price level of the stop loss. Is it possible ?

I am curious to do the backtesting in visual mode and check if with little discretion I can monitor the EA to achieve better results.

Thank you.

 

I did it before, not with an input dialog, but with an horizontal line, when i moved the HLINE the ST is modified

by using:

OrderModify (OrderTicket(), OrderOpenPrice(), ObjectGet ("HL SL", OBJPROP_PRICE1), OrderTakeProfit(), 0, CLR_NONE);

Reason: