작업 종료됨
명시
Hello,
I would like to create an expert (can be use as indicator too) using my own strategy applicable to different fx pairs, stocks and commodities(5M/15M/30M/1H) as follow:
- MACD Customizable: Zero Lag = y/n / Long period=x (12 default); Short period= x (5 default); Trigger period= x (21 default) / Price customizable (default close bid)
- RSI Wilder Customizable / Period=x (14 default) / High value= x (53default; green line) ; Middle value= x (50 default; no line); Low value= x (47 default; red line) /Main line yellow / Price customizable (default close bid)
- EMA customizable: period= x (default 5; yellow) / Price customizable (default close bid)
- EMA customizable: period= x (default 12; aqua) / Price customizable (default close bid)
Strategy:
BUY IF: MACD line cross over SIGNAL line and EMA5 cross over EMA12 and RSI over High value 53
SELL IF: MACD line cross below SIGNAL line and EMA 5 cross below EMA 12 and RSI below Low value 47
CLOSE TRADE IF: EMA opposite crossing or TP/SL hit
SETTINGS:
- Magic number
- Max spread to trade
- Lots size
- Trading days / Hours time filter (start/stop hour and minutes)
- Stop trading and close all orders in profit on Friday / Hour and minutes (loss orders will remain open)
- Stop trading and close all orders (profit and loss) on Friday / Hour and minutes
- No trade if EMA cross (over/below) in the last x candles
- Allow buy orders
- Allow sell orders
- Max quantity orders Buy/Sell
- TP target pips (if 0 no TP)
- SL target pips (if 0 no SL)
- Stop EA and close all trades if percentage loss of account value is hit
- Daily total profit amount target
- Stop EA and close all trades if Max daily gain amount is hit (realized profit + open profit open - open loss)
- Trailing stop value if in profit (pips)
- Broker commission for 1 lot
- Custom comment
- Custom Chart (see attached)
- Clear entry indicator in the chart (green=long / red=short, shape=arrow + white point)
- Clear exit indicator target hits in the chart (green cross=Profit/red cross=Loss) for TP/SL or EMA reverse cross
- Alerts on terminal, msg+sound (true/false)
- Alerts on mobile and email (true/false)
- Full details in the trading history including TP/SL levels
Please feel free to contact me for any further questions and info/suggestions.
many thanks!