trading system Reversal su STOXX – STILLER – Traduzione da multicharts
Forums › ProRealTime forum Italiano › Supporto ProOrder › trading system Reversal su STOXX – STILLER – Traduzione da multicharts
- This topic has 13 replies, 4 voices, and was last updated 6 years ago by Alessio.
Tagged: stoxx
-
-
10/12/2018 at 12:51 PM #8264210/12/2018 at 1:05 PM #82644
La prossima volta usa il paeg dedicato per chiedere la conversione e seguire le regole: https://www.prorealcode.com/free-code-conversion/
10/12/2018 at 5:14 PM #82665E non duplicare i post, per favore, né usando la stessa lingua, né usando lingue diverse. Grazie.
10/12/2018 at 7:44 PM #8268010/14/2018 at 9:25 AM #8272810/15/2018 at 12:57 PM #82784Questo è il modo in cui l’ho tradotto. Non so se l’accumulo dell’ordine è permesso o no? La strategia è scambiata solo con il tempo giornaliero o con altri tempi ma con valori giornalieri?
Se hai ulteriori informazioni, mi aiuterebbe a capire chiaramente che è davvero usato!123456789101112131415161718192021222324252627282930313233343536373839404142434445defparam cumulateorders=falsenBar=5mystop=2000myprofit=1000Mul=0.95DonchianExitLenght=1NumBarreExit=0////definizione del donchian per l'ingresso e per l'uscitatriglong = low < lowest[nBar](low)[1]trigshort = high > highest[nBar](high)[1]exitlong = high > highest[DonchianExitLenght](high)[1]exitshort1 = low < lowest[DonchianExitLenght](low)[1]/////definizione filtro di vola - espansioneVola=average[2](Range) > Mul *average[22](Range)If vola thenif triglong thenbuy at low limitendifIf trigshort thensellshort at high limitendifendif//////////// EXIT sui massimo/minimiif exitlong thenSell at high limitendifif exitshort1 thenexitshort at low limitendifif barindex-tradeindex>NumBarreExit thenif longonmarket thensell at marketendifif shortonmarket thenexitshort at marketendifendifset stop ploss mystopset target pprofit myprofit10/15/2018 at 1:09 PM #8278610/15/2018 at 1:11 PM #8278710/15/2018 at 2:03 PM #82792ok, ma se lo usi in un intervallo di tempo di 15 minuti, utilizzerà i valori di 15 minuti, non quelli del timeframe giornaliero .. Ecco perché l’ho chiesto! Quindi dovrebbe avere bisogno di ulteriore codifica per renderlo possibile più tempistiche.
10/15/2018 at 4:05 PM #8280310/15/2018 at 4:22 PM #82806Non funziona1234567891011121314151617181920212223242526272829303132DEFPARAM CUMULATEORDERS = falsenbar=5triglong=low< DLow(nbar)trigshort=high>DHigh(nbar)exitlong=high> highest [nbar] (DHigh(1))uscitashort= low< lowest [nbar] (dhigh(1))vola=average(range[2])>mul*average(range[22])prezzolong= dlow (1)prezzoshort= dhigh (1)mul= 0.95//entrateif vola and triglong thenbuy 1 contract at prezzolong limitendifif vola and trigshort thensellshort 1 contract at prezzoshort limitendif//usciteif exitlong thensell 1 contract at prezzoshort limitendifif uscitashort thenexitshort 1 contract at prezzolong limitendifSET TARGET PROFIT 1000SET STOP LOSS 2000Nicolas credo che data2 1440 siamo 1440 minuti, quindi 1 day. Ho aggiunto la mia traduzione per farti fare una risata . buona giornata
10/19/2018 at 10:12 AM #83166Ciao Nicolas, ho chiesto come funziona la strategia, compra quando ci sono nuovi minimi (15min) del donchian 5 giorni. controtrend.Non sono una volpe a scrivere codici ma non capisco come l’autore possa usarla in reale come dice o se sbaglio qualcosa
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061defparam cumulateorders=falsenBar=10mystop=2000myprofit=1000Mul=0.95Donchianexitleght=1NumBarreExit=0timeframe (1day,updateonclose)longtrig=lowest [nbar] (low)shorttrig=highest [nbar](high)massimiexit= highest [donchianexitleght](high)minimiexit= lowest [donchianexitleght](low)Vola=average[2](Range) > Mul *average[22](Range)timeframe (default)////definizione del donchian per l'ingresso e per l'uscitatriglong = low < longtrigtrigshort = high > shorttrig // massimo maggiore del massimo dei massimi di 5 giorniexitlong = high > massimiexitexitshort1 = low < minimiexit/////definizione filtro di vola - espansioneIf vola thenif triglong thenbuy at low limitendifIf trigshort thensellshort at high limitendifendif//////////// EXIT sui massimo/minimiif exitlong thenSell at high limitendifif exitshort1 thenexitshort at low limitendifif barindex-tradeindex<NumBarreExit thenif longonmarket thensell at marketendifif shortonmarket thenexitshort at marketendifendifset stop ploss mystopset target pprofit myprofitGRAPHONPRICE minimiexitGRAPHONPRICE massimiexit COLOURED(0,0,200)GRAPHONPRICE longtrig COLOURED(0,200,0)GRAPHONPRICE shorttrig COLOURED(200,0,0)10/19/2018 at 11:42 AM #8317110/19/2018 at 1:58 PM #83179 -
AuthorPosts
Find exclusive trading pro-tools on