Morning all
can someone please assist me with the following;
I would like to buy a stock tomorrow only if it trades higher than todays high.
this is my code so far. However it keeps buying at the open price.
Cond8 = buyprice >= Ref(high + (high * 0.005), -1);
thanks