aiuto stop loss
Forums › ProRealTime forum Italiano › Supporto ProOrder › aiuto stop loss
- This topic has 6 replies, 2 voices, and was last updated 8 years ago by pingius.
-
-
04/01/2016 at 9:50 PM #4778
vorrei costruire un trading system basato su pattern di prezzo tipo:
setup= (open<close) and (open[1]>close[1]) and (high<high[1]) and (low>low[1])
entrata= high + POINTSIZE
IF NOT LongOnMarket AND setup THEN
BUY 1 CONTRACTS AT entrata stop
ENDIF
set target pprofit 10
fino a qui tutto bene…..il problema è che non riesco a mette lo stop sotto il livello low[1] del setup.
04/04/2016 at 7:23 PM #4856Ciao, qui di seguito come posizionare lo stop loss a “Low” [1]:
1<span class="token keyword">SET STOP</span> <span class="token keyword">LOSS</span> <span class="token keyword">Close</span><span class="token operator">-</span><span class="token keyword">Low</span><span class="token punctuation">[</span><span class="token number">1</span><span class="token punctuation">]</span>Ditemi se questo funziona? Grazie!
04/04/2016 at 9:57 PM #486304/04/2016 at 10:08 PM #4865ho provato con il barindex…….cioè
numerocandele= barindex-(tradeindex+2) // conto il numero di candele che sono passate dall’acquisto + 2 candele per tornare indietro di due dall’acquisto
stoploss=low[numerocandele]
ma non funziona…….non so prorpio come fare
04/05/2016 at 10:21 AM #4879Ciao, scusa se non capisco la tua richiesta.
E ‘questo codice corrisponde a ciò che si vuole fare?12345678setup= (open<close) and (open[1]>close[1]) and (high<high[1]) and (low>low[1])entrata= high + POINTSIZEIF NOT LongOnMarket AND setup THENBUY 1 CONTRACTS AT entrata stopset target pprofit 10SET STOP LOSS Close-Low[1]ENDIF04/05/2016 at 7:00 PM #489904/06/2016 at 1:20 PM #4918nel ProBacktest funziona benissimo……..il problema è nel trading automatico.
Mi rifiuta di fare il trading automatico e mi esce una scritta:
DEFPARAM CumulateOrders = False
defparam FLATBEFORE=090000
defparam flatafter=170000bwr=(open<close) and (open[1]>close[1]) and (high<high[1]) and (low>low[1])
entrata= high + POINTSIZE
IF NOT LongOnMarket AND bwr THEN
BUY 1 CONTRACTS AT entrata stopENDIF
If LongOnMarket AND barindex-tradeindex>=4 THEN
SELL AT MARKET
ENDIF
set stop loss (high-low[1])+3*pointsize
set target profit 8 -
AuthorPosts
Find exclusive trading pro-tools on