How to get the value of BollingerBand .Thanks
How to get the value of BollingerBand .Thanks
11 May 2020, 15:38
Hi,
How to get the value of BollingerBand, on euruse , TimeFram.hour
Indicators.BollingerBands(Source, period, std, MAType); Only one parameter Source.
Thanks
Replies
lordyy
11 May 2020, 16:44
( Updated at: 21 Dec 2023, 09:22 )
RE:
PanagiotisCharalampous said:
Hi lordyy,
See bellow
var bb = Indicators.BollingerBands(MarketData.GetBars(TimeFrame.Hour,Symbol.Name).ClosePrices, period, std,MAType);
Best Regards,
Panagiotis
Thank you PanagiotisCharalampous
I have another question . How to get the Bb value bar0 bar1 bar2 .
@lordyy
PanagiotisCharalampous
11 May 2020, 16:56
Hi lordyy,
You need to use the Last() method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 16:00
Hi lordyy,
See bellow
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous