Pending Order from previous high or low
-
What combination of blocks might I use to have an order placed at the previous candle's high or low (or even a few pips above or below)>
-
@4xfatigue This is how to set a pending buy 5 pips above last candle's high:

-
THANX FOR THIS NOTICE...
BUT IF I WANT TO TAKE A PENDING ORDER FROM THE PRICE LEVEL OF AN OLD ORDER . HOW I DO IT?
THANK YOU FOR YOUR TIME. -
@kallosh Do you mean programming a pending order at the exact same price of a closed order? If so, wich one exactly?
-
@l-andorrà I would have the same follow up question. It could vary. For what I'm working on, it would be the candle for when a chart object was created...like an arrow. So this could be candle 1,2,3 or even 20.
The point is to enter the order at the high of that candle when that chart object was drawn.
I have been able to study block an sort of see but I don't know how to create a "name" for the object so that the object can be referenced for the pending order.
-
@4xfatigue Are you using a custom indicator maybe? Then the easiest option is using its buffers to do that.