Is it possible to access Microsoft Azure machine learning webservice from a Jforex java module? I am specifically looking to read market data (for example open/close price of bar, SMA50, Bollinger Band), send this data to Azure, and then enter buy/sell order based on the prediction from the model I have created in Azure....
API Support
Post subject: Re: Access Microsoft Azure machine learning webservice from JFOREX
JForex SDK could be used from any java code. One way could be to start IClient on Azure and use it to trade there. Another option could be to run IClient in a separate application and then communicatie between Azure and this application by using java sockets: https://www.dukascopy.com/wiki/en/devel ... et-channel