Hi @Grahal
No cumulating positions. I test and don’t find it works better (may be until we can exit gradually)
Yes I see the TS code of Nicolas, but I think it’s the use of Trailing stop who is a problem, in Range Market (As usual), because all work in trending market
Have a good day
I will test to filter with ADX. Something like that …
timeframe (30 minutes)
indicator= ADX[14]
indicator2= average[14](indicator)+std[14](indicator)
indicator3= DIplus[14](close)
indicator4= Diminus[14](close)
if indicator>indicator2 and indicator3>indicator4 then
backgroundcolor(10,255,10,100)
Elsif indicator>indicator2 and indicator3<indicator4 then
backgroundcolor(255,10,10,100)
else
backgroundcolor(0,0,0,100)
endif
return indicator as "ADX"
or maybe to test adx around several values .. adx > x or < .. ? but maybe your filter is better, never tested like this on my side (indicator>indicator2 ..)
Hi Guys,
We perfectly see on another Algo (whatever), that on EUR/USD we where in a range with many loss, and as soon as we have some trend Algo re-work with winning trades
Market structure, market structure, market structure ..
No so easy.. On trend we need some pips for stop loss but in Range it stop quite every time…
I test with the code above but actually there is still some problems (the more you use this filter the less you have trades per day)
you are actually blaming the market for your poor performance?
anybody can realise what misstakes were made in the past by looking into it.
Of course not @snucke
It’s just to try to understand why results are worst than before and adapt the algo with these new parameters
Is the Donkey sleeping? I’m curious to see if you are still working on this project.
@eckaw
Hi
The Donkey is Dead 😉
I’m not working at this project now, it was only a temporary project/test
Have a nice day
The donkey got turned into sausages. Game over.