@alphaomega Thank you for your kind words. And also...you're welcome.

Best posts made by l'andorrà
-
RE: Recognition where it is due
-
RE: stoploss value in pips
Use this immediately after your Buy/Sell block:
-
RE: Please Help Me Replicate This EA.
I don't think anyone here would do that. What you are requesting is an extraordinary effort even for experienced programmers. Just my opinion.
-
RE: How to express this condition (shift)
This is one possible way to do it:
This block is looking for the previous 10 bars, from candle ID 10 (ten bars ago) to candle ID 1 (the bar immediately previous to the current one. Notice that I had to specify the cross width as 9, becuase that's the range being considered.
-
RE: Best way to learn?
There are several places offering courses (I offer one, BTW). However, you will also need asking questions here in the forums regardless how many courses you take. Learning fxDreema is a long process that takes time.
-
RE: Please I need Help
@ideal Trust me, martingales are never worth your time. They will destroy your account sooner than later.
-
RE: What is the difference between EA and Script
I don't know how brokers can know you're using a EA, but certainly a script is a one bullet gun as far as you don't use it repeatedly very often. I'm afraid I cannot give you an answer for that question.
-
RE: How to Perform Professional License Control? / DEFINITIVE SOLUTION Regarding HTTP Connection.
Agreed. If you are selling your products with no help related to fxDreema, this is not your place.
-
RE: HOW TO STOP OTHER/ALL EXPERT ADVISOR BY MY EXPERT ADVISOR
I'm not one of those most experienced members, but I guess the only way a EA can operate on another EA is by using terminal variables. Miro and roar would probably can offer more detailed info here.
-
I found a bug on this block
The 'delete objects by type' block doesn't work when deleting 'arrow up/down' options. However, when selecting just 'arrow' it works correctly:
https://fxdreema.com/shared/T6QD99YOd
Could the admin take a look at it, please?
Latest posts made by l'andorrà
-
RE: On Tick vs OHLC vs Opening Price
Agreed. This is why I moved to optimization on MT5. Ticks are really considered there.
-
RE: leaked memory
Could you please stop duplicating threads and focus on one only? Then ask a specific question,
-
RE: Create buy and sell orders according to drawn arrow.
That depends on your current structure. Could you please share the linkto it?
-
RE: time block issue
@tec-nacks The GMT option is not 100% reliable on fxDreema, unfortunately. Whenever possible, use the server time instead. It is 100% reliable.
-
RE: Once per bar , Once per day
In general, yes, but then you need to decide if that execution is ALWAYS supposed to happen at the open of each new candle (block on top of the block tree) or at ANY moment after the candle is open (block below the conditins to be met but before buy/sell blocks).
-
RE: multiple posittion opening at the same price level
I can't find in your project where the RSI levels are used. Could you please tell me?
-
RE: Save candle data in variable after making a condition
I replied to your first thread you created for the exact same question. Please don duplicate threads. I replied in the other one.
-
RE: Martingale start lot size percent
You can remove the 'pass' block on top. It is redundant. And congrats for making it!