TradingView
RafaelZioni
Nov 24, 2018 11:45 AM

BSP-colors 

XRP / BitcoinBinance

Description

Its MTF of the BSP model. here i need to warn you that this model can repaint. so I did not create any signals to it. On the other hand since its design for this mistake. you can use it to see the bullish or bearish zones in easy way.

So the basic idea here is to see the zones of buy and sell of weis model in mTF format.
Comments
AcrosViros
I put this command

alertcondition(a > 0, title='buy signal', message='Buy Signal Alert')
alertcondition(b > 0, title='sell signal', message='Sell Signal Alert')

but it was like nightmare every time the candle close it giving signal
can you plz ad

Buy Signal = bgcolor(a > 0 ? blue : na, transp=80)
Sell Signal = bgcolor(b > 0 ? red : na, transp=80)
More