quantatrading / Quanta-exoTrader

Quanta exoTrader is an advanced cryptocurrency trading algorithm designed to optimise trading through automation and detailed technical analysis, suitable for both novice and experienced traders.
9 stars 1 forks source link

[BUG] Chart shapes cleanup does not work on backtester #76

Open quantatrading opened 4 months ago

quantatrading commented 4 months ago

Describe the bug Chart shape array continues to grow above limits when using backtester - this leads to large memory usage

Related to TV or exoTrader exoTrader

quantatrading commented 4 months ago

Array shifting worked fine but with accelerated backtesting, more values are added to the array per cycle that can be shifted. Refactored to splice array to default length.

quantatrading commented 4 months ago

Testing in live complete