Australian (ASX) Stock Market Forum

Looking for Traders who would like to test out my ML based trading systems

Joined
4 February 2021
Posts
12
Reactions
13
Hi Guys,
I struggle to find traders who are interested in ML trading. I have developed a generic ML framework and applied it to trading. Currently I use CTrader.
Not many traders
I have also developed trading algos from first mathematical principals.
Please email me if you would like to evaluate my tools on demo or live accounts.
Sorry I am not trying to spam anyone.

Best Regards,
Alistair
 

Attachments

  • Sample AUDUSD backtest.png
    Sample AUDUSD backtest.png
    90 KB · Views: 54
  • Sample DOW backtest.png
    Sample DOW backtest.png
    90.2 KB · Views: 50
Hey Alistair,

I too use ML for my trading, I have mostly focused on stocks and used the basic methodology in HBandy's book QTA. I've had good success thus far.

What ML methods are you working with?

Regards
Matt
 
So sorry for the very late reply! I am still testing my bots, Ctrader had a big change to the their framework that stuffed me up for a long time.
I have built a generic ML framework based on microsofts latest tools. I can build models in minutes on GB of data. My backtest results are incredible but I am still struggling with live trading. I could use some help testing my bots if anyone is interested.
Here are some recent backtest results. I can build models on any timeframe, range, hk, tik and for any market on CTrader.
 

Attachments

  • 907 model AUDUSD 3 filter stats.png
    907 model AUDUSD 3 filter stats.png
    247.1 KB · Views: 20
  • AUDUSD diff 0.005 filters P 20 acc filter .png
    AUDUSD diff 0.005 filters P 20 acc filter .png
    248.9 KB · Views: 20
Mate once you give me a dataset of features the ML can predict any of its values or you can massage the data to say if the market will go up or down and use the data to predict that. This dataset of features is called a vector. I have around 100 indicators and many custom/best practise indicators from the CTrader community. If you are new to ML it only works to predict one of the variables of your set. However this ML has the advantage that any of the features can also be vectors and I use this. So its actually mult-dimensional ML. But the ML is not using a time series prediction method, that is really only for very seasonal type phenomena. The ML can do any classical type of ML such as regression or categorisation. Currently for trading I have only implemented those types of models, but I could also do recommendation, outlier models. I can even do image models and I don't need to use transfer learning which is very powerful as most python image models use that.
 
I think you need at least 2 mill in the bank to get 50K interest a year but who can live on that? Everyone probably needs to supplement their incomes such as through trading.
well i could probably live on $50 K a year ( no car , no kids , no bevy of beautiful babes )

but how long is the money safe in the bank ( from corporate failure or dipping from Government departments ) the government only guarantees the first $250,000 (per ADI )
 
No problem, machine learning is really what most AI is. ML is about letting a machine use statistical methods to predict future values of data values based on previous values or to break data values down into categories. Most classical ML methods are decision tree based, more modern ML often use neural network NN methods. However NN methods would not be good for trading, they are good for phenomena that obeys consistent laws. Also classical ML methods such as decision trees are more robust.
 
Yes of course they would be, he was probably one of those practical early experimenters in ML who had success while the academics were floundering, it was called the AI winter from the 1990s till about 2010. But of course they use their knowledge of markets as well and insider knowledge and probably all these hedge funds colude but they can't be caught
 
Yes of course they would be, he was probably one of those practical early experimenters in ML who had success while the academics were floundering, it was called the AI winter from the 1990s till about 2010. But of course they use their knowledge of markets as well and insider knowledge and probably all these hedge funds colude but they can't be caught
Ahh the AI winter,
The frog graduated in AI in 1991
Talk about timing....
Luckily, I had also much training in "normal" computer sciences...
There is much which can be done nowadays so good luck @MLTraders 👍
 
Top