Note: the features described in this section can be used from any User Defined Indicator, without needing to give it Framework access and turning it into a UDIX. This section of the guide can also be treated as part of the UDI developer reference.
The section above about framework functions describes how RequestCandles() can be used to retrieve candle data from the framework - both historic candles and also optionally streaming updates to the candles as the current price changes.
Separate to that fundamental ability to collect candle data, the framework provides two resources making it easier to work with the candle data:
The FXB.CandleStore object
The FXB.ta library of technical analysis calculations