Just renamed your averaged functions in order to have a way to publicly access the raw data (history_price, history_profit, etc).
I'm making a sample and want to add line charts, so I needed that getters or having your maps as public. The first option seemed more elegant.
Hi,
Just renamed your averaged functions in order to have a way to publicly access the raw data (history_price, history_profit, etc). I'm making a sample and want to add line charts, so I needed that getters or having your maps as public. The first option seemed more elegant.
Cheers