which means
max(VOLMA(period1), VOLMA(period2), VOLMA(period3), ... VOLMA(period100))
For example..
VOLMA(period1)= 50
VOLMA(period2)= 60
VOLMA(period3)= 65
....
VOLMA(period99)= 40
VOLMA(period100)= 90 (lets say this is the highest value among the 100 VOLMAs)
Then, in this case
max(VOLMA(period1), VOLMA(period2), VOLMA(period3), ... VOLMA(period100))
will be 90.
Is it possible to make this kind of custom indicator?

Comment