NSR_EA Hi, I need an EA in MQL4 language with the source code, it should be well commented and clean code. very simple EA: it catche if there is a position Manualy opened on the current symbol (if any). when the user opens a position on the Current Symbol, the EA will catch this order, 1- Assign a Stop Loss (User input) 2- Activate trailing stop (detailed user input with bool to use trailing or not) 3- if the order reaches certain Pip_Step (user input indicates how many pips in profit), the EA then opens a new position on the same Current Symbol but the lot will be: Orginal_Size * (User Input double Multiplayir default value 1.0) and the same Stop Loss from user input (i.e. 50 pips) thats it. the user input should be like: Stop Loss PipStep Lot Multiplayir Activate Trailing Stop (Yes/No) Trailing Stop Start Trailing Step General conditions: 1- MT4 EA with the source code, well commented and organized 2- Do the full job in 2 Days Max. thanks