indicatore personalizzato e multi time frame
Forums › ProRealTime forum Italiano › Supporto ProOrder › indicatore personalizzato e multi time frame
- This topic has 6 replies, 2 voices, and was last updated 5 months ago by robertogozzi.
-
-
04/22/2024 at 12:58 PM #231811
Vorrei un sistema che entri long se il mioindicatore è >80 nei Time frame trimestrale, mensile e settimanale. E’ possibile? Grazie
04/22/2024 at 6:01 PM #231821Eccolo:
1234567891011121314151617181920212223242526DEFPARAM CUMULATEORDERS = False//Timeframe(Default)ONCE Periodi = 14ONCE IperC = 70ONCE IperV = 100 - IperC//Timeframe(3 Month,UpdateOnClose)MioIndicatore3M = rsi[Periodi](close)//Timeframe(Monthly,UpdateOnClose)MioIndicatoreM = rsi[Periodi](close)//Timeframe(Weekly,UpdateOnClose)MioIndicatoreW = rsi[Periodi](close)//Timeframe(Default)c1 = MioIndicatore3M > IperCc2 = MioIndicatoreM > IperCc3 = MioIndicatoreW > IperCCond = c1 AND c2 AND c3 AND Not OnMarketIF Cond THENBUY 1 CONTRACT AT MARKETENDIFSET STOP pLOSS 100SET TARGET pPROFIT 300al posto di MioIndicatore metterai quello che desideri tu, purché il nime non sia identico per i vari timeframe.
Funziona se uysi in grafico Giornaliero o inferiore. Non funziona su un grafico Settimanale (credo sia perché 3 Mesi non viene considerato un multiplo della settimana).
1 user thanked author for this post.
04/22/2024 at 6:33 PM #231822Scusa la domanda sciocca ma vorrei aver capito bene. Se il mio indicatore si chiama Pippo, devo prima “triplicarlo” creando Pippo3M PippoM e PippoW e poi creare sistema di trading con i 3 “Pippo”?
Grazie
04/23/2024 at 10:35 AM #231839Si, perché non ci possono essere nomi identici in timeframe diversi. altrimenti il sistema non saprebbe a quale indicatore fare riferimento, se a quello Settimanale, Mensile ecc…
1 user thanked author for this post.
04/23/2024 at 5:04 PM #231863perfetto grazie, gentilissimo
04/24/2024 at 5:44 PM #231898se volessi che il mio indicatore sia, in ogni time frame maggiore del valore precedente (crescente su ogni TF) lo posso fare? Grazie
05/11/2024 at 3:39 PM #232552Si, eccolo modificato:
1234567891011121314151617181920212223242526DEFPARAM CUMULATEORDERS = False//Timeframe(Default)ONCE Periodi = 14ONCE IperC = 70ONCE IperV = 100 - IperC//Timeframe(3 Month,UpdateOnClose)MioIndicatore3M = rsi[Periodi](close)c1 = MioIndicatore3M > MioIndicatore3M[1]//Timeframe(Monthly,UpdateOnClose)MioIndicatoreM = rsi[Periodi](close)c2 = MioIndicatoreM > MioIndicatoreM[1]//Timeframe(Weekly,UpdateOnClose)MioIndicatoreW = rsi[Periodi](close)c3 = MioIndicatoreW > MioIndicatoreW[1]//Timeframe(Default)Cond = c1 AND c2 AND c3 AND Not OnMarketIF Cond THENBUY 1 CONTRACT AT MARKETENDIFSET STOP pLOSS 100SET TARGET pPROFIT 3001 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on