Thank you for sharing. man! 
Posts made by l'andorrà
-
RE: Help on change status!posted in Questions & Answers
It us useful to check if a specific block was executed or not. You can type something like 'It passed here' in one block and if you can read it on the chart that means that block was executed.
-
RE: 请教一下,这个要如何才能实现?posted in Questions & Answers
I'm not sure many users here will be able to reply in your language? Could you please try it in English? That would definitely help.
-
RE: ABSposted in Questions & Answers
This is one for programmers. Maybe jstap or roar can provide some help.
-
RE: Second condition not triggeringposted in Questions & Answers
@Moneyman012 Using those trailing stop blocks on top of your structures is a mistake. Those blocks need to be used in completely separate block trees.
-
RE: No Position or once per bar problemposted in Questions & Answers
I guess this is another issue with MY5. Try to build the same structure for MT4 and if it works the problem is (again) on fxDreema's MQL5 code.
-
RE: NEW CRATEposted in Questions & Answers
Not sure I fully understand it. Do you mean you need a trailing stop that does not activate immediately but from a specific distance in profit maybe?
-
RE: How can I subscribe to fxdreema as a Nigerian? Please I need help.posted in Questions & Answers
Can't you use any of the payment systems offered? AFAIK there is no regional restrictions applied for crypto payments.
-
RE: Multiple conditions don´t work correctposted in Questions & Answers
Now the structure is working on closed candles, but obviously you need something in between. Could you please upload a screenshot showing what you exactly need?
-
RE: Variable linesposted in Questions & Answers
Yes, you need to use variables instead of Constants. However, do you really need visual lines on the chart. You can store the price value into a variable and make things easier.
-
RE: Cascade Grid Systemposted in Questions & Answers
Ok, sorry, I didn't get the idea. Yes, that is is perfectly feasible. Can you please share the link to your latest version?
-
RE: Create license or Period for EAposted in Questions & Answers
@fxpim Another way to say it is:
If the condition block condition is true, move to orange output dot, if it is false, go to the yellow one.
-
RE: Laggin UI with big projectposted in Questions & Answers
Yes, there was one long ago, but the admin stopped developing it years ago, so I'm afraid you can't count on it.

-
RE: Opening 2 trades at once?posted in Questions & Answers
It is because of block 30. As soon a a first trade is open, that block is immediately true, so a second trade is open at the same time. If you want one only trade to be open at a time but separated by a discrete time period you need to substitute that block 30 by a for each trade loop specifying your time period.
-
RE: Create license or Period for EAposted in Questions & Answers
@Piet-Pompies You can do this:

Please notice I connected the second block through the yellow output dot, not the orange one.
-
RE: Laggin UI with big projectposted in Questions & Answers
WOW, 4068 blocks!!!
Never been even close to that. I don't think you can fix it with a different browser. Are you sure you really need so many blocks? -
RE: Cent Accountposted in Questions & Answers
Could you please be more specific? What is the problem exactly?