Do you have to wait for the bar to close beofre you can use these functions? I have a script that sells part of its shares at a target. Right now its set to check weather the high(0) or low(0) breached the nTarget. It always fills at the open of the next bar. Even with computeonclose set to false. Should I just use something like if close() => target then sell?
Thanks!
Thanks!
Comment