How would i get a formula to compare the close of this bar to the Prev Days high or low.
I am trying to write something like
if(close() > Prev High.efs)
if(!Strategy.isLong()) {
However i can't get the formula to recognize the Prev High.efs
I am trying to write something like
if(close() > Prev High.efs)
if(!Strategy.isLong()) {
However i can't get the formula to recognize the Prev High.efs
Comment