Is there a way to include the *1.6 directly in the comparison?
Or do I need to multiply the indicator's value and assign the result to a variable to be later used for the comparison??
ex.
(Volume[0] > (VOLMA(13)[0] * 1.6))
VOLMA(13)[0] *1.6 = "myvariable"
Thanks

Comment