Compress MQLRates

 

Since i load many charts

I am looking for ways to compress MQLRates data structure so it can reduce hcc file size and storage

By default MQLRates stores all info of OHLC as we can see this in strategy tester

but i am looking for any solution so it loads only OHLC data for 1 min candle and not all the movements of that candle which happened in 1min

Please suggest me any information on this

Thanks

 
Dark Ryd3r:

Since i load many charts

I am looking for ways to compress MQLRates data structure so it can reduce hcc file size and storage

By default MQLRates stores all info of OHLC as we can see this in strategy tester

but i am looking for any solution so it loads only OHLC data for 1 min candle and not all the movements of that candle which happened in 1min

Please suggest me any information on this

Thanks

Doesn't make sense.

OHLC are based on 1 minute data.