TV Strategy or Trade Engine for Webhooks

Hello Gainium community.

This may be a long shot, but does anybody have an open source TV strategy or trade engine template I can use?
Here is what i need:

  • I should be able to connect it to Gainium via webhook
  • Open / close my positions with webhook
  • It should allow me to send my Initial Capital, Order size percentage (position size) and pyramiding numbers (DCA layers) in the properties to Gainium.

The goal is to control my position sizing from TV. I need the code to add to my strategy. Any tip is appreciated! Wiling to compensate for efforts or coding too :slight_smile:

I’m not sure if this is exactly what you are looking for but worth looking into it, other users are running it with Gainium. Instructions here: https://buymeacoffee.com/emumoon/goyumitive

Script by Emu Moon. Video:

3 Likes

Hi ares, i want ask

If we create DCA with multi Pair and we want use Webhook. did we have limit pair or something. Thanks

Hey Jimmy, I might be able to help you out, I use Gainium with TradingView Webhook URL Alerts. Would you mind clarifying what you mean by your question?

Hi sir emumoon, I’m newbie in this section, i have a question about webhook, if we use multipair in DCA bot and give it webhook did it will work for pair we select?

Oh yeah my TV still Free Account. I’m just want to try this Signal from TV, and if its good i will subscribe. but in reality it cannot backtest because free just get 1 alert.

:grin:

The pair that you want to open needs to be in the bot before you make a request. You can also in theory add the pair first and request to open the deal on the same webhook. Check “Implementing Concatenation”: Webhooks - Send signals from TradingView and other programs

Note that there can be at most 1 deal per pair, and even with the most advanced TV script, only about 8 pairs in parallel.