quantshare vs amibroker

Hi Sergio
In one milion years I could not code what Master Brain did, nor would it be a prudent use of my time attempting to do so.The important thing is
Amibroker is capable of doing so.QS can do it also, but is not built in and takes programming skills beyond my ability.I defer to the devlopers or programmers for these tasks.

Imo QS has far more built in trader friendly tools but there will always be some feature that one desired that need custom programming.I know of no program that has my full with list.



Quote from Sergio77:

Thank you guys, I will try those but still I think this capability should be available without extra coding.
 
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.
 
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.

Good it be easier if Amibroker had an option to attach systems to each symbol like it is done in Tradestaion and run a portfolio backtest with them? I am talking about a portfolio on systems on a single symbol. What about the same with all the symbols in a watch list?
 
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 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.

You need to install the IBController!
 
I did. That's how I got quotes and backfills,

You get quotes and backfill from the IB plugin of AmiBroker! AB's IB controller is a trading interface for manual/auto trading and it also retrieves infos from TWS. You are talking about two different things. IBcontroller is working fine. And FYI it is open source not because they gave up as you claimed but is offered by AB for transparency and to offer us users trading possibilities with brokers other than IB. If you have problems then go to their support instead of talking clueless BS.
 
Back
Top