AbzParticipant
Veteran
Hello
i am trying to use the indicator PRC_Adaptive-ATR-ADX-Trend-V2 for automated strategy , anyone that can help on how i can achive that , simply buy and short where the dots are shown.
Adaptive ATR-ADX Trend
AbzParticipant
Veteran
i think i manage to solve it
IF not onmarket and lastTrade and trend[1]=-1 and trend=1 THEN
BUY Positions CONTRACT AT MARKET
It returns SSTOP, not TREND.
But if you embed it in your code, instead of CALLing it, then it’s ok. But you could also write
IF not onmarket and lastTrade and close CROSSES OVER sstop THEN
AbzParticipant
Veteran
what values shoud be suitable to change if we want to use it as 30 min time fram in a 15 min chart. just while we are waiting for the multi timefram support to be avalible on live account.
You can do the math, a 20-period MA becomes a 40-period MA.
But it’s not exactly the same!
@Abz did you get anywhere /success with making a profitable System out of the PRC_Adaptive-ATR-ADX-Trend Indicator.
I used variable values of TP and SL and I tried all TF’s up to Daily and several Markets and results were at best dissappointing and at worst bad. The many poor overall results surprised me!?
Anybody else tried the same and get good results??
Cheers
GraHal
AbzParticipant
Veteran
No i did not get any good result either. We just have try out new ideas and hopefully we will achive some profitables strategies 🙂