New to CALDO Rookie Q : Get latest candle close info
Created at 04 Dec 2022, 06:42
CT
New to CALDO Rookie Q : Get latest candle close info
04 Dec 2022, 06:42
Hey,
Just started learning CALGO and found this :
Trying to print the latest candle I use the code below
- Print("Previous Candle Close: ", MarketSeries.Close.Last(1));
When I build this it gives me an error that it's outdated and to use bars but I can't work out / see any documentation on how to do so?
ctid1909360
04 Dec 2022, 06:47
RE:
ctid1909360 said: worked it out
Bars.ClosePrices.Last(0));
@ctid1909360