Load Past Data
Load Past Data
22 May 2020, 15:45
When a chart i loaded it is loaded with a curtain amount of bars and if I want to see more data from the past i need to scroll left.
If I want to see something in the far past it means I need to scroll many times which is a lot of effort especially when all the indicators are reloaded on each scroll which makes everything slower.
Is there a way to predefined the amount of data I want to load on the first time in order to prevent all of that?
Thanks
Replies
PanagiotisCharalampous
25 May 2020, 12:54
Hi Yuval,
You can consider some kind of a condition that will break the loop, like the number of bars.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
25 May 2020, 08:32
Hi Yuval,
You can use LoadMoreHistory() to load more bars.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous