errore sistema linea 4 colonna 0
- This topic has 4 replies, 2 voices, and was last updated 3 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
Similar topics:
Forums › ProRealTime forum Italiano › Supporto ProOrder › errore sistema linea 4 colonna 0
Buongiorno
lo scopo di questo sistema multi-timeframe è quello di avere un filtro su timeframe orario con entry su 5 o 3 minuti
l’indicatore mymediah15 e mydefault sono le medie di hull in un indicatore poste entrambe sul grafico a 5min.
purtroppo quando faccio partire il probacktest ho questo errore:
“il back test non puo partire a causa di un errore di analisi del codice linea 4 colonna 0”
sicuramente essendo nuovo alla scrittura di sistemi avrò scritto qualcosa di sbagliato ma non capisco dove
spero che qualcuno riesca ad aiutarmi
grazie
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 |
DEFPARAM CUMULATEORDERS =false DEFPARAM flatbefore=070000 DEFPARAM flatafter=210000 timeframe (1h,default) ciclo= Cycle(close) //condizionelong Long= ciclo>1 //condizioneshort Short= ciclo<1 //condizionelong medieLong=Average[7](close)<ExponentialAverage[3](close) //condizioneShort medieShort=Average[7](close)>ExponentialAverage[3](close) once trade=0 if long then trade=1 endif if short then trade=-1 endif if trade=1 and medielong then trade=2 endif if trade=-1 and medieshort then trade=-2 endif timeframe (default) // timeframe entry 5 o 3 min mymediah15, mydefault = CALL "hull multi" //media HULL 5 min Verde5 = mydefault > mydefault[1] Rosso5 = mydefault < mydefault[1] Cambio5 = (Verde5 AND Rosso5[1]) OR (Verde5[1] AND Rosso5) //media HULL 15 min Verde15 = mymediah15 > mymediah15[1] Rosso15 = mymediah15 < mymediah15[1] Cambio15 = (Verde15 AND Rosso15[1]) OR (Verde15[1] AND Rosso15) HullLong= verde5 and verde15 HullShort= rosso5 and rosso15 //entrylong EL= close CROSSES OVER Supertrend[3.5,10] //entryshort ES= close CROSSES UNDER Supertrend[3.5,10] IF trade=1 and HullLong then if EL then Buy 0.5 contract at market endif endif IF trade=2 and HullLong then if EL then Buy 0.6 contract at market endif endif IF trade=-1 and HullShort then if ES then SELLSHort 0.5 contract at market endif endif IF trade=-2 and HullShort then if ES then SELLSHort 0.6 contract at market endif endif if close CROSSES UNDER Supertrend[3.5,10] then sell at market endif if close crosses over Supertrend[3.5,10] then exitshort at market endif |
È un errore che a volte capita, solo ProRealTime può dirtelo.
Devi inviare una richiesta premendo Ctrl+M dalla piattaforma.
A me una volta ne capitò uno che era dovuto all’uso di un carattere speciale nei commenti! Era una lettera accentata. Sostituendo à con a’ risolsi il problema.
A volte ci sono errori difficili da capire. Ad ogni modo se l’hai risolto così va bene.
Find exclusive trading pro-tools on