Can you please help me how to add multiple statements within THEN statement. or how to add an alert within the IF statement itself.
example:
if Diff > Diff[1] and midTermSignal == no and longTermSignal == no then setVar=1, servar=2 else do=nothing;
or
if Diff > Diff[1] and midTermSignal == no and longTermSignal == no then alert("display msg", stock symbol) else do=nothing;
example:
if Diff > Diff[1] and midTermSignal == no and longTermSignal == no then setVar=1, servar=2 else do=nothing;
or
if Diff > Diff[1] and midTermSignal == no and longTermSignal == no then alert("display msg", stock symbol) else do=nothing;