Quote from Sergio77:
Thank you guys, I will try those but still I think this capability should be available without extra coding.
You just need to duplicate your ticker and to run a backtest on the portfolio like this:
if (name() == ticker_meanreversion)
{your mean reversion system here}
if (name() == ticker_momentum)
{your momentum system here}
Of course you can do that with 20 systems if you need.
How good is QS integration with IBKR?
I can't seem to get Amibroker to work with ibcontroller for execution just went open source. Did they give up? it should be at the core of their development efforts.
I can get quotes along with backfills of data. However when I bring up the Place Order window,. the broker isn't listed. I pull the dropdown to select broker and it is empty. At the bottom pf the place order window it says that broker window is not installed/available. I click on the button with arrows to install the interface and I get:
" You need to install broker trading interface for this to work."
I am using the version provided by the Amibroker website. Thanks.
I did. That's how I got quotes and backfills,