♥ 0 |
Hello please help me with the script below need to have post market volume addlabel currently it shows pre market volume. Thanks # PreMarket Forecast Volume
Marked as spam
|
♥ 0 |
Hello please help me with the script below need to have post market volume addlabel currently it shows pre market volume. Thanks # PreMarket Forecast Volume
Marked as spam
|
I'm not absolutely certain, this code was presented by the author of the post. Perhaps Sunny can give you some tips. But I think this might work:
AddLabel(yes, “Pre Vol: ” + PreMarketVol, if PreMarketVol > 3000000 then Color.RED else Color.light_gray);