i'm building a formula and am not sure how to set the proper values. Basically, all that I need is close today > close yesterday
something like this
if (
close(today) > close(yesterday) &&
volume(today) > volume(yesterday)
) onAction1()
new to efs. any assistance is appreciated
something like this
if (
close(today) > close(yesterday) &&
volume(today) > volume(yesterday)
) onAction1()
new to efs. any assistance is appreciated
Comment