PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.74k stars 5.26k forks source link

[TRIGGER] Telegrambot Signal Alerts #5327

Closed RagingAdmin closed 1 year ago

RagingAdmin commented 1 year ago

Describe the event source. What app is this for, and what event does the trigger correspond to? I want Crypto Signals from a Telegram Channel to place trades on ByBit automatically.

I should be able to connect to my Telegram Account and select the channel (Private/Subscripted Channel), and have the telegram bot monitor for signals. Then need the Pipedream to take that signal, and automatically place it on ByBit.

Example of signal: πŸ”₯ #ALPHA/USDT (LongπŸ“ˆ, x20) πŸ”₯

Entry - 0.14980 SL - 5-7%

Take-Profit: πŸ₯‡ 0.152796 (40% of profit) πŸ₯ˆ 0.154294 (60% of profit) πŸ₯‰ 0.155792 (80% of profit) πŸš€ 0.15729 (100% of profit)

Goal here is to create a ByBit Trade based on this.

I would need to set a limit on how much to put in, like $10 USDT.

Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to. N/A

ghost commented 1 year ago

Hello @RagingAdmin you need a telegram trigger which will be looking for your buy/sell signals from your telegram channel and emits an event whenever it receives a new signal to create order and then you need a Bybit action to create order based on signal you received from telegram trigger/source

1: Telegram Trigger try this to emit events based on signal received

image

middleware processing script which will read the message and extract the exact information that is needed to create an order then it will pass it to the Bybit action

2: Bybit action to create/place order

image

if you connect both of them it will resolve your issue please try that out and let us know here if it worked for you if not we are here for to help you.

dylburger commented 1 year ago

Without more information, I'm going to close this issue. Feel free to reopen and add more details, if you'd like.