Well, that doesn't really matter. If I realize that you got something wrong I explain it in a different way as long as we understand each other or my question became obsolet.
Nice.
Very interesting, I will try that.
Well, that doesn't really matter. If I realize that you got something wrong I explain it in a different way as long as we understand each other or my question became obsolet.
Nice.
Very interesting, I will try that.
I think you have misunderstood me. What I mean is: there is mql5 market and people sell their EAs there. If I offer my EA for free there or even sell it, can I do with my EA made with fxdreema what I want or is there something to respect (changing source code manually or something).
An another question is: there is a block "close (partially)". What does mean partially? In case I have opened 0.2 lot in a single position is mt4 able to close 0.1 lot and the remaining position is 0.1 lot or does partially mean a part of all open positions?
As I have seen there are blocks/options like "If real account", "If demo account", "Login number"and "client/broker name". I am assuming this is for commercial purposes. What rights does the user have to share his EAs with the trader community? Are there any copyrights or restrictions to respect?
Yes, of course, its mt4.
Yes, indeed... the journal!
There is:
"2016.10.01 18:31:06.549 Too many passes for optimization. Please try to decrease optimized parameters amount or to increase parameters' values step"
As for me this is a needless restriction because there is genetic algorithm available.
It seems mt4 has some restrictions regarding the selectable and optimizable parameters. If there are too many parameters selected and their combinations are too high backtesting and optimization is not starting. Do you know the rules for that or how this restriction is defined and maybe why?
Yes of course, I didn't see that, blocks are deleted and everything is "green" now. The builder seems to be very stabe. This EA has almost 300 blocks the other one has 320+ blocks. I have used different kind of blocks and partly very complex connections. I am using them on live cent account for several month (approx. 120 open positions). Instability came from memory consumption and they are slow on backtests but appart from that everything is ok.
By the way do you know how much computer power backtesting on mt4 is taking and how to estimate that. I woud like to optimize an comercial EA but on my computer it would take weeks ("open prices only"). And do you know where to rent computer power for mt4 optimizations. Amazon is offering something in that direction.... I think it is necessary to use a virtual mashine or somthing like that. Do you have more info or can you direct me further?
Thanks so far.
no, I mean to delete the disabled blocks. You will find a few blocks turned off (formula and condition blocks), these blocks I want to delete but if I do that EA is behaving chaotic. These blocks are turned off they don't influence EAs behaviour, why that crash when I delete them?
I have a problem with my "Grid-EA full-auto v1.6". There are some disabled condition and formula block which I would like to delete but when I do it something crashes and EA is buying and selling nonstop and closing orders. What is wrong there?
Maybe the memory. The more the better, as usual :). I am observing that issue...
I am usually using fxdreema EAs but I am assuming the problem is because of mt4 or windows. There is no error massage but there is always a message window saying that mt4 is not working and is suggesting to close mt4.
A new reinstallation was helpfull but I believe after a while (weeks) the crashes will come back again. It only happens when I am adding EAs. Ones the EAs are running (up to 17) there are no crashes. I will go on asking google.
Is there a problem with mt4 build 1010? It was necerssary to reinstal mt4 but now mt4 crashes when I am adding EAs. It crashes also in the past but now it became more seriouse.
Is there a restriction of how many EAs could be added to mt4 or is there a known bug on build 1010? Do you know where to get an older version maybe < build 950?
How to use an custom indicator with condition-block in case the indicator is delivering arrows? I have the buffers but there is no line to > < compare the condition should provide a signal when indicator will draw an arrow.
either/both, I am usually testing on visual mode. The only thing I am still missing is to make objects visible on predefined timeframe.
Thanks, I have found a kind of loop and a compromise to make the NR bars visible.
Regarding the timeframe visibility: I hope fxdreema is not made or designed to win a kind of Miss World contest but to become a very good and efficient tool to create EA's :). I think a compromise could be to implement something like the "specific properties" folder of the "Draw..." blocks which is open- and closeable. Whithin this folder you could place the matrix or 9 yes/no pulldowns.
p.s.
there is condition: market properties -> timeframe == valune -> numeric -> 1440. This is working for me.
I would like to identify a narrow range bar ( e. g. NR7).
More precise: I would like to know if the bar_id 1 has the lowest volatility of the last 7 bars (comparision of bar_id 2 to id 7). I have found "total candle size" but how to use this in the best way to detect these NR bars? Do you have a suggestion?
I also need to enabe blocks when timeframe was changed. Is that possible. A kind of Init or condition when timeframe was changed.
Is it possible to draw a Text or a symbol that is only visible on a predefined timeframe? For e. g. "a" is visible only on 1H chart, "b" on 4H and "c" is only visible on 1D chartframe.
Hi teobusetti,
forget my old project you were looking at. The attempt to create my own atr stop loss was forced be an indicator that has a bug. I have attached the bug free indicator. You can use it as custom indicator with a condition block.
Yes, the zig-zag itself, directly used for trading is useless like the most indicators seems to be. That is unfortunately true.
I don't agree with you. The zig-zag Indicator is able to indicate the most relevant S/R-levels very well. Take a look on my current EA, start it on a demo account and press the 3rd button then you will see what is possible. For my needs these S/R levels are absolute sufficient. EA is just drawing a horizontal line from zig-zag id20 (or what ever) to zig-zag id1. To make EA drawing these levels I have used a kind of loop but I am using my EA as trading tool and not as a full auto EA. Zig-Zag is very good to analyse the past an a chart and as you can see on the attached Indicator it is possible to draw trendlines based on the zig-zags.
Ok, luckily I have found an indicator (attached) and could adapt the code a little bit to make two of them running on mt4. Appart from that you definitaly underestimate the zig zag Indicator. It is (one of?) the best indicator for detecting S/R-levels und drawing trendlines. This indicator is very good to analyse the charts past.
What exactly do you hate on the zig-zag indicator?
......
ZigZag_Channels_original.mq4