I have no idea how any of your strategies should work. I'm not sitting here investigating people's strategies. For me those two projects are equal, so just tell me what is not working exactly.
Posts made by fxDreema
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
-
RE: How to open a trade only when there has been candle closeposted in Questions & Answers
Once per bar (set it to work for M15) -> Other blocks
-
RE: Candle Lows and Highsposted in Questions & Answers
I don't think I will. This is one of the things that are specific and also this is one of the reasons why custom indicators exists. Basically, expert advisors are designed for trading, to create, modify and close trades and pending orders, while indicators are designed to make mathematical calculations using the available data from candles and return results. Also, indicators can print that data on the chart and they can also work with the data better - they will not recalculate the same stuff again and again on every tick. In EAs this is tricky, I tried to make such things before and I don't like the results.
Well, if you know MQL4 a little, you can try to make some custom block. But as I said, the same data will be recalculated again and again. The code in a custom block looks as simple as this: http://prntscr.com/8uzpch The only thing here is ~next~ which represents the orange output and ~inext~, which is optional and represents the yellow output. But better than that is to make some custom indicator that can put arrows as signals or something like that.
-
RE: Candle Lows and Highsposted in Questions & Answers
I got the idea. There is no special block to do this thing
-
RE: custom codeposted in Questions & Answers
http://snag.gy/WVNvy.jpg[/quote:hr4rndpm]
Are these blocks connected to other blocks in other working fields? For example bloks from "on Tick" connected to blocks from "on Init"? This is something that I have noticed before in the local version, but on the web version I think it should not happen... but who knows. Is this the problem really or some block is simply missing or moved somewhere else?[/quote:hr4rndpm]
-
RE: custom codeposted in Questions & Answers
__
http://snag.gy/WVNvy.jpg[/quote:24upg9z9]Are these blocks connected to other blocks in other working fields? For example bloks from "on Tick" connected to blocks from "on Init"? This is something that I have noticed before in the local version, but on the web version I think it should not happen... but who knows. Is this the problem really or some block is simply missing in this screenshot?
-
RE: Candle Lows and Highsposted in Questions & Answers
I don't really understand what is going on here, but what about comparing Moving Averages?
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
Give me some more information, which constants or variables should I check and for what?
-
RE: custom codeposted in Questions & Answers
I use this for Chrome and I don't have problems with saving https://chrome.google.com/webstore/deta ... mkdhjdgdkp
-
RE: custom codeposted in Questions & Answers
When you open variable? Which variable?
I opened this and that near the edge of the screen and my connections look normal.
What problems with saving files do you have?
I am waiting for those guys who make the software I use to build the local version to produce their new version. They said October and October is almost gone... who knows -
RE: Compiling error......posted in Bug Reports
You can always sleep. Don't worry, I keep backups for 5 days and there was no situation when all projects were accidently deleted. Also, each history point (look in History, the upper right corner) is a copy of the whole project at the given time and exists as a separate file, so even if the project eventually broke, it's latest history point should be fine

-
RE: Compiling error......posted in Bug Reports
I was just fixing some other problem, maybe because of this. I can open all your projects now, can you?
-
RE: Compiling error......posted in Bug Reports
Ok, I did that. Maybe for some reason I reverted to the old version of this function, I don't remember when and why
-
RE: custom codeposted in Questions & Answers
It's hard for me to explain what is going on. It's the way Variables are used in the source code. I will look how to fix that and until then... One thing that will work is to rename TrendStrength and TrendOscillator Variables to something else. But looking at this code, if you don't need those variables outside this block, I can suggest to define them locally. Or why not using those indicators in "Condition"?
-
RE: .ex4 and .mq4posted in Questions & Answers
__https://fxdreema.com/help/-/you%20should%20know%20this/indicators
https://fxdreema.com/help/-/working%20w ... indicators[/quote:1f8l63ka]If I ever change the links again in the future, just find where the Help is
-
RE: Problem with buffer 2147483647posted in Questions & Answers
And what do you want to do? The indicator's value can be stored in a Variable and then converted to 0, but why?
