How to limit the number of trades?
-
I want only the first rsi to be opened. I do not know how to do.
https://fxdreema.com/shared/9DTWmDPTbThanks
-
@joe_fx Put the check trades above your buy
-
@jstap
Hi jstap. Check trades added. But it does not work. Where am I wrong?
https://fxdreema.com/shared/bJ81KMRke -
@joe_fx Is that the whole project or just a part of it?
-
@l-andorrà
Hi l'andorrà. And part of it, but this is the logic. I have to add the sell phase. -
@joe_fx Your RSI condition was just too unlikely:

-
@jstap
I have changed the parameters, but I don't understand how to set the check trades count. I just want it to open only the first rsi, the others don't have to be taken into consideration.
https://fxdreema.com/shared/GeKZnVYnc -
@joe_fx < will set to only 1 but to be fare the no trade block will limit to only 1, you will need to add other conditions to achieve something else, every trade is only taken when the rsi has done what's required, if you have other stipulations to take a trade say what they are.
-
@jstap
Expert is this. You have to consider only the sell phase, which is identical to the buy one, but with value sto <level (50) and Rsi crossbelow level 75. If I have to add more, please let me understand. Maybe I have to create a variable and put it after the buy? I'm confused. -
@joe_fx Then you have all you need, just set all settings as needed, create the opposite for sells.
-
@jstap
I changed all parameters and added check trades count, but it still generates more than one trade. How should I set it up?
i want it to open only one trade until Sto(50)> level (50).
https://fxdreema.com/shared/n8fdSwF6c -
@joe_fx This is how I would do it, for me buy/sell under a no trade block only ever placed single trades.
-
@jstap
Don't work. https://fxdreema.com/shared/QYCNmGj6b -
@joe_fx Is probably this, surly this should be for buys & sells or a separate block for sells.

-
@jstap
It doesn't work even if use buys or sell. Why? -
@joe_fx I do not know, it would work if I did it, the no trade block limits trades to 1 I do it nearly every day, check the settings inside all blocks.
-
@l-andorrà
https://fxdreema.com/shared/WNi4f66jb
This is the project. As long as the stochastic is greater than 50 (buy), only the first rsi must open. If a second rsi appears, a third, and so on, you don't have to take them into consideration. I do not know how to do. -
@jstap said in How to limit the number of trades?:
I do not know, it would work if I did it, the no trade block limits trades to 1 I do it nearly every day, check the settings inside all blocks.
I checked but I don't understand where I'm wrong.

-
@joe_fx Those 'check trades count' blocks are unnecessary if you are using both 'no trade' blocks on top. You can remove them. You will get one buy or one sell only at any time.
-
@l-andorrà
My problem is that I only want to get one buy when I stocastich> level 50. Instead, this opens more than one buy order.