I have somehow gotten to this weird situation that I cannot run any backtests. I had v2.33 installed and it happened, seemingly out of no where. I have downloaded and unzipped v2.33.5b and the same thing is happening.

With the new version I did not alter any files from the zip. I can run for instance scripts like CalculatePI. But any time asset data is used it slows to a crawl. Also the log mentions loading ticks, I have always used t6 data and never seen these messages before.

Running the default IndicatorTest I get...

IndicatorTest compiling......
Lookback set to 101 bars
EUR/USD 56740 ticks read
210 Bars 2019-01-02..2019-01-15 generated

Then zorro is unresponsive. It takes 3-4 minutes to get the above.

I have set Verbose=31 in the script. Here is the output. Any suggestions on what might be going on?

FYI,
I am running 4 other instances of another version of Zorro on the same PC. They are running live now, no issues currently. They are v2.25.


printf:
V §.3f on §s
printf:
Lookback set to §i bars
printf:
Load §s
Open: History\AssetsFix.csv rb
Load EUR/USD
printf:
§s: §i MB allocated
printf:
§s §i ticks read
Alloc EUR/USD prices
printf:
§i Bars §s..§s generated
printf:
§s: §d..§d
printf: , §s..§s
Asset EUR/USD status EUR/USD:L 235059664 1
Asset EUR/USD status EUR/USD:S 235059664 1
printf:
§s
printf: : §s §s
printf: §d..§d
printf:

printf:
[§s§s§s]
printf: §s/§s\§s/§s
printf: -§s
run 1 TA BBANDS 1.14840 TA ATR 0.00195 TA CDLDOJI 0.00195 TA MAX 1.14840 TA MIN 1.14840 TA MAX 1.14840 TA MIN 1.14840 TA MAX 1.14840 TA MIN 1.14840




PS
Just tried running a script with the v2.25 build. It is doing the same thing! This is running out of the same exe/folder as the Zorro version running the 4 live sessions.