What I'm trying to do is use some commands basic on the current bar using some sort of THEN statement:
For example I am doing the following based on 10 tick Renko Bars:
1. If Ask crosses 10 ticks below the close of previous bar
AND THEN
2. If Ask crosses above the Close of the previous bar and ask volume is > than a specified number
3. THEN if ask increases another 5 ticks and ask volume is than a specified number.
Trigger Order
I am struggling with the logic of THEN so multiple conditions are satisfied one after the other before an order is actioned. In the above example should only work if 1 is triggered first then action 2 and if two is triggered then action 3. I'm ok with:
if and else commands but not
if and Then
Can you please help me on this one:
Thanks
DJ

Comment