I currently have a program I developed that subscribes to data, processes the data, and makes trade decisions for me. To actually execute the trades, I have it communicate with Interactive Broker's API via TCP/IP.
I would now like to use AMP Futures for the futures side of my trading, since their commissions seem much lower. I see they are accessible through a number of different third party platforms. But I don't want/need a platform, I just want to execute trades. Can someone advise me on the easiest way to give my custom software access to AMP Futures? Ideally, there would be an AMP Futures API I could access, but if not, which of their many third party platforms would be easiest to use as a middle-man for simply submitting trades?
Again, I don't need data, don't need trade logic, just want to submit trades programatically.
I would now like to use AMP Futures for the futures side of my trading, since their commissions seem much lower. I see they are accessible through a number of different third party platforms. But I don't want/need a platform, I just want to execute trades. Can someone advise me on the easiest way to give my custom software access to AMP Futures? Ideally, there would be an AMP Futures API I could access, but if not, which of their many third party platforms would be easiest to use as a middle-man for simply submitting trades?
Again, I don't need data, don't need trade logic, just want to submit trades programatically.