Hello,

I'm new to zorro and c-lite.

A few of the things I've seen missing from the zorro manual are the following functions:

candleNumber - a function to return the absolute position of a candle within a upper period. E.g. trading on 1M timeframe, Upper timeframe is 5M, then each 1M candle will be labeled 0,1,2,3,4 for the 5M period but must work on all timeframe combinations.
firstCandle - a function to return the current shift of the first candle within a period. So if your shift is 7, candleNumber 3 trading a 1M timeframe and the upper timeframe is 5M, then the result of this function will be 8.
lastCandle - a function to return the current shift of the last candle within a period. So if your shift is 7, candleNumber 3 trading a 1M timeframe and the upper timeframe is 5M, then the result of this function will be 4.

My question is, how would I implement these functions in c-lite please?

Thanks,
ziberidoo

Last edited by ziberdidoo; 03/08/20 09:47.