difference back test vs Real ?
- This topic has 5 replies, 2 voices, and was last updated 1 year ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
Similar topics:
Forums › ProRealTime forum Français › Support ProOrder › difference back test vs Real ?
Bonsoir,
J’ai un pb que je n’arrive vraiment pas à résoudre. le meme programme ne réagit pas pareil selon que je sois en reel ou en automatique. le prgm est pourtant simple : J’identifie 2 niveaux clefs et j’entre sur le premier. Le 2eme ne me sert que de back up.
Etonnement, des fois le prgm marche tres bien et des fois il entre et sort en même tps. incompréhensible. Je suspecte trading price.
Un gd merci poru votre aide.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
defparam CUMULATEORDERS=true defparam PRELOADBARS=0 upp2=333292 upp=333263 // dnn=32699 dnn2=32660 stopup=33340 stopdn=32500 // tp=10 trailingstop = 10 set stop ploss 150 once goupp=1 once goupp2=1 once godnn=1 once godnn2=1 ///////////// short///////////////// //entrée short if high<upp and goupp=1 and goupp2=1 and countofposition=0 and high>upp-50 then sellshort 1 contract at upp limit endif //sécurisation pour n'y aller qu'une fois sur premiere upp if high crosses over upp or shortonmarket then goupp=0 endif //short 2eme barriere if countofposition=-1 and goupp2=1and high>upp2-50 then sellshort 1 contract at upp2 limit endif //sécurisation pour n'y aller qu'une fois sur premiere upp if high crosses over upp2 or countofposition<-1 then goupp2=0 endif //collect des gain if countofposition=-1 then exitshort at positionprice-tp limit endif //sortie flat if countofposition<-1 then exitshort at positionprice limit endif if countofposition<-1 then exitshort at stopup stop endif ///////////// long///////// //entrée long //and godnn=1 if low>dnn and godnn=1 and godnn2=1 and countofposition=0 and low<dnn+50 then buy 1 contract at dnn limit endif //sécurisation pour n'y aller qu'une fois sur premiere upp if low crosses under dnn or longonmarket then godnn=0 endif //short 2eme barriere if countofposition=1 and godnn2=1 and low<dnn2+50 then buy 1 contract at dnn2 limit endif //sécurisation pour n'y aller qu'une fois sur premiere upp if low crosses under dnn2 or countofposition>1 then godnn2=0 endif //collect des gain if countofposition=1 then sell at positionprice+tp limit endif //sortie flat if countofposition>1 then sell at positionprice limit endif if countofposition>1 then sell at stopdn stop endif |
bjr,Merci pour la vérif.
Comme je place manuellement les zones de rebonds, il faut veiller à mettre un début en back test cohérent. ici c’est au 24/02/2023 à 17h30.
Peut que le pb est ma mécompréhension at limit vs at stop. pas certain que ca explique une différence entre réel et backtest.
Find exclusive trading pro-tools on