I was trying to place a simple sale order with
close >= EntryPrice() + .01 or close <= EntryPrice() - .01
As I looked it appears you cannot use EntryPrice() in the buy or sale studies?
Is there an alternative to EntryPrice() that I could use to make this code work?
Thanks ahead of time,
Dan
close >= EntryPrice() + .01 or close <= EntryPrice() - .01
As I looked it appears you cannot use EntryPrice() in the buy or sale studies?
Is there an alternative to EntryPrice() that I could use to make this code work?
Thanks ahead of time,
Dan