EA name: EA STS v1.0 EA based on this strategy: https://www.mql5.com/en/blogs/post/677671 EA based on these indicators: https://www.mql5.com/en/market/product/14852 https://www.mql5.com/en/market/product/15422 https://www.mql5.com/en/market/product/3941 EA properties - inputs: Order type: -market orders only (for version 1.0) -Comment - standard value: STS v1.0 -Magic number - standard value: 654321 FX Trend - Trend start module: -active: true/false -open trade when trend switch alert (open buy, when new green line appears; open sell, when new red line appears) - true/false - standard value: true -option to choose on which TFs this trade opening module shall refer (M1, M5, M15, M30, H1, H4, D1, W1) - single and multiple selection by true/false - standard value: only D1 true -close trade when opposite signal appears - standard value: true Filter: FX Power - Power module: -active: true/false -only open trade if delta between both currencies is equal or bigger than x (e.g. EUR 4.4 USD 7.6--> delta is 3.2; if filter value is 2 trade will be opened; if filter value is 3.2 trade will be opened; if filter value is 3.3 no trade because delta is smaller than filter value) - standard value: 3.0 Lighthouse - SR filter: -active: true/false - standard value: true -only open trade if support or resistance line is x pips or more far away; if less then x pips, do not open trade - standard value: 15 pip Lighthouse - SL module: -active: true/false - standard value: true -use closest support line as SL (for buy trades) - standard value: true -use closest resistance line as SL (for sell trades)- standard value: true -use closest reistance line as TP (for buy trades) - standard value: false -use closest support line as TP (for sell trades) - standard value: false -only use lines at the point of time when trade was place (no dynamic adaptation later on) Trailing: -active: true/false -Automated trailing: use red line for sells (or green line for buys of FX Trend indicator as dynamic trailing line) - true/false - standard value: true -Standard trailing: trailing stop, trailing start x pips, trailing step x pips. - true/false - standard value: false Standard SL and TP in pips: -SL: implement standard initial SL - standard value: false -TP: implement standard TP - standard value: false Lots: -Risk lot x % (e.g. 1%) - true/false - standard value: true 1% -Dynamic lot x (e.g. 10, i.e. 0.1 lot per 1000 EUR account balance) - true/false - standard value: false -Fixed lot x (e.g. 0.1) - true/false - standard value: false Max orders: -max orders per currency pair: x (e.g. 3) - standard value: 3 Slippage: -Slippage: x (e.g. 2) - standard value: 2 Graphical display on chart: -show the EA inputs and some information (balance account, floating profit/loss, DD) on the chart.