self updating/refreshing grid, compare two groups of trades
-
Those buffers are giving signals in the beginning of a new day and at that time I think the indicator is recalculated. By signals I mean values of 0, but I can't see how this can be used.
When I use default settings I see it like this: http://prntscr.com/94co9o I have no idea how this indicator works.
Rectangles have names like "SSSR#12 Strength=Verified, Test Count=1". If you think that you can use them... use them. I already said how you can give Price 1 and Price 2. Again, I am talking for these prices - http://prntscr.com/94comz - because rectangles are built from 2 prices and 2 times.
"For each Object" can filter objects by name as well: http://prntscr.com/94coz5 But what to write there... I don't know.
-
Thanks. I think I discard that indicator for my EA.
Is it possible to create support and resistence indicator (drawing SR-lines) like the attached one. I think these kind of indicators are composed of zig-zag and fractal indicators.
What I need are SR-lines which are the same on all thimeframes and which are not move/change. Actually the same behaviour like manually added hozizontal lines in mt4. These lines are from 1min to MN1 chart the same and on the same position.......
U_MTF_SRTrend1.ex4 -
I give up here
I was never interested in writing indicators and I also truly hate this Zig Zag thing 
-
Well, I can understand you, I also don't like indicators except kind of MA's and their use to detect divergences is Ok. The added "indicator" is composed of indicators (I think, but don't know that exactly) but SR itself is acutually not an indicator. To add a kind of "indicator" or a block that provides similar or better results like the indicator I have attached here will be a very very helpfull tool for all Traders and EA builders. But I don't know how complex it is to make that and maybe I have to buy that SR-indicator (the attached one crashes an W1 and MN1).
-
how to cut the after-point numbers of a variable. The value is from a formula. Integer as typ is not working. I want values like 146 and not 146.38762947.
-
-
thanks, int is working fine. Now I would like to surpress negativ values. There is fabs() or I could use a condition block but is there something like int. I would like to have 0 or a positiv value.
-
There are some native math functions: https://www.mql5.com/en/docs/math
-
Yes but where and how to use them? An example please.
-
Directly over the variable. If the variable is called MyVar and has a value of -10, then MathAbs(MyVar) gives you 10.
There are no conversion blocks in fxDreema, as you can see. I mean, blocks where you can select a Variable from a list and then from another list to select "Absolute value". I think that these conversions can be done easily by writing them as native MQL4 code.
-
Which block do you mean: "Formula" or "Modify Variables" could you give me a screen shot where I can see how it should looks like.
Then I have a problem after restoring changings on my EA "Grid-EA full-auto v1.0". Variables and Constants wasn't touched by me. please look over the following blocks:
1, 2, 80, 81, connected a sell block to 958 (but deleted again) connected a buy block to 959 (but deleted again).
Before I touched these blocks everything was ok. Some of these blocks are very old 1 year+. I don't know if that matters but I have opened two old EAs 1 year+ before. Are the blocks of old EAs always up to date?
p.s.
I have found malware on my pc. Maybe that is the reason for the problems. How malware can affect the builder? I am working only with the browser version. -
I don't mean any block. All fields where you can write something are also MQL4 fields - you can write natve MQL4 code there, you can do some math or use functions directly.
But if you want me to say some block, then mabe "Custom MQL4 code", this block is on the bottom.If you are talking for the local version, it's data files are plain text files, your projects are written in text files. I don't think that some malware can do something bad with them. fxDreema reads them as text files and if they contain wrong information, they will not be read successfully.
For old files... you know, sometimes I make changes to the builder and I need to make t in a way to support old projects. But it depends, if I miss something, maybe some old projects will not work, something will be missing inside them. I normally don't have reports of broken old projects, I don't remember when was the last time someone reported this problem.
If you have problems with actual project, you can try to move back in the History. And if you find a way to break your projects, then this is a bug and you can tell it to me so I can fix it

-
No, I don't use the Desktop version but just the Browser version. Could malware affecting the browser version in some way? Should I thake Browser Protection SW or something like that? What SW is working unproblematic with fxdreema (maybe some freeware)?
Unfortunately the past of the history was not big enough to restore EA but it is ok I took a previouse version .
-
I keep backups for the last 5 days, so if you have problem with some project tell me and I will try to restore it.
This is a regular website after all. It looks like desktop application, but the builder is a normal single-page website. I don't know if there is malware that can "click" here and there in your pages. In any case, check your PC, it's much better to be clean. If you have problems with fxDreema, it's most probably because of fxDreema itself. If you find that something does not happen the way you expect it to happen, tell me. But please, explain it in the most simple way, because most of the time I don't understand you very easily

-
Ok. You have backups for the last 5 days, that's nice. Next time I will wright you to restore the broken EA. That's "sounds" good.
-
Could add the 5 day old backup of "Grid-EA full-auto v1.0" as "Grid-EA full-auto v1.0_backup" don't replace "Grid-EA full-auto v1.0" just add the renamed file. I have to compare the EAs.
-
This EA has now ID mt4-1984, so in my backups I found a project with the same ID and I added it to your projects as mt4-1984a. But it appears as Grid-EA semi-auto v3.0 - http://prntscr.com/98ivkd Sorry, but I don't know your versioning. What I can suggest is to save .mq4 files. Each .mq4 file has embedded project data so it can be then imported back into fxDreema.
-
Some time ago someone asked somewhere in this forum how to create the sure fire strategy according to the attached pdf.
I was also interested how this strategy is working on backtest therefore I have created it and want to share it with the people here in this forum. I don' t know if all blocks are "politically correct" used
but the strategy is working as specified.Maybe you can extract a part of it and add it to your examples and maybe it will help some newbies as I was one and sometimes still are one.
The Sure Fire and Double Martingale EA:
https://fxdreema.com/shared/CKttiqaec......
AWESOME-Forex-Trading-Strategy-(never-lose-again).pdf -
can you create an ea based on Bollinger band?
-
I don't like indicators, actually and I use them as rare as possible but if you give me a clear specification similar to the sure fire strategy and it looks interesting I will try to create an EA.