proorder autotrading avec extratrend
Forums › ProRealTime forum Français › Support ProOrder › proorder autotrading avec extratrend
- This topic has 8 replies, 5 voices, and was last updated 2 years ago by jacquesgermain.
-
-
09/29/2021 at 5:29 PM #178727
Bonjour, mon’indicateur extratrend acheté sur ProRealCode Market fonctionne bien en backtest mais impossible de déclencher un proorderautotrading, et lorsque j’édite le code proorderautotrading j’ai en fin de code: //—————————————————————- //
code indisponibleci dessous recopie de mon système de trading
1234567891011121314151617181920212223242526272829303132333435363738394041//-------------------------------------------------------------------------// Code principal : tradeprice//-------------------------------------------------------------------------DEFPARAM cumulateOrders = false // Cumulating positions deactivateDefparam flatafter = 173000 //close the position at 16:00 (day trading) /could be switched offONCE myatr = 1.0ONCE partialprofitfactor = 1.0ONCE ratchetfactor = 1.0ONCE risque = 1.0ONCE stopfactor = 1.0once StartE = 90000 //start time for opening positionsonce StartL = 17300 //ending time for opening positions (only trading in the morning)// = Barindex - TradeIndex(1) > IntradayBarIndex // limits the (opening) trades till 1 per day (OTD One Trade per Day)capitalinitial=10000risque=risquestopfactor=stopfactor//1.5partialprofitfactor=partialprofitfactor//3ratchetfactor=ratchetfactor//7myatr=myatrmyTrend,ignored,ignored,myReDyn,ignored = CALL "ExtraTrend"[0,1, 0, 0, 0, 0](close)ratchet=lowest[30](highest[55](high)-ratchetfactor*averagetruerange[myatr])ok=myTrend[1]<>myReDyn[1]if ok and not longonmarket and close>myReDyn[1] thenpositionsize=round(((capitalinitial+STRATEGYPROFIT)*(risque/100))/(1.5*averagetruerange[20]))BUY positionsize shares AT MARKETset stop loss stopfactor*averagetruerange[myatr]flag=0ENDIFif longonmarket and close>=tradeprice+(partialprofitfactor*averagetruerange[myatr]) and flag=0 then //sell round(positionsize/2) shares at marketflag=1endifif LONGONMARKET and close sell at marketendif//-------------------------------------------------------------------------// Fonction : ExtraTrend//-------------------------------------------------------------------------Code indisponible09/29/2021 at 5:36 PM #178731“code indisponible”, c’est normal puisque celui-ci n’est pas libre, mais ça n’est pas cela qui doit empêcher le fonctionnement de la stratégie, à l’instar de ce qui marche dans le backtest.
Le calcul de la taille de position est-il correct ? et adapté à l’instrument ?
1 user thanked author for this post.
09/29/2021 at 6:26 PM #178738oui le calcul de la taille de position est correct et adapté à l’instrument.
lorsque je tente “dupliquer un système de trading” puis “préparer pour le trading automatique” à partir du papertrading j’ai le message
“le code est invalide corrigez le ligne 41 erreur commande inconnue” or la ligne 41 correspond à la fonction extratrend code indisponible.
09/30/2021 at 1:08 PM #17879501/31/2022 at 3:35 AM #18710301/31/2022 at 10:06 AM #18711101/31/2022 at 4:59 PM #18713304/02/2022 at 9:11 PM #19108504/03/2022 at 9:52 AM #191094non il y bien 6 cases à cocher donc CALL “ExtraTrend”[0,1, 0, 0, 0, 0](close)
-
AuthorPosts
Find exclusive trading pro-tools on