AIUTO CODICE STRATEGIA ZIG ZAG
Forums › ProRealTime forum Italiano › Supporto ProOrder › AIUTO CODICE STRATEGIA ZIG ZAG
- This topic has 12 replies, 5 voices, and was last updated 5 years ago by Gianluca.
-
-
01/07/2017 at 12:30 PM #20107
Ciao
sto cercando di far funzionare una strategia su questo indicatore: PRC_FractalsZigZag, ma non capisco perché gli ordini vengono eseguiti in nel modo scorretto.
Allego entrambi i file:
Bozza strategia : TRADING_ON_PRC_FractalsZigZag
Indicatore : PRC_FractalsZigZag
Grazie
Ale01/07/2017 at 12:42 PM #2011201/07/2017 at 2:42 PM #2011912/13/2017 at 7:23 PM #5560412/13/2017 at 10:32 PM #5561512/13/2017 at 11:18 PM #5561812/13/2017 at 11:18 PM #5561912/14/2017 at 6:11 PM #55690Ciao grazie altares, lo guardo volentieri, ti faccio sapere grazie
Allora che ne pensi?
12/14/2017 at 6:31 PM #5569412/14/2017 at 6:39 PM #5569603/22/2018 at 12:00 PM #66076Non e male, pero cosi non si potrebbe usare, bisogna migliorarlo, appena ho un po di tempo ti darei una manoGrazie
Ale
Ciao Ale, anche io sto cercando da ieri di fare un trading system per la strategia Zigzag ma senza molti risultati.. Tu riusciresti a darmi una mano? Ti ringrazio!
12/13/2018 at 11:21 PM #8706112/15/2018 at 5:23 PM #87193ci siete riusciti?
anche a me interessa un trading system sul DAX
ce ne sono miliardi sul forum, cmq ho modificato quello dell’epoca per renderlo più sensato, ma provalo in demo e poi andrebbero fatte altre modifiche
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586//Dax 30min Cfd 1€defparam cumulateorders = falsetimeon= time > 0 and time < 160000CP=61//cp = 20if high[cp] >= highest[2*cp+1](high) thenLH = 1elseLH = 0endifif low[cp] <= lowest[2*cp+1](low) thenLL = -1elseLL = 0endifif LH = 1 thenTOPy = high[cp]//TOPx = barindex[cp]endifif LL = -1 thenBOTy = low[cp]//BOTx = barindex[cp]endifa=LH>0B=LL<0// Condizioni per entrare su posizioni longmom=momentum[7]long= (a and timeon) and (mom<75)short= b and timeon and (mom>-65)IF NOT LongOnMarket AND long THENBUY 1 CONTRACTS AT topy-80*pipsize limit//MARKETENDIF// Condizioni per entrare su posizioni shortIF NOT ShortOnMarket AND short THENSELLSHORT 1 CONTRACTS AT boty+65/pipsize limit// MARKETENDIFset stop ploss 80set target profit 70if time > 220000 thensell at marketexitshort at marketendif//************************************************************************//trailing stop functiontrailingstart = 40 //trailing will start @trailinstart points profittrailingstep = 5 //trailing step to move the "stoploss"//reset the stoploss valueIF NOT ONMARKET THENnewSL=0ENDIF//manage long positionsIF LONGONMARKET THEN//first move (breakeven)IF newSL=0 AND close-tradeprice(1)>=trailingstart*pipsize THENnewSL = tradeprice(1)+trailingstep*pipsizeENDIF//next movesIF newSL>0 AND close-newSL>=trailingstep*pipsize THENnewSL = newSL+trailingstep*pipsizeENDIFENDIF//manage short positionsIF SHORTONMARKET THEN//first move (breakeven)IF newSL=0 AND tradeprice(1)-close>=trailingstart*pipsize THENnewSL = tradeprice(1)-trailingstep*pipsizeENDIF//next movesIF newSL>0 AND newSL-close>=trailingstep*pipsize THENnewSL = newSL-trailingstep*pipsizeENDIFENDIF//stop order to exit the positionsIF newSL>0 THENSELL AT newSL STOPEXITSHORT AT newSL STOPENDIF//************************************************************************1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on