logically thats...
MA50 below MA200.
C2 high over MA50.
C1 open over MA50.
C1 is bear candle.
Sell now. 65pip SL/TP.
?
logically thats...
MA50 below MA200.
C2 high over MA50.
C1 open over MA50.
C1 is bear candle.
Sell now. 65pip SL/TP.
?
I have found that in backtest, that trade will not fully appear until the next trade has opened. Not sure where the bug would be
agreed with above....MQL is a coding language. Dreema is just an interface to be able to simplify coding but it doesnt mean you shouldn't still understand the basics to the language. To be honest, it would probably help you a lot because to know what you can do with the code itself instead of having to rely on blocks, it will save you tons of time on building and testing in the future when you do find that edge you're looking for especially. Finding an "edge" isn't the hardest part of this journey.
I too didn't understand what a variable or constant was until a few weeks ago.
@kevdiaz it would help if you specifically said what that "certain" price is.
high of current candle is what it looks like you pointed to?
I would avoid trying to refer "Account" conditions directly underneath them (within the same operand). If you took that same ".7," and turned it into a variable and then allowed the Metatrader software to change the balance % itself, it would probably work as expected.
@l-andorrĂ
Not sure if you've ever come across that as a problem, but I have many times.
looks like you put a bunch of random stuff together and called it an EA to try to get someone else to do something for you. haha. At least put a little effort in, find some old projects, based on fibs....surely a quick search in the top right corner and you'll find tons of people who have more than likely already pursued using a fib for trading.
If someone shares a link with you, or you share a link with someone of a project. The browser version is the most up-to-date. Meaning, if I share a project with you, you change it in browser and then save and close it...that version will be that way forever. If you click back on that old link, it will NOT have the original project that I sent, it will be your edited version. This probably has something to do with cookies and the browsers....not so much a Dreema issue.
tip: No matter what, if you are to resave an EA from in browser...close and reopen your mt broker software before running any changes.
yes, this among other issues are widely known and people just continue to work around them rather than it getting fixed.
I have also noted before that "off" blocks can not be relied on to be off all the time too.
as a first step to troubleshoot id remove variables and just use the indicator selection within the draw block
theres a control block for on and off
names for variables are not allowed to be "Short" or "Long" apparantly...is this a thing?

lastly, another SS showing the issue.
There are no blocks, anything typed after the first variable causes an error.
@jsauter86 simply typing in a 2nd variable causes issues. Even if I try to call it, it just gives double the errors

Why is this failing to compile? I've only added the names of the vars
custom symbol, only testing in open candles...I wouldnt rely on any of those results
@gurpals i ventured down this fib / fractal road before...it didnt prove to have any advantage