Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 7
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
С++
return without brackets is used in many languages. in MKL return() is a function, with all its implications.
By the way, and in the standard package that comes with mt4 in Sample DLL for MQL4 so the return value is in brackets:
Good day!
Can someone advise how to prescribe a limit on the number of recalculated bars, as the indicator hangs, when opening each new bar:
Thanks in advance!
Help a beginner, I can write simple robots, but I can't understand how to write a grid of pending orders in them......... Please explain in plain language how to do it! )))))))) It's written in the mcu elu tutorial the same way as with simple orders.... i can't understand it in my head...
sometimes on the tester, after a number of normal trades, there is "slippage"... (pours on the spread) as seen in the screenshot. And this ALWAYS happens on huge candles, much bigger than normal... Such as June 19.... or July 3...
Could it be a tester glitch ? or a code glitch ? (although I'm sure in the code, because on previous trades it passes all prescribed stages...)
Good day!
Can someone advise how to prescribe a limit on the number of recalculated bars, as the indicator hangs, when opening each new bar:
Thanks in advance!
Well there is no end of cycle, that's why it stalls.
is there a mistake somewhere?
something is wrong with the timing....is there a mistake somewhere?
something is wrong with the timing....the time is not string , it is datetime
I've heard phrases like this:
из dll ты не можешь запросить предопределеный переменные
you can only pass normal variables in there.
you can't call orders total there (in the dll).
Is it true, or everything can be passed there and from there? I don't think it's logical.
you can't query predefined variables fromthe dll.
you can only pass normal variables there
you can't call orders total there (in the dll).
Is that correct, or can everything be passed in and out? I don't think it's logical.
Close[]] in loop from Bars-1 to 0, then you can pass this array to dll and work with it there. I haven't tried it yet, but will have to.