@l-andorrà
I speak of what you see in the image.

Best posts made by filippo369
-
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
Latest posts made by filippo369
-
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
@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. -
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
@l-andorrà
I speak of what you see in the image.

-
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
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 -
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
@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 . -
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
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. -
Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
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