@alphaomega Thank you for your kind words.
And also...you're welcome.
Best posts made by l'andorrà
-
RE: Recognition where it is dueposted in General Discussions
-
RE: stoploss value in pipsposted in Questions & Answers
Use this immediately after your Buy/Sell block:

-
RE: Please Help Me Replicate This EA.posted in General Discussions
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)posted in Questions & Answers
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: Has anyone encountered this problem before?posted in Questions & Answers
@PrinceErielle902 Using ChatGpt on fxDreema is an error. Simply don't do it. fxDreema is using libraries and other elements chatGPT doesn't necessarily understand. It is not that intelligent, trust me.
-
RE: Please I need Helpposted in General Discussions
@ideal Trust me, martingales are never worth your time. They will destroy your account sooner than later.
-
I found a bug on this blockposted in Bug Reports
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?
-
RE: What is the difference between EA and Scriptposted in Questions & Answers
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: Reversalposted in Tutorials by Users
There is no 'wonder' indicator for what you want. In general any indicator following the trend or even oscilators can do it. The problem is how to limit their action on the chart.
-
RE: HOW TO STOP OTHER/ALL EXPERT ADVISOR BY MY EXPERT ADVISORposted in Questions & Answers
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.
Latest posts made by l'andorrà
-
RE: How can I translate seconds into time format?posted in Questions & Answers
Great! Thank you very much.

-
RE: How can I translate seconds into time format?posted in Questions & Answers
Thank you for the info. However, I can't make it work when combined with my existing variable. As I said, I got the combined time stored into a variable (called totaltime) in seconds. I can't find the way to use that variable with your code, sorry. Could you please tell me how can that be done?
-
How can I translate seconds into time format?posted in Questions & Answers
I need to visualize the combined time (hours, minutes and seconds) for all my daily trades. I can get the combined result in seconds by adding each trade's unix time into a variable but now I need to translate that number in seconds into hours, minutes and seconds. I guess I will need some custom code, right?
-
RE: Issue with placing order live accountposted in General Discussions
Can you please share the link to your project? I will take a look at it.
-
RE: 4 minutes ago my bot too producing excellent results profit factor 4 and 5M ROI% on back test but blows on liveposted in Questions & Answers
Because of the selected backtest option. Any other that 'ticks using real ticks' will provide very divergent results.
-
RE: Compilation errors,'SMA' - constant expectedposted in Bug Reports
@LoveDreema You need to create a Constant and use it on that block's operand. Like this:

-
RE: Request TimeOut (On ex5 download)posted in Bug Reports
@Pheaktra-Capo Impressive!
And does it work normally? I've never seen such behemoth in fxDreema.