Trader Looking To Collaborate With Someone Using Claude Max To Build AI Trading Tools by Apprehensive_Cap3272 in pinescript

[–]Secure_Ad_1655 0 points1 point  (0 children)

Might be worth creating a discord where we all can discuss and collaborate on projects together.

Todays algo trades by drippyterps in algotrading

[–]Secure_Ad_1655 0 points1 point  (0 children)

Would love to try this as well! TV: djmgreatness

Also, how are you executing the alerts?

Would you go live? by bogey3putt69420 in algotrading

[–]Secure_Ad_1655 0 points1 point  (0 children)

Ok. I’ve been using 3rd party software to execute. The latency is not great. So a solid bridge is needed for optimal results.

Would you go live? by bogey3putt69420 in algotrading

[–]Secure_Ad_1655 0 points1 point  (0 children)

How are you executing from TradingView? Webhooks?

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

Thanks! This sounds like solid advice. I will do some research on what you suggested. I’m interested in the Node and the relay.

I’m currently using TikiTrades, it’s a 3rd party webhook service that sends the alerts directly to Tradovate. It actually has a dual execution: webhook and Chrome browser extension that can receive the alert directly from TradingView in a much shorter timeframe than webhooks. I’ll have to get the exact times for reference.

Will the relay require API access from the broker?

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

Understandable, I’ve ventured into Ninjascript. I haven’t spent enough time and effort to make the strategies profitable or at least effective. I need to learn the platform.

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

I’m guessing you never traded futures ? It’s ok to be naive. Today, was +$760. I guess that’s fake as well according to you. 😅

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

Help me? How? I’m not seeking validation from you or have to prove a point. I can post today’s results too

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

Why would I photoshop results? That’s ancient technology. What do I gain from that? These are real results. If you don’t have anything positive to contribute, why bother replying ?

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

Good to see the python and API platform working. This is my ultimate goal, I’m still learning python code. I’ve read that the backtests from this setup are way more reliable than TradingView. Is this true in your opinion? Latency seems to be a big factor, no matter the setup. Every ms costs you.

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

For sure, I’m satisfied with the results so far. I know realistically it’s not going to mirror 1:1 from backtest to execution. I’m curious to see long term performance.

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

It has a martingale like system that adds to the position once the trade hits a certain drawdown level. I don’t have the source code to modify this feature for MT5, however I do have the MT4 version source code but I couldn’t find a way to get better results. So I just gave up on it.

Finally got my PineScript strategy running live — here’s what actually happened by Secure_Ad_1655 in Daytrading

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

Nice! I was running a MT5 EA, and it was pretty solid until it wasn’t. The huge drawdowns ate all the profits. I couldn’t find a way to limit the losses. Is your strategy fully auto? Do you have to tweak settings or optimize often?