♥ 0 |
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color value: MA.assignValueColor(if longP then MA.Color(“Up”) Now for instance say I want to add: def LongX = exp3 crosses above exp8; When I include “longX” into assigncolor (which LongP is also still true, in addition to LongX, the signal line is still green but I want it blue instead)…. MA.assignValueColor(if longP then MA.Color(“Up”) else if longp and longx then color.BLUE I hope I made clear what I’m trying to do and if possible, thank you for any help
Marked as spam
|
Please log in to post questions.