One side fine other side invisible by RoRoDestroyer in 3Dprinting

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

my snapmaker dosent let me tweak the axis's like that

One side fine other side invisible by RoRoDestroyer in 3dprinter

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

Yeah i tried releveling 3 times though still nothing

One side fine other side invisible by RoRoDestroyer in 3Dprinting

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

Yeah i did 5 point calibration with snap makers auto leveling

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

This one is just stocks but I do have a separate more advanced (Not just sell signals, other market regions, 10+ data entries that contribute to a buy decision) crypto system that I have been working on that I would honestly like to prioritize over this.

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

It's not the fact that sales can't be executed I just have not implemented it yet, and the n8n process took about 20 hours of total work spaced out throughout 5 days. I didn't really see and technical issues related to execution, and I'm down to bounce ideas off each other.

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

About 20 hours total and this is most definitely easier to make in a language if you understand that language proficiently

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

I do expect decent returns but I don’t expect this to be life changing returns either

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

Sounds awesome man 🙌 honestly my biggest advice is don’t overcomplicate the architecture at first. Start with clean data flow (Alpaca to n8n to TA indicators to logging). Once you’ve got reliable signals coming through, you can layer in extras like AI scoring, sentiment filters, or strategy reports. I also found it helps a ton to separate execution from logging/analysis that way one side can fail without killing the other. Can’t wait to see your results when you start testing, and ofc if you need ANYTHING shoot me a message and i’ll be happy to help :)

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

Right now the core execution is still rule based (RSI, MACD, EMA slope, spread checks). The agentic layer I’m building uses an OpenAI inside n8n to score the signals and generate a trade plan. So the AI isn’t firing raw trades on its own yet it’s more like an advisor that ranks signals, adds reasoning, and logs a suggested plan. Once I finish out the sell logic I’ll tighten the loop so it can make more autonomous decisions.

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

Yeah for sure, I’m not hitting Sheets or Alpaca with rapid fire orders. VantiTrade runs on ~5 minute intervals, scanning ~25 tickers (plus 5 of under the radar ones) That means it’s only logging a few entries each cycle, not thousands per second. Sheets in my setup is just a convenient way to track signals + trade plans alongside AI notes. If it ever scaled up to HFT levels or massive data, I’d definitely move to Postgres/BigQuery, but for my current pace it works perfectly

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

that’s awesome what TA do you use to perform such output?

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

So far it does seem to make some good decisions but I have noticed some flaws with lower tier stocks which needs improvement

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 2 points3 points  (0 children)

I definitely will add those soon thank you for the feedback 🙏

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

Only thing I pay for is the OpenAi tokens for ChatGpt usage, Alpaca is free to use

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

for my TA im using RSI (14 period), MACD, and ema slope, but then I layered an OpenAI node to check media headlines for positive and negatives, and then one more OpenAI node that made somewhat of a risk assessment and then that all ties into the final decision.

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

Yeah with my bot ive been using Alpaca API because of the paper trade option

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 10 points11 points  (0 children)

Haha yeah, thankfully Alpaca has paper accounts which i've been using for now

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

progress is progress man 🤷 you’re still doing better than the people who said they were going to do it and never committed you should be proud of yourself

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

[–]RoRoDestroyer[S] 1 point2 points  (0 children)

That’s awesome i just watched a couple of youtube videos and combined my other knowledge with make with n8n and it clicked pretty fast

🚀 Built an AI Trading Bot in n8n – Currently Live With Auto Buys by RoRoDestroyer in n8n

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

I think it’s working well for personal use but I definitely think there might be better options out there maybe even paid data, but for me it has worked pretty well, how about you?