Indicator/Order to Discord Webhook?

does anyone have a reference indicator or any idea on how to send limit entry orders to a discord channel via webhook?

Like when I place a limit order, if its filled report the stop loss price and take profit price

if the trade is closed, report trade closed, etc etc

I have an example project here that sends trades over Discord. It could use some cleaning up though. Hopefully, it gives you an idea of how to approach it. GitHub - WaleeTheRobot/ninja-trader-discord-messenger: Share your trades with a Discord server using webhook URLs.

1 Like

I’ve seen this. This thing actually would be great as a standalone, but it makes my computer lag for a second or so when it takes and sends a screenshot i’m assuming… and that slows me down a ton. I can’t figure a way to do the same method but without the screenshot. Or if there’s a way to disable the screenshot that I’m missing, that’d be amazing.

It could be an issue with it. I kind of just threw this together in like two days for a friend and haven’t really looked at it. It can use some fixing, but my focus has been other things recently. If I get more interest in this, I may go back to figure it out. Otherwise, just throw it in ChatGPT and see if it can fix whatever issues you have. I don’t think I have it specific to disabling just the screenshot, but ChatGPT probably can add that feature for you.

Gotcha, i’m working on this now actually with cursor which is where i’ve coded my entire system haha. This has been a tough one to figure out though. I’m attempting to comment out/edit out the screenshot portion.

That being said I’d gladly pay if you think the edit is something you might take a payment to do my friend. You can contact me here or on discord

I actually was able to get this figured out, thank you for your work! really helped me out

1 Like

any chance to share the solution? im also trying to figure this out