1
Beginners & Help / Re: ExQ's Tradingview Setup Guide & Noobconfig
« on: September 24, 2017, 11:02:35 PM »
Anyone who had the same problem as me, that in the alert setup the second plot to choose (the one the first one shall cross) only has 2 and not 3 options:
In the script you can title the plots
In the script you can title the plots
Code: [Select]
plot(macd, title="b", color=red)
plot(signal, title="c", color=yellow)