Sessione asiatica
Forums › ProRealTime forum Italiano › Supporto ProBuilder › Sessione asiatica
- This topic has 9 replies, 2 voices, and was last updated 4 months ago by JS.
-
-
06/16/2024 at 8:09 AM #23390806/16/2024 at 11:34 AM #233924
Ciao @figu92
Prova questo…
Asian Session V1123456789101112131415161718192021222324252627282930313233343536StartTime=010000EndTime=080000if IntraDayBarIndex=0 thenhh=0ll=0Draw=0endifif OpenTime=StartTime thenStartBar=BarIndexendifif OpenTime=EndTime thenEndBar=BarIndexendifif Time>=StartTime and Time<=EndTime thenif High>hh thenhh=Highendifif Low<ll or ll=0 thenll=Lowendifendifn=Round(SQRT(GetTimeFrame))/4 //Only for styleif Time>endtime and Draw=0 thendrawrectangle(StartBar,hh,EndBar,ll)Coloured("Red")DrawText("High=#HH#",(StartBar+EndBar)/2,HH+n,SansSerif,Bold,16)Coloured("Green")DrawText("Low=#LL#",(StartBar+EndBar)/2,LL-n,SansSerif,Bold,16)Coloured("Red")Draw=1endifRETURN06/16/2024 at 12:21 PM #23393006/16/2024 at 12:45 PM #233932Ciao @figu92
Ecco la versione modificata…
È possibile regolare la dimensione del testo aumentando o diminuendo il numero 16:
DrawText(“High=#HH#”,(StartBar+EndBar)/2,HH+n,SansSerif,Bold,16)Coloured(“Green”)
È possibile disabilitare del tutto i testi mettendo un “//” davanti ad essi:
//DrawText(“High=#HH#”,(StartBar+EndBar)/2,HH+n,SansSerif,Bold,16)Coloured(“Green”)
Asian Session V2123456789101112131415161718192021222324252627282930313233343536StartTime=010000EndTime=080000if IntraDayBarIndex=0 thenhh=0ll=0Draw=0endifif OpenTime=StartTime thenStartBar=BarIndexendifif OpenTime=EndTime thenEndBar=BarIndexendifif Time>=StartTime and Time<=EndTime thenif High>hh thenhh=Highendifif Low<ll or ll=0 thenll=Lowendifendifn=Round(SQRT(GetTimeFrame))/4 //Only for styleif Time>endtime and Draw=0 thendrawrectangle(StartBar,hh,EndBar,ll) FillColor(255,255,0,20)DrawText("High=#HH#",(StartBar+EndBar)/2,HH+n,SansSerif,Bold,12)Coloured("Green")DrawText("Low=#LL#",(StartBar+EndBar)/2,LL-n,SansSerif,Bold,12)Coloured("Red")Draw=1endifRETURN06/16/2024 at 12:55 PM #23393506/16/2024 at 1:19 PM #23394106/16/2024 at 1:22 PM #23394306/16/2024 at 1:33 PM #23394606/18/2024 at 7:23 AM #234019Intanto ti ringrazio per la spiegazione e il codice che mi aiuta tantissimo.
Riguardo quello che ti volevo dire, se con l’indicatore attivato vado su timeframe come h4 (quindi maggiore di h1) il grafico diventa confusionario (ti mando l’immagine qui in allegato).
Quindi quello che ti chiedo è: è possibile visualizzare la sessione asiatica solo su timeframe uguali o minori a h1?
Grazie ancora
06/18/2024 at 9:24 AM #234028 -
AuthorPosts
Find exclusive trading pro-tools on