Anybody got the same problem? demo account orders delayed
Forums › ProRealTime English forum › ProRealTime platform support › Anybody got the same problem? demo account orders delayed
- This topic has 21 replies, 6 voices, and was last updated 6 years ago by JohnScher.
-
-
02/26/2018 at 11:19 AM #63949
Hi JohnScher,
Since you have a direct account (not an IG account sponsored by ProRealTime), IG will analyze the support request you sent via the platform and may contact IT-Finance (editor of the ProRealTime Software) to check the behavior of your code.
If you send me your IG account number by email to contact@prorealtime.com I can contact my colleagues at IT-Finance in this matter.
Best,
Ulrike
02/26/2018 at 1:17 PM #63958@Grahal
No Problem
DaxDailyOpenLong123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174//-------------------------------------------------------------------------// Hauptcode : DailyOpenLong//-------------------------------------------------------------------------//-------------------------------------------------------------------------// Hauptcode : EA01 nur Long % pf//-------------------------------------------------------------------------//defparam flatafter = 210000defparam cumulateorders = falseONCE January1 = 3 //0 risk(3)ONCE January2 = 0 //3 okONCE February1 = 3 //3 okONCE February2 = 3 //0 risk(3)ONCE March1 = 3 //0 risk(3)ONCE March2 = 2 //3 okONCE April1 = 3 //3 okONCE April2 = 3 //3 okONCE May1 = 1 //0 risk(1)ONCE May2 = 1 //0 risk(1)ONCE June1 = 1 //1 ok 2ONCE June2 = 2 //3 okONCE July1 = 3 //1 chanceONCE July2 = 2 //3 okONCE August1 = 2 //1 chance 1ONCE August2 = 3 //3 okONCE September1 = 3 //0 risk(3)ONCE September2 = 0 //0 okONCE October1 = 3 //0 risk(3)ONCE October2 = 2 //3 okONCE November1 = 1 //1 okONCE November2 = 3 //3 okONCE December1 = 3 // 1 chanceONCE December2 = 2 //3 ok// set saisonal multipliercurrentDayOfTheMonth = DaymidOfMonth = 15IF CurrentMonth = 1 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = January1ELSEsaisonalPatternMultiplier = January2ENDIFELSIF CurrentMonth = 2 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = February1ELSEsaisonalPatternMultiplier = February2ENDIFELSIF CurrentMonth = 3 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = March1ELSEsaisonalPatternMultiplier = March2ENDIFELSIF CurrentMonth = 4 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = April1ELSEsaisonalPatternMultiplier = April2ENDIFELSIF CurrentMonth = 5 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = May1ELSEsaisonalPatternMultiplier = May2ENDIFELSIF CurrentMonth = 6 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = June1ELSEsaisonalPatternMultiplier = June2ENDIFELSIF CurrentMonth = 7 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = July1ELSEsaisonalPatternMultiplier = July2ENDIFELSIF CurrentMonth = 8 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = August1ELSEsaisonalPatternMultiplier = August2ENDIFELSIF CurrentMonth = 9 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = September1ELSEsaisonalPatternMultiplier = September2ENDIFELSIF CurrentMonth = 10 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = October1ELSEsaisonalPatternMultiplier = October2ENDIFELSIF CurrentMonth = 11 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = November1ELSEsaisonalPatternMultiplier = November2ENDIFELSIF CurrentMonth = 12 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = December1ELSEsaisonalPatternMultiplier = December2ENDIFEndif//-------------------------------------------------------------------------// Hauptcode : EA01 nur Long %//-------------------------------------------------------------------------//-------------------------------------------------------------------------// Hauptcode : H4 live//-------------------------------------------------------------------------position = 1//-------------------------------------------------------------------------// Hauptcode : EA01 nur Long %//-------------------------------------------------------------------------//-------------------------------------------------------------------------// Hauptcode : H4 Live//-------------------------------------------------------------------------//cx = CALL "NR7"//cx1 = cci[11]<80//cx2 = cci[21]>-90//cx3 = Momentum[6](close)>0//cx4 = ADX[11] >35//cx5 = MoneyFlow[11](close)>0cx6 = TR(close) >25//cx7 = PVT(close)>-1//cx8 = EaseOfMovement[14]<95//cx9 = SmoothedStochastic[14,3](close)<95//cx10 = PriceOscillator[5,25](close)<0.5//cx11 = LinearRegressionSlope[10](close)>-14//cx12 = AccumDistr(close)>-0.1//cx13 = Chandle [51](close)>-95//cx14 = Chandle [51] (close)<95//cx15 = STD[6](close)>-99cx15 = repulse [3] (close) >0.3//TradingDayShort = dayofweek = 1 or dayofweek = 2 or dayofweek = 3 or dayofweek = 4 or dayofweek = 5TradingDayLong = dayofweek =1 or dayofweek = 2 or dayofweek = 3 or dayofweek = 4 or dayofweek = 5//TradingTimeShort = time = 090000 or time = 130000 or time = 170000TradingtimeLong = time = 090000 //or time = 130000 // or time = 170000IF TradingDayLong and TradingTimeLong ThenIF cx6 and cx15 ThenIF TEMA [4] (close) > ExponentialAverage [4] (close) THENbuy position*saisonalPatternMultiplier CONTRACT AT MARKETENDIFEndifEndifIF repulse [3] (close) <-0.3 thensell at marketEndif//Set Stop %Loss 0.75Set Target %Profit 2.6and this code works delayed too
EA nur Short %123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170//-------------------------------------------------------------------------// Hauptcode : EA01 nur Short % pf//-------------------------------------------------------------------------defparam flatafter = 210000ONCE January1 = 3 //0 risk(3)ONCE January2 = 0 //3 okONCE February1 = 3 //3 okONCE February2 = 3 //0 risk(3)ONCE March1 = 3 //0 risk(3)ONCE March2 = 2 //3 okONCE April1 = 3 //3 okONCE April2 = 3 //3 okONCE May1 = 1 //0 risk(1)ONCE May2 = 1 //0 risk(1)ONCE June1 = 1 //1 ok 2ONCE June2 = 2 //3 okONCE July1 = 3 //1 chanceONCE July2 = 2 //3 okONCE August1 = 2 //1 chance 1ONCE August2 = 3 //3 okONCE September1 = 3 //0 risk(3)ONCE September2 = 0 //0 okONCE October1 = 3 //0 risk(3)ONCE October2 = 2 //3 okONCE November1 = 1 //1 okONCE November2 = 3 //3 okONCE December1 = 3 // 1 chanceONCE December2 = 2 //3 ok// set saisonal multipliercurrentDayOfTheMonth = DaymidOfMonth = 15IF CurrentMonth = 1 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = January1ELSEsaisonalPatternMultiplier = January2ENDIFELSIF CurrentMonth = 2 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = February1ELSEsaisonalPatternMultiplier = February2ENDIFELSIF CurrentMonth = 3 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = March1ELSEsaisonalPatternMultiplier = March2ENDIFELSIF CurrentMonth = 4 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = April1ELSEsaisonalPatternMultiplier = April2ENDIFELSIF CurrentMonth = 5 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = May1ELSEsaisonalPatternMultiplier = May2ENDIFELSIF CurrentMonth = 6 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = June1ELSEsaisonalPatternMultiplier = June2ENDIFELSIF CurrentMonth = 7 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = July1ELSEsaisonalPatternMultiplier = July2ENDIFELSIF CurrentMonth = 8 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = August1ELSEsaisonalPatternMultiplier = August2ENDIFELSIF CurrentMonth = 9 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = September1ELSEsaisonalPatternMultiplier = September2ENDIFELSIF CurrentMonth = 10 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = October1ELSEsaisonalPatternMultiplier = October2ENDIFELSIF CurrentMonth = 11 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = November1ELSEsaisonalPatternMultiplier = November2ENDIFELSIF CurrentMonth = 12 THENIF currentDayOfTheMonth <= midOfMonth THENsaisonalPatternMultiplier = December1ELSEsaisonalPatternMultiplier = December2ENDIFEndif//-------------------------------------------------------------------------// Hauptcode : EA01 nur Short %//-------------------------------------------------------------------------//-------------------------------------------------------------------------// Hauptcode : H4 live//-------------------------------------------------------------------------position = 1cx = CALL "NR7" // see belowcx1 = cci[11]<90cx2 = cci[21]>-90cx3 = Momentum[14](close)<100cx4 = ADX[11] >15// cx5 = MoneyFlow[11](close)<0//cx6 = TR(close) >25//cx7 = PVT(close)<1cx8 = EaseOfMovement[14]<95cx9 = SmoothedStochastic[14,3](close)<95cx10 = PriceOscillator[5,25](close)<0.5//cx11 = LinearRegressionSlope[14](close)>-1cx12 = AccumDistr(close)>-0.1cx13 = Chandle [21](close)>-51//cx14 = Chandle [6] (close)<51cx15 = STD[6](close)<90TradingDayShort = dayofweek = 1 or dayofweek = 2 or dayofweek = 3 or dayofweek = 4 or dayofweek = 5//TradingDayLong = dayofweek = 1 or dayofweek = 2 or dayofweek = 3 or dayofweek = 4 or dayofweek = 5TradingTimeShort = time = 090000 or time = 130000 or time = 170000//TradingtimeLong = time = 090000 or Time = 130000 or time = 170000IF TradingDayShort and TradingTimeShort ThenIF not cx ThenIF cx1 and cx2 and cx3 and cx4 and cx8 and cx9 and cx10 and cx12 and cx13 and cx15 ThenIF ExponentialAverage [1] (close) < ExponentialAverage [8] (close) THENsellshort position*saisonalPatternMultiplier CONTRACTS AT MARKETENDIFEndifEndifEndifSet Stop %Loss 1Set Target %profit 2.4//-------------------------------------------------------------------------// funktion : idnr7 = cx//-------------------------------------------------------------------------//cx= Range<Range[1] and Range<Range[2] and Range<Range[3] and Range<Range[4] and Range<Range[5] and Range<Range[6] and Range<Range[7]//RETURN C102/26/2018 at 1:21 PM #6395903/06/2018 at 11:34 PM #64632Hi John
I’ve had one of the versions above running since 26 Feb on 4 H and 1H to check for the 15 min delay, but neither TFs have opened a trade yet sorry.
I recall other version said I needed an Indicator (NR7 ? ) so I didn’t set that running.
Cheers
GraHal03/08/2018 at 9:18 AM #6472403/08/2018 at 3:46 PM #64816The position opened this morning was a new program that was launched for the first time.
Existing programs will continue to be delayed.
See attached.Now I have stopped one of the existing programs and then restarted it, maybe this will help.
03/09/2018 at 1:07 PM #64902The problem is solved.
Cause: Installation of an update provided by PRT on my computer.
Effect: Orders were executed 15 minutes later than programmed, i. e. 09:15 instead of 09:00.
Solution: stop the programs in the ProOrder with the red “Stop” and then restart the programs with the green “Start”.
After restarting the programs, the orders are executed again correctly.
The order statistics of the individual programs are retained.Translated with http://www.DeepL.com/Translator
1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on