Simple Program Example (Buy-Sell-Buy-Sell on opposite conditions) Question
-
The Buy-Sell-Buy-Sell on opposite condition is the 3rd example provided by FXDreema and can be found through this link: https://fxdreema.com/examples#Simple-Programs
Question: The example shows two block with each starting with No Trade. How would the buy-sell-buy-sell work since after the 1st Buy, it wouldnt close given that the close/sell block start with No Trade and we would already be in a trade.
-
If you have a look inside the No trade blocks you will see that there is a condition used in each of them.
The one in the row above the Buy now block is looking to see that there are no buy trades open. i.e. there can be sell trades open.
The one in the row above the Sell now block is looking to see that there are no sell trades open. i.e. there can be buy trades open.