I’ve been redirected here from customer service. I’ve been told that the CFD account has an API and that we can use it to get live data and send trades. Is there any public documentation available?
FYI, the basic API should have the following features:
autheticate/log in
get last trade
get historical data (the same data used to build the charts)
place orders / get reply when order is filled
get account balance, margins, available funds, etc.
Hi Chantal, thanks for this. I have my own strategies, written in Python. I just need a connection. It seems like ProQuant only allows to build strategies internally with their own indicators.
Yes. I tried ProQuant a while on the practice account, but I am not convinced. Have used MT4 with EAs in the past. However eventually that didn’t work out well. Also dived into QuantConnect, they use Python too. For now I am trading CFDs manually with for better results.
I’ve also just built a python strategy. Very simple as I’m only a trading noob. Just takes data from yfinance library and tells me when moving averages have crossed. I run the script before market open to find potential tendies.