STOR IN PARI
Forums › ProRealTime forum Italiano › Supporto ProOrder › STOR IN PARI
- This topic has 5 replies, 2 voices, and was last updated 2 years ago by Hary Trading.
-
-
04/21/2022 at 3:41 PM #192023
Buonasera,
ho scritto questo semplice codice:
SL=400
if close[1] > open[1] then
buy 1 contract at high+150 stop
ENDIF
SET TARGET PROFIT 800
SET STOP LOSS SL
if close[1] < open[1] then
sellshort 1 contract at low-150 stop
ENDIF
SET TARGET PROFIT 800
SET STOP LOSS SL
Vorrei inserire una condizione per cui, arrivati a 400 pt di profit (quindi in questo caso il 50% del target), si inserisca lo stop in pari, in modo tale che se il prezzo dovesse tornare indietro non perdo più…grazie a chi vorrà aiutarmi
Se possibile, e non chiedo troppo, vorrei anche sapere, in alternativa alla condizione scritta sopra, come poter inserire un trailing stop di 100 punti una volta arrivati a 400 pt di profit
Grazie a chi vorrà aiutarmi
04/21/2022 at 6:08 PM #192033Aggiungi il codice di Nicolas (linee 17- 56 al link https://www.prorealcode.com/blog/trading/complete-trailing-stop-code-function/), che ho modificato per avere solo il pareggio. Questo è il codice completo:
1234567891011121314151617181920212223242526272829SL=400if close[1] > open[1] thenbuy 1 contract at high+150 stopENDIFSET TARGET PROFIT 800SET STOP LOSS SLif close[1] < open[1] thensellshort 1 contract at low-150 stopENDIFSET TARGET PROFIT 800SET STOP LOSS SLtrailingstart = 400IF NOT ONMARKET THENnewSL=0ENDIFIF LONGONMARKET THENIF newSL=0 AND close-tradeprice(1)>=trailingstart*pipsize THENnewSL = tradeprice(1)ENDIFENDIFIF SHORTONMARKET THENIF newSL=0 AND tradeprice(1)-close<=trailingstart*pipsize THENnewSL = tradeprice(1)ENDIFENDIFIF newSL>0 THENSELL AT newSL STOPEXITSHORT AT newSL STOPENDIF04/21/2022 at 7:02 PM #192038Grazie Sig. Roberto,
Sempre molto disponibile.
…ma temo di non aver capito cosa dovrei fare con il link che ha postato…mi scusi..
Grazie
04/21/2022 at 7:22 PM #192041se io volessi solo spostare lo stop in pari dopo 400 punti ( su 800 di target), devo usare il suo codice cosi come lo ha scritto?
grazie ancora
04/21/2022 at 9:43 PM #192043Il link rimanda al codice originale.
Usa quello che ho postato io, fa quello che hai chiesto.
04/22/2022 at 9:16 AM #192058Perfetto
grazie 1000
buona giornata
-
AuthorPosts
Find exclusive trading pro-tools on