Impressive work!
I wish I could do the same.
Posts made by l'andorrà
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
-
RE: Martingale reset after either buy or sell closeposted in Questions & Answers
Easy. Try this:
https://fxdreema.com/shared/OvbArfDhc
Please notice that there are blocks on three different tabs: On Init, On tick, and On Trade.
-
RE: Variables and "Adjust" facilityposted in Questions & Answers
It works for me all the time. Could you please share more infor about that 'Crossover' variable?
-
RE: Martingale reset after either buy or sell closeposted in Questions & Answers
So you mean that lot size should reset ONLY when ANY buy or sell reaches its TP. Not in any other case. Correct?
-
RE: How to close Trades with EMA?posted in Questions & Answers
Do you want it to happen during the current forming bar of want to wait for it to be closed before checking that crossing?
-
RE: One camdle sell under 100bars one camdle buy above 100 barsposted in Questions & Answers
Sorry. My fault. You need to add a 'No trade' block for buys on top of it.
-
RE: Closed with Indıcator ???posted in Questions & Answers
It depends on the indicator. Which one is it?
-
RE: Can't see the logicposted in Questions & Answers
Interesting. This is what happens when you show the part of your project that is supposed to be wrong and then it works on its own!
Obviously there must be something wrong in the rest of it. Would you mind if I send you a PM for a more precise question? -
RE: Partial Happening on Child Tradesposted in Questions & Answers
The trailing stop will never work that way because it is conditioned to the breakeven blocks. I recommend you to move it away from that thread and then created its own.
-
RE: Trailing stop that takes the data of a mobile averageposted in Questions & Answers
This is the simplest option. You can customize it as required.
-
RE: Rsi cross over not workingposted in Questions & Answers
I don't recommend to use the 'x>' option. You'd better use the value of the indicator from candle ID 1 so that it cannot change during the current bar formation.
-
RE: Can't see the logicposted in Questions & Answers
An impressive explanation as usual, miro :). However, before trying to use your suggested buttons I would appreciate additional info. Let me explain a bit further.
'MouaBE' constant is the amount of pips SL is 'moved to Break Even'. This is why it will never have a higher value than 'Onsatura'. This second constant is the amount of pips the trade is to be closed.
And this is wher things go weird for group 2 trades. Let's say Onsatura is 80 pips. What I want is that both group 1 and 2 trades stop at 80 pips from its open price. However what happens is that all trades are closed when the first group 1 trade reaches that level (as intended), no matter where all group 2 trades are (usually less than 80 and not intended).
Why are two clearly separated group conditions entangled when they are clearly not sharing the same blocks?
-
RE: Finding the nearest horizontal line of indicator. (Complex question)posted in Questions & Answers
This thread can be useful.
https://fxdreema.com/forum/topic/7463/distance-between-two-objects
Simply catch all lines you want and put each level into a different variable. Then you can compare each value as you wish.
-
Can't see the logicposted in Questions & Answers
This is part of my first complex EA and there is something I don't understand abour 'For each position' block. I created to groups of trades (1 and 2) with different launching setting and they work fine. My problem is closing them. I have different setting for each group. Like this:
https://fxdreema.com/shared/ViXqEDb4
Theoretically, every group 2 trade should have its own Sl level because they open at different prices. However, I don't know why but all of them shar the same SL level after the second group 2 order is launched.
Additionally Group 1 and 2 share the same amount of pips away from open price to be closed. Again, I don't know why when any group 1 trade reaches that amount, all group 2 trades are immediately closed at that exact price an not at the one they are supposed to.
Any idea why?
-
RE: Partial close (50%) for odd number lot sizeposted in Questions & Answers
Very interesting. Thank you.
-
RE: Partial close (50%) for odd number lot sizeposted in Questions & Answers
@eklonsousa You mean doing it with a custom code block, Right?
-
RE: Distance between two objectsposted in Questions & Answers
You can catch its price this way:

But be aware of using the right name of the object.
-
RE: Help. Inside bar with parabolic sarposted in Questions & Answers
I recommend you to change right operand on block 4 from 'as price fraction' to 'this value as is'.