putrid_ask_3791
Newbie
- Messages
- 3
- Likes
- 0
Hi everyone,
I’ve been working on a trading bot as a personal project for the last few months, and I’m hoping to get some feedback from this community. My goal is to develop a tool that can autonomously trade assets while adapting to different market conditions. Since my background isn’t in finance or trading, I’m eager to hear thoughts from those with more experience in algorithmic trading. The bot appears to work well in my tests, even when the market is not performing well, it still manages to accumulate more volume for cheap.
Some other interesting features:
· The approach is not deterministic, meaning that double the starting budget does not mean double the performance. Generally, the larger the budget, the better the results.
· Features machine learning optimization for parameters that are optimizable
· There is an option for three trading strategies (conservative, balanced, aggressive)
· Accounts for vendor’s commission and admin fees for accurately reflecting net performance
I’m not here to promote or sell anything—just genuinely looking to learn and see from people that know more than me where my approach stands in terms of results. I’ve also developed a testing environment where anyone can experiment with the bot and upload their own data. If there’s interest, I could consider creating a REST API for broader use. Again, I’m not here to make money or promote anything just looking for some genuine feedback.
Thanks for taking the time to read this, and I look forward to any insights or advice you might have!
I’ve been working on a trading bot as a personal project for the last few months, and I’m hoping to get some feedback from this community. My goal is to develop a tool that can autonomously trade assets while adapting to different market conditions. Since my background isn’t in finance or trading, I’m eager to hear thoughts from those with more experience in algorithmic trading. The bot appears to work well in my tests, even when the market is not performing well, it still manages to accumulate more volume for cheap.
Some other interesting features:
· The approach is not deterministic, meaning that double the starting budget does not mean double the performance. Generally, the larger the budget, the better the results.
· Features machine learning optimization for parameters that are optimizable
· There is an option for three trading strategies (conservative, balanced, aggressive)
· Accounts for vendor’s commission and admin fees for accurately reflecting net performance
I’m not here to promote or sell anything—just genuinely looking to learn and see from people that know more than me where my approach stands in terms of results. I’ve also developed a testing environment where anyone can experiment with the bot and upload their own data. If there’s interest, I could consider creating a REST API for broader use. Again, I’m not here to make money or promote anything just looking for some genuine feedback.
Thanks for taking the time to read this, and I look forward to any insights or advice you might have!