One year after
Forums › ProRealTime English forum › ProOrder support › One year after
- This topic has 80 replies, 18 voices, and was last updated 5 years ago by Nicolas.
-
-
04/08/2018 at 5:27 PM #67557
Also on EURUSD H1. To confirm earlier posts.
can you share the variant?
04/08/2018 at 7:01 PM #67562Also on EURUSD H1. To confirm earlier posts.
can you share the variant?
I have this one running:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115//-------------------------------------------------------------------------// Main code : PRC - FBS_EURUSD_60M_V2//-------------------------------------------------------------------------//EURUSD(-) - IG MARKET// TIME FRAME 1H// PROBACKTEST TICK by TICK - 200.000 bars// SPREAD 0.6 PIP// ALEDEFPARAM CumulateOrders = falseDC=20// period of Donchian StopTGL=5//Trailing Stop pip distanceTGS=5TP=30//SLIF LONGONMARKET THENDC=20// period of Donchian StopTGL=5//Trailing Stop pip distanceTP=30//take profit//SL=50// stop lossELSIF SHORTONMARKET THENDC=20// period of Donchian StopTGS=5TP=30//SL=50ENDIF//KASPER CODE OF REINVESTMENTReinvest=0if reinvest thenCapital = 10000Risk = 1//0.1//in % pr positionStopLoss = 40REM Calculate contractsequity = Capital + StrategyProfitmaxrisk = round(equity*(Risk/100))MAXpositionsize=5000MINpositionsize=1Positionsize= MAX(MINpositionsize,MIN(MAXpositionsize,abs(round((maxrisk/StopLoss)))))//*Pointsize))))elsePositionsize=1StopLoss = 40Endif///BILL WILLIAM FRACTAL INDICATOR MODIFIEDCPL=80//period of superior fractal levelCPS=100//period of inferior fractal levelif close[CPL] >= highest[2*CPL+1](close) thenLH = 1elseLH=0endifif LH=1 thenHIL = close[CPL]endifif close[CPS] <= lowest[2*CPS+1](close) thenLL= -1elseLL=0endifif LL = -1 thenLOL=close[CPS]endif//LONG and SHORT CONDITIONSRL=0 // range long candlesRS=0 // range short candlesif (time >=100000 and time < 230000) thenA1 = (close CROSSES OVER HIL)A2 = (close CROSSES UNDER LOL)FL= (CLOSE-OPEN)>=RL*POINTSIZEFS= (CLOSE-OPEN)<=-RS*POINTSIZEIF A1 and not shortonmarket AND FL THENBUY positionsize CONTRACT AT MARKETENDIFIF A2 and not longonmarket AND FS THENSELLSHORT positionsize CONTRACT AT MARKETENDIFENDIF//TRAILING STOPif not onmarket thenMAXPRICE = 0MINPRICE = closePREZZOUSCITA = 0ENDIFif longonmarket thenMAXPRICE = MAX(MAXPRICE,close)if MAXPRICE-tradeprice(1)>=TGL*pointsize thenPREZZOUSCITA = MAXPRICE-TGL*pointsizeENDIFENDIFif shortonmarket thenMINPRICE = MIN(MINPRICE,close)if tradeprice(1)-MINPRICE>=TGS*pointsize thenPREZZOUSCITA = MINPRICE+TGS*pointsizeENDIFENDIFif onmarket and PREZZOUSCITA>0 thenEXITSHORT AT PREZZOUSCITA STOPSELL AT PREZZOUSCITA STOPENDIF// DONCHIAN STOPf=Lowest[DC](low)e= Highest[DC](high)if longonmarket thenlaststop = f[1]endifif shortonmarket thenlaststop = e[1]endifif onmarket thensell at laststop stopexitshort at laststop stopendifSET STOP PLOSS StopLossSET TARGET PPROFIT TP04/11/2018 at 3:36 PM #68032Hello Guys,
Very good Idea with this thread.
I Found couple of Strategies which are older than 1 year and were profitable in the last 12 month.Breakout Dax 15 min from ALE
https://www.prorealcode.com/prorealtime-trading-strategies/breakout-dax-15-min-trailing-stop/
Not as good as the original Backtest but still ok IMO
4 users thanked author for this post.
04/11/2018 at 4:01 PM #68034Another one:
GBP/USD Reversion 4h from David Somogylhttps://www.prorealcode.com/prorealtime-trading-strategies/gbpusd-reversion-bars/
The out of sample for the last 12 month is very close to the backtest
1 user thanked author for this post.
04/11/2018 at 4:09 PM #68036QU trading strategy
https://www.prorealcode.com/prorealtime-trading-strategies/qu-trading-strategy-dax-indices-cfd/
FTSE 1h from ALE
Out of Sample quite close to Backtest here as well
1 user thanked author for this post.
04/11/2018 at 4:20 PM #68038Ichimoku KBO Chikou
https://www.prorealcode.com/prorealtime-trading-strategies/ichimoku-kbo-chikou-trading-strategy/
Dax 15 min from Doctrading
Matched Backtest but the winning rate is very low with 28%
1 user thanked author for this post.
04/13/2018 at 10:32 AM #6825404/27/2018 at 11:01 PM #6932004/28/2018 at 6:20 AM #69323Hi guys
it’s a pity that this thread is not enough considered.
imho it should be at topo list of arguments. ’cause everybody should share his own experience.
Maybe it is because not many strategies have survived a year of forward testing or if they have then the authors are keeping them to themselves to try to keep the strategies edge for as long as possible?
04/28/2018 at 9:47 AM #69334How about if I start another Link Library to One Year After Systems and we add brief comments / results (e.g Live gain / loss April 18 – £100) in separate columns alongside any we test out?
If it works the idea might have applicability for other Threads that contain a lot of Systems? The Link Libraries might become Sticky Threads in time if they work?
My mind likes to see stuff in a tidy sortable list, easy to scan down and find etc?
But please I don’t want to be the only one to enter data … there will be no room on my tombstone for Creater & Keeper of Link Library 1, 2, 3, … etc (as Vonasi proposed! 🙂 )
GraHal
1 user thanked author for this post.
04/28/2018 at 12:56 PM #69341I think is a great idea!
Can you put a dropbox link in the style of the pathfinder threads?
So that we can open the link immediatley from the first page?
06/02/2018 at 9:31 AM #72019Right, I went to bed at 9 last night so feeling more up for it I’ve done the One Year After – Library that I promised. It’s a bit sketchy at the mo, I will improve, but also you feel free to add / amend layout etc.
Also we need performance data in the Library, not sure on best layout yet so coloured text columns are a trial (can be revised).
Any Mod PLEASE would you make the 3 changes below …
- For ease of access, add the link below to Post 1 of this Thread
2. To save confusion, delete my post on this link https://www.prorealcode.com/topic/one-year-after/#post-66737
3. To save confusion, delete attachment 3 to this Thread.
Many Thanks to Mods
GraHal06/04/2018 at 10:31 AM #72189Right, I went to bed at 9 last night so feeling more up for it I’ve done the One Year After – Library that I promised. It’s a bit sketchy at the mo, I will improve, but also you feel free to add / amend layout etc.
Also we need performance data in the Library, not sure on best layout yet so coloured text columns are a trial (can be revised).
Any Mod PLEASE would you make the 3 changes below …
- For ease of access, add the link below to Post 1 of this Thread
2. To save confusion, delete my post on this link https://www.prorealcode.com/topic/one-year-after/#post-66737
3. To save confusion, delete attachment 3 to this Thread.
Many Thanks to Mods
GraHal
Ur such a lad Grahal!!! Most underrated member of this forum :)<3
1 user thanked author for this post.
06/04/2018 at 12:04 PM #7220506/10/2018 at 9:02 PM #72800So is anybody running any of the Systems from this Thread in Real Time in Demo or Live?
If Yes, might you be able to enter performance to date in columns F to I on the link below please?
If No, was it all a flash in the pan, a good idea that fell over before it got started??
Just asking to keep momentum going as we all seemed so enthusiastic at the beginning?
Thank You
GraHalPS maybe like me, you started 1 or 2 running in Real Demo and now you can’t remember which ones they are!!! 🙂
To assist with above issue I will add a column – System Name.
-
AuthorPosts
Find exclusive trading pro-tools on