Unexpected Block Action
-
Block "Check Profit (period of time)"
I made an Test EA that should Once a bar, check between 12:00 and 16:00 daily, the block should "pass" if less than $1000 profit is made. (The EA doesn't take any trades so profit is always under $1000.)
My assumption is that the block would NOT pass outside 12:00 to 16:00 time regardless of profit amount. But it "passes" the whole time. Like the time filter doesn't work.
Is this a Bug?
-
Once per bar on top means it will check the profit at the open of every candle on the current timeframe, put the once per bar below your check profit, and chance to daily (if you want this to happen once a day).
-
That didn't work either. But it seems that what your saying is the difference between Time 1 and Time 2 in the "Check Profit (period of time)" block has nothing to do with the block passing. Is that True?
-
@Pipologist
It seems checking the profit made within the time interval defined by you, and it checks it all the time. -
Got it. Thanks
-
So are you saying that the block passing or not is based on the "$ amount" and "> than" / "< than" settings?