[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 354
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
Good afternoon !!!
How do I know what to do - Alpari does not pass arrays of fractional numbers to the DLL in a normal way, I thought there was an error somewhere in the Expert Advisor! I copied all the files to insta,forexfo4Yu - everything is transferred correctly! I copied all files to insta, forexfor4U - everything is correct! Passing it directly into dll - sloppy! Works in insta,forex4yu! Not in alpari! This is just some kind of crap! I cannot make it work! I will have to do it tomorrow. I will have to twist tomorrow to transmit fractional numbers as integers, for example, multiply them all by 100,000 and divide them by 100,000 in dll and get fractions. But the size of the contract is 100,000... if you multiply it by 10,000, it won't fit into an integer.
Maybe someone knows how to do it, EA is writing.
How can I find out the amount of AccountEquity() at the start of the trading day?
How can I find out the amount of AccountEquity() at the start of the trading day?
calculate it yourself.
or download an indicator from the codebase.
Advice on mql4 programming literature for beginners, if you can provide references
How to disable Alert, installed it and can't see it in the table, please advise
I thought there was an error somewhere in the Expert Advisor! I copied all the files to insta,forexfo4yu - everything is transferred correctly! I copied all files to insta, forexfor4U - everything is correct! Passing it directly into dll - sloppy! Works in insta,forex4yu! Not in alpari! This is just some kind of crap! I cannot make it work! I will have to do it tomorrow. I will have to get rid of it tomorrow to transmit fractions as integers, for example, multiply them all by 100,000 and divide them by 100,000 in dll and get fractions. But the size of the contract is 100,000... if you multiply it by 10,000, it won't fit into an integer.
Maybe someone knows how to do it, I'm writing. Asked to put the code here :
in mql:Good afternoon.
Could you advise me on the best way to record the crossing of, say, stochastics:
on the first and third bar compare the values of the signal and main lines or the first and second ?
On the two adjacent ones.