Thank you very much for your help so far
Posts made by fernandoanton.90
-
RE: Validation error when sending robot to MQL5 marketposted in Bug Reports
-
RE: Validation error when sending robot to MQL5 marketposted in Bug Reports
yes
How can I proceed?
I created a constant for the asset to be operated, and placed it in all the Symbols of the blocks...
the robot is working and operating only the Symbol of the constant, but to put it up for sale in MQL5 it goes through an evaluation and is giving an error because the robot does not operate other assets...
-
Validation error when sending robot to MQL5 marketposted in Bug Reports
I developed a robot and am trying to put it on the market but it needs to be validated.
The error is as follows, this robot only operates a certain asset that can be changed in the parameters.
When validating on the MQL5 website, it gives an error that the operational one does not open in other assets, but in the code it only operates on one asset, can anyone give me some insight?
Thank you in advance for your attention!
-
Buttons that change colorposted in Questions & Answers
Is there a way to create buttons that change color depending on an event?
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà Thanks a lot for the help...
I'm quite new here, how do I declare high?
as shown in the image below!

-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà How do I sequence a purchase or sale?
I don't understand that now...
thanks -
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà understood, good tip, I have to test it...
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@DragonZueloTrends Thanks for the tips and help, I'll look into the possibilities...
I'm also using the translator
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà What would this code look like? can you share?
what I needed was to identify the highs and lows of the opening candle of a session
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà I'm using the translator, if anything isn't clear I apologize...
but we can always understand -
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà So, the idea is that the minimum and maximum for reference are that of the first candle of the session that is chosen
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà That's it, the idea is to identify the opening time and take reference from the first candle at that time, then it breaks upwards to buy and downwards to sell, this operation is finished, it will only do another one on the other day at the same selected time.
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà I don't know how it could identify the opening of the market, perhaps based on the time, for example, if I want to operate the opening in London, I will have to enter the opening time, I think that would be possible, right?
have a function to operate from a certain time, and then it only performs one operation, with those conditions described
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@l-andorrà
One needs to identify the opening of a session, being able to choose which session to act in;Two mark the high and low opening candle;
Third, when the price breaks and closes upwards, buy, if it breaks downwards, sell, placing take and stop;
Four must have a martingale option;
Five, if possible, traling stop;
-
Can anyone help me with a candle breakout EA?posted in Tutorials by Users
I'm starting out and I'm looking for help to create a logic that analyzes the candle of a certain asset at a certain time and buys if the next candle breaks upwards and sells if the next candle breaks downwards.
Example at the opening of the London session a certain asset opens and the next candle breaks, where it breaks is the direction of the operation, if anyone can help...