Hi Support
I am using Renko-Bars in my code, but only the following four pairs can get subscribed to the RenkoFeed
within the historical tester:
EUR/USD, GBP/USD, USD/JPY and USD/CHF. With all other pairs the tester just says running while doing nothing.
I found the part of code that causes this: (This code is within the "onStart" body)
this.context.subscribeToRenkoBarFeed(selectedInstrument,
selectedOfferSide, selectedPriceRange, this);
Without this code the tester runs in all pairs, but it cannot utilize Renko-bars. With this code only the above mentioned pairs work.
Will you be able to fix this problem?
Thank You in advance!