I am having trouble finding any reference on this support or the user manual to applying "or" in the strategy wizard or in direct coding. For instance I want to check for multiple types of volume expansion being, for instance I want ANY one of the following to return TRUE for the condition to be met, not ALL of the following;
if (VOLMA(VOLavPERIOD)[0] > VOLMA(VOLavPERIOD)[VOLavBARS]
&& VOL()[0] > VOL()[1]
&& VOL()[0] > VOL()[2]
&& VOL()[0] > VOL()[3])
{
Please let me know.

Comment