If you provide here a txt file with the code everyone interested can build the same block em fxdreema studio easily, right?
Posts made by trdjb3
-
RE: Finally, News Filter for MT5 in 1 easy to use Block !!posted in Tutorials by Users
-
RE: Best practices to improve EA speed (Backtesting)posted in General Discussions
Thank you for your words, all that you said make sense.
I have digged inside my project and tested blocks performance. I Foud 5 blocks that make my EA 40% slower: this are they
https://fxdreema.com/shared/oqhwxKIBc
unfortunately i think that nothing can be changed to make this blocks faster. How can I check day profit faster then the block made for this purpose?
either, how chek open positions equity faster then use bucket of positions?
-
Best practices to improve EA speed (Backtesting)posted in General Discussions
Hi everyone
Im climbing my learning curve in fxdreema, and at this point I feel that I need some information that you could help a lot.
I tried to make my EAs as simple as possible, but as you know there are many ways to achieve the same result in fxdreema. So, I would like to post here some example to understant by users experience wich options are lighter for BAcktesting and EA performance.
Here we go:
First example: Which one is faster?

which one is faster?

Another situations:
The number of buy/sell group os ordens makes EA slow? Cause I have an EA with 32 groups and is is really slow. Ans another one with 4 groups is fast.
That all for now
Thank you in advance
-
RE: Finally, News Filter for MT5 in 1 easy to use Block !!posted in Tutorials by Users
Hi.
Could you share this block?
Thank you!
-
RE: Is builder down?posted in Bug Reports
I understand, sometimes really happens. But this time I was editing my EA, the page goes to a blank project. I can connect to fxdreema builder using differente internet connections, even from a VPS in another country but, when I try to open a project I Always get the connection error

I need support on it, do you know the fastest path for it?
Thank you!
-
Is builder down?posted in Bug Reports
Hi
Im trying to connect to my projects and always getting connection erro. Is builder down? Im trying for 1 hour withour success
-
RE: 3 Breakevens in same projectposted in Questions & Answers
I tried this way
https://fxdreema.com/shared/IEUzcrI9d
The BE are activated correctly. The problem is that, when market come back to BE1 position, then the SL is changed back to SL from BE1. If market goes up again and reach BE2, then change again SL to position 2.
I think the only way to work is using ALWAYS SL2 above BE1 trigger. Any different sugestion?
-
RE: 3 Breakevens in same projectposted in Questions & Answers
I will try and post here the results, thanks a lot!
-
RE: 3 Breakevens in same projectposted in Questions & Answers
In my project I did it, but didn't work. Only first BE is activated.
-
3 Breakevens in same projectposted in Questions & Answers
Hello everyone.
Im triyng to use 3 BE in same project, like this
https://fxdreema.com/shared/ZuF4GUy9
But always only first one works, the second and third not.
It there a way to use 3 BE?
B.R.
-
RE: Calculate EA profit every time EA Restart in same dayposted in Questions & Answers
Hi.
I undererood what you said, but in this case EA Will not be removed. Only Will start again with New orders. I can print in chart the time (as a number) so I know that the data is being stored in the New EA cycle variable, but It seams that this number is not recognized by bucket of orders as a valid time. Maybe bucket of orders dont accept time as a number?
-
RE: Calculate EA profit every time EA Restart in same dayposted in Questions & Answers
Thank you for your reply. This is a litle complex to me for now.
I found this post:
https://fxdreema.com/shared/6N55Sodxd
I'm triyng to do the same, store timestamp (after close all orders) in a variable, and then using this variable inside a bucket of closed positions, should it work, right? (it is not in my tests)
Here an example:
-
RE: Calculate EA profit every time EA Restart in same dayposted in Questions & Answers
HI
Thank you for your reply. I cant use arbitrary time, i need to calculate exactly from the moment EA starts again (that depends if it is closed during day with Profit os loss), understand?
-
Calculate EA profit every time EA Restart in same dayposted in Questions & Answers
Hi.
Mto EA have a feature to close ALL positions and pending orders when specific profit or Loss is reached. This is easy to do using bucket os orders or For each closed position, when I run EA Just once a day. The problem is that, when my EA is closed, It Restart in same day (lets call cycle 2). And now I.need to calculate the specific profit/equity from this cycle after EA start again. How can this be achieved?
B.R.
-
RE: How to calculate profits for current day, current week and current month ?posted in Questions & Answers
@fxdreema In this lasta option, how put the profit inside a variable?
-
RE: Pips away from indicator in cascade not workingposted in Questions & Answers
I found the solution, below the project fully functional
-
RE: Buy avoid Sell block condition (and vice versa), and cascade tradingposted in Questions & Answers
I found the solution, below the project fully functional
-
RE: Pips away from indicator in cascade not workingposted in Questions & Answers
Hi.
It works partially. If first Sell condition is met ok, then second time will be second sell condition, then third. But the way it is constructed don't avoid that first buy condition be triggered after first sell condition is met. And what I need is: If First condition is met (no mather if sell or buy), then now only second condition can be triggeredd (sell or buy, what happens first). When second contition is met then only third contition can be triggered. I think that I culd use disable block feature to do this, but I didn't achieve success yet