Hi All,
Are there any bridge/plugin to place traders in USA/UK brokers like robinhood,alpca or E-trade? I understand IBKR has plugin.
Which broker are you using to place trade?
Thanks
Hi All,
Are there any bridge/plugin to place traders in USA/UK brokers like robinhood,alpca or E-trade? I understand IBKR has plugin.
Which broker are you using to place trade?
Thanks
No, the only automated trading bridge currently available is for Interactive Brokers.
One more thing, If i have REST apis/Python apis for brokers, i could just use AmiPy place orders.
Are there any delays on using AmiPy? Am i missing something here?
Thanks
Keerthan
Functions exposed by plugins are simply called in-place where they were placed in your formula. There is no delay in calling the function. Whatever happens INSIDE plugin is completely outside the AmiBroker territory and any delays that occur OUTSIDE of AmiBroker is not controlled by AmiBroker. With REST API you are more likely to see simple internet delays which are several orders of magnitude higher than anything that happens on your computer. Internet ping times are in the order of tens or hundreds of milliseconds while function calls inside AmiBroker are in sub-microsecond range.
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.