first trade with v4 today, impressive!
1
Free News API (Machine Learning, Live Trading, and Backtesting) 32 replies
Algorithmic Quant Trading (Machine Learning + Stat-Arb) 25 replies
Machine Learning Trading Algos 10 replies
Predatory High Frequency Trading Machine Learning Thread 31 replies
Trading and machine learning 4 replies
DislikedDidn't know this thread was here! I started one last night! I'm focusing mine on NASDAQ. I've been training and running MLPPO for a couple months now. At first it was to make trading easier.... Now its just a fun hobby to see how good we can make itlol Anyways I subscribed. Will follow. Hopefully I can learn and possibly add some helpful tips along the way. Good luck!
Ignored
DislikedUrspolar, I am a complete ignorant in the field of automated trading. I don't understand much of the codes written (probably nothing), use artificial intelligence... Writing bots even less. Can I ask for some advice on what to read or where to start to understand what this is all about. It looks fascinating... I am not lazy, but I have no idea how to start. I hope I am not expecting too much...Ignored
Disliked{quote} BlackNapkins, I think the first step is to subscribe to an AI service (OpenAI, Gemini, Claude). It can help you understand many things. AI is a tool, and if you have great ideas, you can accomplish great things.Ignored
Disliked{quote} Ml stands for machine learning. PPO stands for policy proxy optimization. It's just one form of training a robot on past data with a specific set of parameters over a bunch of times. It will teach itself how to trade given those parameters.Ignored
Disliked{quote} On top of what he said, I highly recommend that it will teach you a lot. SIgnored
Disliked{quote} Thank you very much asl... 10 year old level will be suitable for me, I thinkGL
Ignored
Disliked{quote} This is a Python script. It works with MT5, and you need to rename the file from .txt to .pyIgnored
Disliked{quote} Came to this thread from Webb1003. I trade XAU and very much interested to see how this works. Thank you for putting this together. I want to give this a try as well as I am learning to do some programming (nothing high level) myself. So, the instruction is to just copy the .txt code into MT5 editor and compile it? or rename .txt to .py and load this where?Ignored
Disliked{quote} I'm trying to understand in your script where the bot is learning. I'm new to all this too... But.. Lol My Learning bot has 5 scripts that run simultaneously when the bot is on 1 for feeding live data 1 for listening and interpreting the data 1 for all the features 1 for the environment 1 for it's trained logic Then many more for authenticating, url connections, the gym environment it was trained in, placing orders, risk logic, contract lookups, ECT. I'm not bashing anything. Just trying to understand your script since it seems so much smaller...Ignored
Step 2: User Configuration
Step 3: Auditing and Logging
Step 4: Fetching Market Data & Indicators
Step 5: Generating Trade Signals
Step 6: Machine Learning Integration
Step 7: Trade Execution
Step 8: Trade Monitoring and Results
Step 9: Continuous Operation
Disliked{quote} I just modified a little bit code to show more info about how the bot doing (by using cursor) I think i let the v4 code to use the last csv file which generated by v3, so i got these tradesIgnored
Disliked{quote} ksl, I've also thought about this: For example, if I have data from a demo account, when I apply the script to a real account, it still uses the demo data. However, I believe the data from demo and real accounts are not the same, and the correct approach would be to let the script learn from real account data. This is what I'm thinking about.Ignored