ALEModerator
Master
Hi can suggest to divided strategy in long and short.
I started the test since 2007 only to consider 2008, I do not think that markets should be compared to a period longer than 10 years.
I’d like to find a solution to work with 4h time frame, to avoid Night spread.
Than we are here to research, and I’m happy that you like it!
Hi ALE thanks for the code. I am running the original code on USD/JPY daily, the back test shows good results.
ALEModerator
Master
Hi
yes theres many market that show good result on probacktest.
I’m wait to see strategy on real market
Thanks
Ale
I running on a demo now, will give it a week or two and if all good ill run live and let you know the results.
HI ALE.
I seem to be getting this warning when running?
ALEModerator
Master
Which version have you run?
Seemore Profit … see #36261 for the fix.
ALEModerator
Master
In the first post, I’ve upload version with problem solved
Hello, is anyone trading this system in real?
what about the results?
thanks!
PereParticipant
Veteran
Hi ivillalonga.
Yes, I started with CSR DAX long and CSR DAX short in live just last week, and I’m waiting my first real trade.
However, I did two changes:
1: I optimized the TGL from 16 to 28
2: I observed that most of the losing trades lasted more than 4 bars. So, I limited the duration of these trades including this code:
IF POSITIONPERF<0 THEN
perd=(Barindex-Tradeindex)=3
ELSE
perd=0
ENDIF
IF LongOnMarket AND CUMRSI>EXIT AND CUMRSI < CUMRSI[1] OR perd THEN
SELL AT MARKET
ENDIF
PereParticipant
Veteran
I’m using here 5 contracts of the miniDAX, 1€/point.
Hola Petrus,
Has the system given to you the signal for your first real trade? Do you have the full code available, through a .itf file?
Thank you!!
PereParticipant
Veteran
@pitupitu
Bon día Pep.
Yes, the system gave me the signal in demo on 8th of June, and is presently active and winning about 430€ (still 5 contracts).
However, to be honest, I have to say that I closed the system on 7th afternoon because I don’t like to have opened systems in days of elections. I will start it again tomorrow in real.
I attach here the complete system in itf. You can play with the part of the max. number of bars for the loser trades. This is a part which you cannot use on every index or pair because it does not work everywhere. It depends on many factors, including volatility of range. You have to try it carefully.