I'm trying to develop an ninja strategy where it buys at the close of up range bar. i will manually ensure other conditions are met but when i do decide to buy i want to let the system buy it at close of range bar(the reseason i want to automate the buy order is by the time i manually calculate the close price of range bar and place the order, the price is already moved to next range bar.)
i wrote a condition Close(0)>open(0) then go long limit at close with profit target of 10. once i activate this strategy the system is giong back in time and making sure last trade(which would have taken at last up bar) has met the profit target, if not then its not taking any trading at the present. i dont want this to happen, i just want it to look at only from current bar and disregard previous bars or trades.
Please help.
THanks
Chak.

Comment