Bucket of Traders , a problem EA to open positions.
-
I want to create an EA to open multiple operations in the same direction, if the parameters are respected.
The EA works with a directional market, with loss stops and take profit already established.
I also tried to take the EAs of the "EXAMPLES" site, but I can't change them.
They open an operation and then stop.
I found a similar EA on Youtube, I put the Link:
link text.
I would be happy if someone could help me.Thanks so much
-
Of course you can. Simply remove any 'No trade' block present in the launching trades tree.
-
Thanks a lot, I tried to edit as you said, I tested on MT4 but it doesn't open operations?
If you have more experience, can you give me some advice?
I put both the Image and the EA.
I have been trying for 2 weeks. -
@filippo369 Can you please share your project instead of downloading the file? That would make it more accessible for eveyone here.
-
@l-andorrà
Okay, sorry.
I would like to create an EA that would open positions with a percentage risk, with predetermined Take Profir and Stop Loss.The system has various entry conditions, moving averages of the reference Time Frame, moving averages of the Daily Time Frame, ADX and Parabolic SAR, plus it has filters for the spred for the Day and for the times.
If all the conditions are OK, the system enters the market with an operation every 5 minutes (or after every N number of candles), provided that all the conditions are respected.
The system must have a maximum number of open operations, say 20 operations.
The basis of the system is Joe Ross's CAMEL strategy, seen on the day, but I would like to go into the 5 minutes or 15 minutes, with the conditions I wrote above.It would be nice to be able to make a system only for BUY and a system only for SELL.
The risk is the small deposit, but if the operation is correct the RR 1/15; 1/20 the deposit.For this I wanted to use the "Bucket of Trades" option.
Thank you so much for your help . -
@filippo369 That doesn't sound too difficult to do apparently. I don't see why you began with 'bucket of trades' blocks, though. Let's begin with the first step. This is where you will be able to type the % risk, TP and SL for a buy, for example:

An here you can learn how to create constants to determine those elements:
https://fxdreema.com/instructions/builder/constants-and-variables
Now you can create the fisrt ones and we can move on. Ok?
-
This I have already done, the problem is this:
how do I tell the system that it has to do 20 operations?
One operation every 5 candles, and must always check that all variables are ok.
The one-time system manages to open it with the risk calculated as a percentage, but it does not open me 20.
How can I do ?
Thank you -
@l-andorrà
I speak of what you see in the image.

-
-
@filippo369 Do you need a trade exactly every 5 candles AND if all conditions are met? And what if they are not? Should 5 additional candles to be expected or a new trade should be open at the first chance after that?
-
@l-andorrà
To know this I have to do tests on the various graphs and on the various time frames.
Thanks a lot, now I try to build it like this. -
@filippo369 Please share any feedback.
