@TopNotchCrypto, Hi man! I just because, depending tha resolution of screen the computer, some buy alerts stay "invisible", hiden... So, this way, it dont happen.
If you search for some aleatory script with alerts, you will see that the alerts dont exist. it just because they only set one alert for each condition. Maybe in your monitor not, but trading view have this issue. I not write very well in english, so, if you didn't understand something, just say. Thanks man!
@TopNotchCrypto, continuing....
if you are only seeing an alert buy and a sell at the time of creating the alert then it means that the resolution of the trading view on your monitor presents this problem, and the way I wrote the script you did not realize the error. However, if I had just placed a buy or sell sign, you would not be able to create the alerts, because you would not see them.
Comments
// === /PLOTTING ===
// Send alert to TV alarm sub-system
alertcondition(LONG,title="Buy",message="Buy")
alertcondition(LONG,title="Buy",message="Buy")
alertcondition(LONG,title="Buy",message="Buy")
alertcondition(SHORT,title="Sell",message="Sell")
If you search for some aleatory script with alerts, you will see that the alerts dont exist. it just because they only set one alert for each condition. Maybe in your monitor not, but trading view have this issue. I not write very well in english, so, if you didn't understand something, just say. Thanks man!
if you are only seeing an alert buy and a sell at the time of creating the alert then it means that the resolution of the trading view on your monitor presents this problem, and the way I wrote the script you did not realize the error. However, if I had just placed a buy or sell sign, you would not be able to create the alerts, because you would not see them.
like so, but wthout error)
alertcondition(SHORT or LONG,title="Trade",message=(SHORT)?"Sell":"Buy")