♥ 0 |
Hi, Pete: using a previous Q/A here, I figured out how to add a label to the PPO study you see below. For the life of me, however, I can’t figure out how to add text before the value number (_signal). I’ve tried placing “PPO:” everywhere I can, using commas where I thought appropriate, but no love. The number shows up on my chart just fine. But I’d like some text there, too. Can you help? input fastPeriod = 12; def fastEma = ExpAverage(price, fastPeriod); AddLabel(yes, _signal, if _signal>0 then Color.Green else Color.Red); xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx From what I’ve read, placing “PPO:”, after AddLabel(yes, should do the trick but all I get when i do that are errors.
Marked as spam
|
Please log in to post questions.