I think your conditions are too restrictive when combined that way. I suggest to try them separately just to check if they work and then recombine them one by one until finding which one is stopping the pending order.
For some reason I can't get vertical lines to draw, this draws a horizontal line at every point, it is probably your condition that is causing this. https://fxdreema.com/shared/fwTRUqDtd
@jstap Thank you for the reply. ZigZags is the way. but i can only that last X can High for low. It need to be kinda Head and shoulder principle. Everytime when they reach a new high point it draw a new line and some goes with new low point
I kinda stuck with this: https://fxdreema.com/shared/dmN5iZORb
I have added a draw line to make a point between candle and the price for check distance. But its still doesnt work. Also tried conecting condition - check distance or draw line - check distance. still same result.
Its supose to be a easy. perhapse it doesnt work like this?
The length between each candles are everytime difference sometimes its ID 2 to ID 10 and another time is ID 4 to 62 ID. The question was I link a RSI to does Candle ID
@william-1 You should remove that 'once per trades' block. If you need to limit the max number of open trades use a blue 'check trades count' block instead.
Does it also away doing the same with pending order with high and low. because if i use sell and buy pending order separate it only trade form 8 - 12, while i wanted to treade from 8 to 20.
I used to use if trade delele pending order. I think there are some problem with pending order block. i hope im wrong with this
@william-1 Well, that depends on what the bots are supposed to do. If both are running on the same chart they should be coordinated if using the same magic number. But no more info can be provided so far.