Renko Bar on NextBar
Hi,
I create a Database with two currencies EURUSD and GBPCAD . Then I wrote in AlgoStudio a new Strategy and started to debug this new EA. In the Method "NextBar" I received all EURUSD new Bar but no one for GBPCAD. It's maybe not so bad for 1 Hour charts but not really good for Renko strategy. Is it a bug or a limitation?
Do you know maybe a workaround?
Best Regards Frank
Even though you have created a Database with two you still need to dump second into Additional Data during backtests! You won't be able to trade with GBPCAD if it is in Additional Data, but you can have data and results from second instrument (like Indicators etc.). This may help you to confirm trades on EURUSD. if you need same test with GBPCAD you need select it and re-run backtests.
You can find the list of scripts developers here with all needed contact information. Also, please, clarify all your requirements about given strategy in the next messsage to the particular developer. It will be helpful for the total price calculation. Good luck!