Hi all,
I’ve my new CFD account and then I worked yesterday on a new algo working on a TF30 sec with a Bollinger and an Stochastic.
I tried it in real today with the minimum risk (0.2 €/pts) on the DOW.
I share the results.
I think that the problem on my algo is that I can take 2/3/4 trade for the same “signal” and that should be better to get 1 trade for each brake of the bollinger but with a gap. I mean, get only one trade for each “wave” of the bollinger brake (Picture 1)
But I don’t know how to code this kind of thing. Someone has an idea ?
The ITF if you wanna try it 🙂
But I don’t know how to code this kind of thing. Someone has an idea ?
Try below as the Line 1
defparam cumulateorders = False // Not True
Hi @grahal.
If I put “true” on the instruction i will not get multiples orders on 2/3 waves.
Then for me its not the good way :S
Hi Scooby, I donwloaded this version: EUR-USD-10S-RSIBOL-V3.itf
I tried lo start becktest but I have no trades…there’s something to change?
Thank you very much.
Bellow the ITF which work
Thank you very much, now it works but it seems going only in short positions. Did you optimize too much for last days? Any fix for long positions?
Thanks.
Sorry Dani, I did’nt work anymore with this one because I lost some data when I deleted my account for a PRT account.
Then I did a new one with a stochastic in TF30 secondes.
I did’nt create a new one.
This is the first post of this page 😉
Any thought of doing it on 1min TF to get much more historical data?
That could be good but I didnt find good parameters with the 1 min timeframe. Due to less volatility maybe.
I gonna work a bit on it and if something is good I gonna share here.
However currenlty I did the 30 sec for CAC/Russell/Dow/dax/australia and it works. Hope it gonna work for a long Time 😀
Great, thank you! And where’s the post for 30sec strategy, I’d like to test with Dax😊
Following my version for the DAX which is not optimised
Very interesting @scooby! I usually don´t bother with timeframes like 30s because it´s very dificult.
Have you changed anything in the code to make it work for other markets or just optimized values?
Do you optimize “all” the values or only specific ones?
I would really appreciate if you would like to share your versions for CAC/Russell/Dow/dax/Australia so I can put them on test account for a while!
Good luck!