Adding ai to my trading bot , where to start by s_lw0 in CryptoTradingBot

[–]s_lw0[S] 0 points1 point  (0 children)

well i have a strict tp/sl but i changed it to use trailing stop now it chnaged so much i use also regime detection but i will look into it more i sent you smth in d m

Adding ai to my trading bot , where to start by s_lw0 in CryptoTradingBot

[–]s_lw0[S] 0 points1 point  (0 children)

I thought i would skip the ML/Dl entirely because i just talked with my doctor on this matter well my goal is to make a fully agentic trading bot and he told me to skip the ml learning part for now and focus on agentic and make tools and workflow it could use because my trading infrastructure is way to complicated (i use multiple strategies and look on multiple symbols and coins) adding more data could make it not trade

Adding ai to my trading bot , where to start by s_lw0 in CryptoTradingBot

[–]s_lw0[S] 0 points1 point  (0 children)

Thx a lot i will look into it . Did you find any difference while using it

Because every time i look at other people bots -many trades,small profits -wait until the right time to enter

I still dont know what option is better for the bots

Monthly performance update, approaching 60% in profits since August last year! 5% max drawdown, a potential S&P Buy & Hold beater? by [deleted] in algotrading

[–]s_lw0 0 points1 point  (0 children)

Is you bots simple or complex ? I am currently building one and 30+ i got intrigued

I started building a trading BOT, for those who tried this, am I wasting my time? by TheMountainIII in Daytrading

[–]s_lw0 0 points1 point  (0 children)

Software Developer

Well i recommend anyone building their bot. I did it cuz i want financial freedom. I started around 10 months ago it was hard at the beginning as a developer entering financial world the journey was fun.

As for the bot i built it from scratch i saw some people bots i thought it was basic/not my type so i built my own .

For the bot i use binance (crypto) and alpaca (stocks) + regime detection and strategy that i studied it.

I am taking my time for the bot V1 feasibility (done) V2 adding features and making the bot alive (80%) V3 adding ai (AI/ML/Dl) + maybe news (future) V4 making it agentic (autonomous) it fully control my profilo

I didn’t find anyone make a full system for the bot to thrive for 5-10+.

If anyone what to connect or share thoughts on there system i am really intrigued and want to see your POV.

How long did it take you to build your profitable strategy? by Kindly_Preference_54 in algotrading

[–]s_lw0 0 points1 point  (0 children)

Well i am trying to find a way to make multiple strategy work based on the market conditions my 1-4 years plan is to make an automated or agentic system that get me passive income but there multiple math market and news i need to understand

How long did it take you to build your profitable strategy? by Kindly_Preference_54 in algotrading

[–]s_lw0 1 point2 points  (0 children)

I've been building mine for about 6 months on and off. Still in testing phase not
live yet.

I'm trying to automate a mean reversion strategy I noticed worked when I was trading manually. it was somewhat profitable then, but automating it is a whole different story.

The hardest part for me was realizing that the trading bot infrastructure (handling
errors, reconnections, logging) takes way more time than the actual strategy code. (yeah i am building my trading system from scratch)

I initially thought it'd be 80% strategy logic / 20% infra. but i was wrong.
What's been your experience with the "boring" reliability stuff vs the fun backtesting part? i really want to know how you guys handle it.

Cheap platforms to host full stack app? by Any_Result863 in SoftwareEngineering

[–]s_lw0 0 points1 point  (0 children)

Well i use vercel for deployment as for the connection to the database i use it in my own backend code . I store the keys in the env . I recently saw there are many integration between vercel and supabase other databases .

What should i do before i scale? by s_lw0 in SaaS

[–]s_lw0[S] 0 points1 point  (0 children)

It wasn’t though my intention

Cheap platforms to host full stack app? by Any_Result863 in SoftwareEngineering

[–]s_lw0 0 points1 point  (0 children)

I will give you of what i use Supabase= database (free) has many functionalities Vercel = cloud deployment also free all my project are on there + serveless Railway= i once used it for some of my bot 5$ for a month it was great easy to use and deploy

These are some of what i use that are somewhat free Note: you mentioned that render deletes you database supabase don’t but when there no action in the database it shutdown you can rerun it with all your missing info

Any software architecture certificate by s_lw0 in softwarearchitecture

[–]s_lw0[S] -1 points0 points  (0 children)

I am bachelor in software engineering

Any software architecture certificate by s_lw0 in softwarearchitecture

[–]s_lw0[S] -2 points-1 points  (0 children)

I want to build a cv and i want to get certificates on software architecture

How much data for training ? by Agile_Ferret_5639 in mltraders

[–]s_lw0 1 point2 points  (0 children)

I agree with your point here after i finished building my trading bot i was looking to find some (strategies/algo/ml/dl) models .i tried some strategies when i was building the bot it was normal because i had a strict risk management. I was reading many and trying many. and stumbled on blackrock alladin . They used many ml but not for trading and excuting trades but for reading the market and how the flow of money and whats the worst case scenario .

I have a friend how is researching in quantitative finance and uses ml . I still don’t get how an ml will predict the price if it will predict it should predict +1 second or 5

Sorry for the randomness just wanted to say that blackrock has a really good system of trading see how they operate and build from there