supertrend panel indicatore
Forums › ProRealTime forum Italiano › Supporto ProBuilder › supertrend panel indicatore
- This topic has 6 replies, 2 voices, and was last updated 1 year ago by robertogozzi.
-
-
11/24/2022 at 5:58 PM #204779
Ciao ho fatto questo indicatore che mi restituisce in un TF m1 il valore del Super Trend in tutti gli altri TF fino al weekly , mi piacerebbe migliorare l’estetica e la grafica. E’ possibile scrivere anche il livello oltre all’informazione che ha attualmente, magari tutto nella forma “inquadrata”?
11/24/2022 at 7:00 PM #204785Se vuoi tentare da solo, magari chiedendo spiegazioni dove trovi difficoltà, questo è un indicatore che ho modificato in modo da stampare i dati in una finestra fissa in un punto ben preciso del grafico: https://www.prorealcode.com/topic/tsr-adr-indikators-display-anderung/#post-204588.
Ad ogni modo, se mi fai uno schema di come vorresti vedere i dati, riesco a dirti se è possibile.
11/25/2022 at 9:51 AM #204801Grazie ne farò buon uso, ma sono molto lento nella comprensione dei codici purtroppo. Quello che mi serviva è una cosa relativamente semplice come ti ho schizzato (per un paio di livelli a “campione”) sul grafico che ti riallego. grazie ancora
11/28/2022 at 6:17 PM #204970Te li ho messi sulla stessa linea:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566DEFPARAM DRAWONLASTBARONLY=TRUEtimeframe(1 week,updateonclose)STW1=Supertrend[mult,cdl]timeframe(1 day,updateonclose)STD1=Supertrend[mult,cdl]timeframe(4 hour,updateonclose)STH4=Supertrend[mult,cdl]timeframe(1 hour,updateonclose)STH1=Supertrend[mult,cdl]timeframe(30 minute,updateonclose)STm30=Supertrend[mult,cdl]timeframe(15 minute,updateonclose)STm15=Supertrend[mult,cdl]timeframe(10 minute,updateonclose)STm10=Supertrend[mult,cdl]timeframe(5 minute,updateonclose)STm5=Supertrend[mult,cdl]timeframe(3 minute,updateonclose)STm3=Supertrend[mult,cdl]timeframe(default)if close>STW1 thendrawtext("ST(W1) = LONG #STW1#",barindex+20,STW1)coloured(0,128,0)elsedrawtext("ST(W1) = SHORT #STW1#",barindex+20,STW1)coloured(255,99,71)ENDIFif close>STD1 thendrawtext("ST(D1) = LONG #STD1#",barindex+20,STD1)coloured(0,128,0)elsedrawtext("ST(D1) = SHORT #STD1#",barindex+20,STD1)coloured(255,99,71)ENDIFif close>STH4 thendrawtext("ST(H4) = LONG #STH4#",barindex+20,STH4)coloured(0,128,0)elsedrawtext("ST(H4) = SHORT #STH4#",barindex+20,STH4)coloured(255,99,71)ENDIFif close>STH1 thendrawtext("ST(H1) = LONG #STH1#",barindex+20,STH1)coloured(0,128,0)elsedrawtext("ST(H1) = SHORT #STH1#",barindex+20,STH1)coloured(255,99,71)ENDIFif close>STm30 thendrawtext("ST(m30) = LONG #STm30#",barindex+20,STm30)coloured(0,128,0)elsedrawtext("ST(m30) = SHORT #STm30#",barindex+20,STm30)coloured(255,99,71)ENDIFif close>STm15 thendrawtext("ST(m15) = LONG #STm15#",barindex+20,STm15)coloured(0,128,0)elsedrawtext("ST(m15) = SHORT #STm15#",barindex+20,STm15)coloured(255,99,71)ENDIFif close>STm10 thendrawtext("ST(m10) = LONG #STm10#",barindex+20,STm10)coloured(0,128,0)elsedrawtext("ST(m10) = SHORT #STm10#",barindex+20,STm10)coloured(255,99,71)ENDIFif close>STm5 thendrawtext("ST(m5) = LONG #STm5#",barindex+20,STm5)coloured(0,128,0)elsedrawtext("ST(m5) = SHORT #STm5#",barindex+20,STm5)coloured(255,99,71)ENDIFif close>STm3 thendrawtext("ST(m3) = LONG #STm3#",barindex+20,STm3)coloured(0,128,0)elsedrawtext("ST(m3) = SHORT #STm3#",barindex+20,STm3)coloured(255,99,71)ENDIFRETURN STm30 as "SuperTrend m30",STH4 as "SuperTrend H4", STH1 as "SuperTrend H1",STD1 as "SuperTrend D1", STW1 as "SuperTrend W1",STm15 as "SuperTrend m15", STm3 as "SuperTrend m3",STm10 as "SuperTrend m10", STm5 as "SuperTrend m5"1 user thanked author for this post.
11/29/2022 at 9:12 AM #204987perfetto grazie!
11/29/2022 at 9:13 AM #204989E’ possibile mettere un check box di input per far in modo che ad esempio se provo a metterlo su m3 non mi dia errore perchè ho nell’indicatore m1? altrimenti dovrei entrare nel codice e “commentare” quello che riguarda m1. Grazie
11/29/2022 at 11:41 AM #205008Devi entrare nel codice e commentare.
Non si possono indicare i vari timeframe con variabili.
1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on