I'm starting to play with the GBF functions for the supported brokers and for the paper trader account. A recent post on this forum helped me get started with the papertrader account and so far I've got it working (but still testing).
I need to know if there are specific issues for each unique broker or are the GBF function standardized to the point that a single call/parameter should work for the supported brokers??
I also need to know if there are any tricks to passing the number of contracts/shares? I noticed in the papertrader code, you have to pass + values to the buyMarket function and - values to the sellMarket function. Is it the same with LIVE BROKERS?
I've got my code setup for testing with the IB plug-in and would really appreciate some simple guidance as I progress.
I hope to have it working and tested before the beginning of next week (if possible). That's why I have these questions as I want to integrate support for any working brokers (with EFS order execution support).
Thank guys.
I need to know if there are specific issues for each unique broker or are the GBF function standardized to the point that a single call/parameter should work for the supported brokers??
I also need to know if there are any tricks to passing the number of contracts/shares? I noticed in the papertrader code, you have to pass + values to the buyMarket function and - values to the sellMarket function. Is it the same with LIVE BROKERS?
I've got my code setup for testing with the IB plug-in and would really appreciate some simple guidance as I progress.
I hope to have it working and tested before the beginning of next week (if possible). That's why I have these questions as I want to integrate support for any working brokers (with EFS order execution support).
Thank guys.
Comment