Executed Deal
-
Hello,
I need your help.
I want at the exact moment that the current candle is higher than the previous candle is executed deal. -
Place "Once per bar" below the condition/s. As it is right now (and let's say that #4 passes every tick), "Once per bar" passes only the first tick of every new bar, so those conditions are checked at that rare moments too. You want to check conditions all the time if there is no trade and pass only at the fist tick when they are all true.
-
Thank you, to change you suggested worked.
From what has been suggested by you, with the change in location of the "once per bar" for after condition. Now, how can I do this next change?After finalizing deal "In the running position is," You can not run a new deal on the same candle that was finalized. The next deal can only be executed in the next candle, if conditions permit.
-
Yes, but if you don't want to do it once per bar you can always remove that block, and you will remain with No position -> Condition -> Buy now.
If you want to be able to create new position within the same bar, I can suggest to set that block (Once per bar) to work on lower timeframe.