You're welcome. I can't visualize what you exactly mean. Could you please upload a screenshot of what you mean?
Posts made by l'andorrà
-
RE: Parabolic Sar below price and stoch crosss base EAposted in Questions & Answers
-
RE: de fracción de precio pasar a enteroposted in Questions & Answers
Puedes usar el blocque 'formula' en el que multiplicas esa variable por el número que te haga falta según el chart en el que trabajes.
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
I'm not sure about your question. Isn't it doing what you requested?
-
RE: Daily profit and loss with imageposted in Questions & Answers
Those are the input parameters but what are the conditions triggering and closing trades?
-
RE: closed profit blockposted in Questions & Answers
Because you used to pink 'close' blocks below the same 'for each trade' block. You should remove the yellow one on the right. That way all trade will be closed at $40.
-
RE: Take profit with indicators.posted in Questions & Answers
Why don't you use a standard 'condition' block with those indicators and then connect them to a standard 'close trades' block?
-
RE: Parabolic Sar below price and stoch crosss base EAposted in Questions & Answers
You should move the 'once per bar' block from its current position to in between blocks 15 and 16. That will make those conditions to be more likely to happen according to your candles selection.
-
RE: Hieken Ashi Candleposted in Questions & Answers
@forexbob-0 You can select the HA indicator normally this way:

However, HA wicks are not specifically dealt with. You will have to play with OCHL prices as if they were normal candles, but depending on the case it cannot necessarily work.
-
RE: Open e Close pending Orderposted in Questions & Answers
@Denim Then you need to apply a second time filter like this:

You will need to coordinate the one you are already using with this one in order to avoid conflicting each other.
-
RE: EA opens new trades after closing positions manuallyposted in Questions & Answers
There are no conditions specifying when trades are supposed to be stopped. Your bot will immediately open a new trade as soon a there is no open trade right now and all conditions are true. What conditions are supposed to apply for no trades to be open although your current condition blocks are true?
-
RE: candles countposted in General Discussions
This is an interesting question. I'm also interested in other's suggestions. Honestly I'm not completely sure it can be done without custom code.
-
RE: Help for beginnersposted in Tutorials by Users
@53fx This is the second time you are asking for the same. Please don't duplicate threads.
-
RE: fallan los EAposted in Questions & Answers
Pues sí que es extraño. Revisa bien que no sea problema de tu plataforma MT4 en lugar de los bots.
-
RE: margin call concept important for botposted in Tutorials by Users
Por desgracia en esta vida se aprende a base de golpes. A mi tambiñen me pasó en una ocasión.

-
RE: Custom sequence lotsizeposted in Questions & Answers
@richestcousin You will need a variable to stor the value of lot size and then use the 'on trade' tab to do this:
https://fxdreema.com/shared/lst7OKWKb
I used two lot size levels, but you can add as many as you need.
-
RE: I suck at making this EA (please help)posted in Questions & Answers
That is a weird strategy or at least I cannot see the market logic behind it. If I understand it correctly, There will be just one open trade at any time (never more than one) moving from chart to chart in a fixed specific order to be open. Are they maybe correlated markets or the opposite? Sorry to ask but I simply don't see how it can work.
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
@roar I cannot simplify it more because I need to show what the problem is and why the variables are not showing the correct result. I managed to circumvent the problem this way:
https://fxdreema.com/shared/RZ8Si62bc
Blocking the loops at the end of the day and then reinitiating the variables the next day makes it work. That is the final proof the the problem is within the loops. As soon as the variables are reinitiated at the beginning of the following day the loops are making its calculations and yesterday's values are used when they shouldn't. Maybe the problem is timezone handling, I don't know, but how can a variable that is correctly reinitiated as 0 'recover' a value that was correctly changed?
I will not change the status of the thread until a satisfactory answer is provided. However, I will not add any more posts here for now. Sooner than later this problem will appear again until definitely fixed.
-
RE: A mistake in my SL moving EAposted in Questions & Answers
The problem as I see it is how the bot is defining what you call 'the last swing high'. The Ea is moving the SL to what those blocks are telling it to do. That is not a trivial thing to do.
-
RE: Custom sequence lotsizeposted in Questions & Answers
That depends on how many trades will be open at the same time. Will there be only one o more than one?