TradingView

Automating long/short TradingView strategies with only 1 alert

TradingView

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 →