Prezzi Apertura Dax
Forums › ProRealTime forum Italiano › Supporto ProBuilder › Prezzi Apertura Dax
- This topic has 7 replies, 2 voices, and was last updated 4 years ago by abd78.
-
-
10/21/2019 at 1:52 PM #11070510/21/2019 at 3:48 PM #110732
Eccolo:
123456789101112DEFPARAM CalculateonLastBars = 2000IF barindex = 0 THENMyBar = barindexMyPrice = openENDIFIF OpenDay <> OpenDay[1] THENDRAWSEGMENT(barindex,MyPrice,barindex,open) coloured(0,128,0,128)MyBar = barindexMyPrice = openENDIFDRAWSEGMENT(MyBar,MyPrice,barindex,MyPrice) coloured(0,128,0,128)RETURN1 user thanked author for this post.
10/21/2019 at 4:12 PM #11074010/21/2019 at 5:36 PM #110744Per modificare l’orario, basta che cambi la riga 6 con:
1IF OpenTime = 090000 THENPuoi anche utilizzare TIME che restituisce l’ora di chiusura di una candela, invece di quella d’apertura.
La dimensione e lo stile dei dati stampati con DRAW non possono essere cambiati, si può utilizzare RETURN per farlo, azi mi sembra venga anche meglio:
123456789DEFPARAM CalculateonLastBars = 2000IF barindex = 0 THENMyPrice = openENDIF//IF OpenDay <> OpenDay[1] THENIF OpenTime = 090000 THENMyPrice = openENDIFRETURN MyPrice1 user thanked author for this post.
10/21/2019 at 5:49 PM #110747Molto meglio con la funzione Return, volevo provare anche a fare l’open week e l’open month
12345678DEFPARAM CalculateonLastBars = 2000IF barindex = 0 THENMyPrice = openENDIFIF OpenMonth <> OpenMonth[1] THENMyPrice = openENDIFRETURN MyPriceSolo che non c’è la funzione OpenWeek. Oppure sostituire le aperture con le chiusure e fare un CloseDaily-CloseWeekly-CloseMonth.
10/21/2019 at 6:08 PM #110748Devi usare OpenDayOfWeek:
1If OpenDayOfWeek[1] > OpenDayOfWeek Then1 user thanked author for this post.
03/31/2020 at 4:19 PM #124105Ciao, volevo chiederti per l’openmonth come fare
12345678DEFPARAM CalculateonLastBars = 1000000000IF barindex = 0 THENMyPrice = openENDIFIf OpenMonth[1] > OpenMonth ThenMyPrice = openENDIFRETURN MyPricefacendo così non mi restituisce mese per mese.
03/31/2020 at 4:45 PM #124114 -
AuthorPosts
Find exclusive trading pro-tools on