TradingView

The Easiest Way to Add a Session to PineScript Strategies

TradingView

The Easiest Way to Add a Session to PineScript Strategies TradingView Quant Nomad

The Easiest Way to Add a Session to PineScript Strategies

It’s fairly simple to add a session to PineScript Strategies, you can do that just in few minutes adding just a few lines of code to your script. Forst create an input variable that will store the definition of our session. Later you’ll be able to change session variable from parameters without changing your code. The Easiest Way to Add a Session to PineScript Strategies Read More →

The Easiest Way to Add a Session to PineScript Strategies Read More »

Automating long/short TradingView strategies with only 1 alert TradingView Quant Nomad

Automating long/short TradingView strategies with only 1 alert

Using new alerts on the strategies in Tradingview you can do pretty interesting stuff in PineScript. In this post, I will show you how you can automate pretty complicated strategies in TradingView using only 1 alerts instead of at least 4 alerts you need using usual alerts. I’m using 3commas to automate strategies, but you

Automating long/short TradingView strategies with only 1 alert Read More »

Example of fancy complex strategy alerts in TradingView

Alerts on strategies were introduced just recently in TradingView.  These alerts have an alert_message placeholder which allows you to compose in PineScript very complex alerts and insert quite a lot of information in them. Here is just a very simple example of how they can look like.  As you can see I added some information about the

Example of fancy complex strategy alerts in TradingView Read More »