HI . Please How do the condition work one by one
-
I want him to fulfill the first condition only, and then he fulfills the second condition without fulfilling the first condition, Meaning, if the conditions of the first condition are met, a Buy deal will be opened, and upon closing the deal, the second condition will be opened ; Hope there was a simple explanation, the name of the icons you need and thank you

-
@mustapha Are both 'buy now' blocks exactlñy the same? Then you just need one only and not two. And what happens when the second condition is activated and the trade open? Shoudl the first one be activated again for the next buy trade?
-
@l-andorrà said in HI . Please How do the condition work one by one:
Are both 'buy now' blocks exactlñy the same? Then you just need one only and not two. And what happens when the second condition is activated and the trade open? Shoudl the first one be activated again for the next buy trade
AD conditions are different from each other ; So I put two purchases, so that the first one does, and then the second one does directly ,I mean, they disagree
-
@mustapha But then you will get a buy every time any of those conditions is met. You need to create a boolean variable (true/false) and then switch ON/OFF them as required.
-
@l-andorrà I have the same problem! Could you create an example to better understand what you say? Thank you
-
@ferford Examples are very conditioned on a case by case basis. What is your specific issue?
-
@l-andorrà As I explained to you in another post, I am creating an EA that with bollinger bands and williams percent range generates a buy / sell order. If I test them separately, they both work, (I have to fix some details) but when I want both conditions to be met, it doesn't work or opens a buy / sell, but it doesn't respect the parameter configured for example with the Williams percent range. I need to know what I'm doing wrong. I share my project.
-
@ferford Some issues I see:
- Are both time filters correct? I see the latest hour on top, not below.
- You do not need two time filters blocks if both are filtering the exact same time period. Use just one on both launching trees.
- Both 'for each position' are specified for buys and sells at the same time. Select buys on the left only and sells on the right only. Then remove both 'is position' blocks.
-
@l-andorrà Thank you very much! In a while I will try it and tell you.
I am interested in learning more about fxDreema, I will write you an email to know more about the content of the course. I am from Argentina and I speak Spanish. Thank you very much! -
@ferford You're welcome.