I have a pinescript stratgey screenshots are below.
Reason why i use tradingview stratgegy instead of gainium inbuilt indicators because tradingview can give more options regaring sending signals setting up alerts. You can build more complex strategies using pinescript.
You can simply setup webhook alerts on gainium coming from tradingview. Simple and easy way. You will vert less errors or bugs like your order didn’t get executed or closing the deal is not a problem because you can setup a failsafe closing alert if first didn’t close order.
Strategy is long stratgey and best works in bullish market. Otherwise it stays idle. And it works best on top high cap coins.
Backtest Data
It shows last three month data. If you have premium subscription on tradingview you can also deep backtest.
In the backtest 3x leverage is used with 0.05% fee.
Anyone can run this script and i am willing to share the acript. For a bare minimum price ( because i have paid pinescript developer to get it coded on fiverr).
Backtesting is a good place to start. Have you addressed potential repainting issues? What were the backtest results in adverse situations? Have you ever tried it in real trading? Trading via Trading View has its limitations in terms of the number of pairs per script, the unidirectionality of webhooks, which requires extra thought to keep both sides in sync. I guess one of the most professional and highly configurable scripts out there ist that of @emumoontrading and he has been already working on that for years.
Fully tested on live account on span of last six months. It has witnessed bullish market of last and extreme bearish market of early 2025. Now it is taking off again.
It doesn’t repaint at all. Instead i have implemented a failsafe in volatile market movements like sudden crahses.
Webhook is not slow at all. It works and execute trades really fast. I have been using webhooks from 2 years now.
Yes, webhooks are regular REST endpoints. This means that they are just as fast as other endpoints. The only difference is that Trading View has no way of finding out what happened with each executed webhook.