Hello Dukascopy Community,
It seems the strategy is not taking in account a block (if). I am using two pivots (weekly and daily), what I want first is to analyze if the last candle open (10 second candles) is BELOW THE WEEKLY PIVOT POINT, then, after this condition, analyze if the price is above the daily pivot point, after those conditions, analyze if the last candle close is above the daily pivot point (it means that the price brached it), after all those conditions, open a buy position.
Here is what I mean:
Sometimes the strategy open positions even if any of this conditions are acomplished:
I am using 10 second candles
Ticks - process all ticks
And I am testing it directly in my live account.