DislikedGuys - if you want an EA for this just let me know - Ill email it acrossIgnored
there are a few variations...I think post 19 looks interesting....could you do an ea on this strategy?
I need an Expert Advisor coder for an EA using MA, ADX and RSI 0 replies
Adx/rsi/heiken Ashi system 16 replies
Stochastic or/and RSI with adx EA needed 2 replies
Code for "if ADX (-1) < ADX (-2)" 18 replies
Looking for Super ADX/Power ADX 1 reply
DislikedGuys - if you want an EA for this just let me know - Ill email it acrossIgnored
DislikedYes -ive got i built. Theres quite a few inputs too so you can play around with it. one such input setup would achieve post 19Ignored
DislikedI am working on something similar. Buy if RSI goes above 60 and ADX >25 and close when comes back to 60. Sell if RSI goes lower than 40 and ADX > 25 and close when comes back to 40. Just having a hard time finding an EA for this.Ignored
Dislikedthe strategy will generate more buy /sell signals on each price bar due to the condition that ADX >20 and RSI >60 To prevent more buy/sell orders add two MAs example 1.FAST SMA =20 2.SLOW SMA=100 3.RSI(14 Period) 4.ADX (14 Period) For Buy: When FAST SMA(20) Cross above SLOW SMA(100) and ADX >=25 And RSI >=50 to Enjoy a long term trend add trailing stop The Sell is When FAST SMA(20) Cross below SLOW SMA(100) and ADX >=25 And RSI <50 This Strategy will only buy/Sell only if there is a CrossOver and all other conditions are met .Ignored
DislikedI've coded an EA using RSI, ADX, two EMAs, and ATR for the trailing stop. I ran over 9,000 simulations with different indicator settings, RSI and ADX configurations, as well as various trailing stop levels, using REAL TICK DATA over 26 YEARS on EUR/USD with 98% tick modeling quality on the 4H timeframe — because no combination produced positive returns on the 1H timeframe or lower. Unfortunately, the best combination delivered a total profit of 105% (again, over 26 years), which is quite low, with a maximum drawdown of 22%. You could increase the...Ignored