giorno del mese
Forums › ProRealTime forum Italiano › Supporto piattaforma ProRealTime › giorno del mese
- This topic has 7 replies, 2 voices, and was last updated 1 week ago by joelse.
-
-
12/29/2024 at 6:27 PM #24190712/29/2024 at 6:57 PM #241910
Eccolo:
123IF (OpenDay = 4) AND Not OnMarket THENBUY AT MARKETENDIFSe il giorno 4 è festivo ovviamente per quel mese non entra. In questo caso, però, se tu volessi entrare il primo giorno utile successivo, potresti scrivere:
123IF ((OpenDay = 4) OR ((OpenDay > 4 AND OpenDay[1] < 4))) AND Not Onmarket THENBUY AT MARKETENDIF1 user thanked author for this post.
12/30/2024 at 1:36 PM #241956ti ringrazio infinitamente e colgo l’occasione per chiederti anche
- vorrei chiudere la posizione dopo un minimo stabilito di n barre alla prima barra in guadagno
- vorrei posizionare uno stop loss al valore del minimo di n barre precedenti
ti ringrazio anticipatamente per la tua cortesia,
12/30/2024 at 4:51 PM #2419601. vorrei chiudere la posizione dopo un minimo stabilito di n barre alla prima barra in guadagno
1234567Barre = 10IF ((OpenDay = 4) OR ((OpenDay > 4 AND OpenDay[1] < 4))) AND Not Onmarket THENBUY AT MARKETENDIFIF LongOnMarket AND (BarIndex - TradeIndex) >= Barre AND Positionperf > 0 THENSELL AT MARKETENDIF2. vorrei posizionare uno stop loss al valore del minimo di n barre precedenti
12345678Barre = 5IF ((OpenDay = 4) OR ((OpenDay > 4 AND OpenDay[1] < 4))) AND Not Onmarket THENBUY AT MARKETSL = abs(close - lowest[Barre](low))TP = SL * 2SET STOP LOSS SLSET TARGET PROFIT TPENDIF12/30/2024 at 5:18 PM #24196312/30/2024 at 5:26 PM #24196412/30/2024 at 5:37 PM #241966Occorre iniziare il conteggio delle barre dall’inizio di ogni mese.
L’inizio del mese è quando il mese di una barra è X, mentre quello della barra precedente era Y, quindi quando i due mesi sono diversi:
12345678IF OpenMonth <> OpenMonth[1] THENBarra = 0ENDIFBarra = Barra + 1IF Barra = 10 AND Not OnMarket THENBUY 1 Contract at MarketSET TARGET %PROFIT 1ENDIFquesto entra alla decima barra di ciascun mese.
12/30/2024 at 7:16 PM #241976 -
AuthorPosts
Find exclusive trading pro-tools on