
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
so I can do what I want.
interested in options suggested yesterday using the magic spell #defaine abracadabra ##_
UPD:
Vladimir Simakov OK, I'll try to figure it out
so do what I want
interested in the variations suggested yesterday using the magic spell #defaine abracadabra ##_
UPD:
Vladimir Simakov OK, I will try to figure it out
UPD:
HOORAY! IT WORKED! (С)
Thank you! It worked as intended!
PZY: How would I add __MQL5__ and __MQL4__ macros to this abracadabra, but fast_xxx() functions will never be in MQL4 code at all - from the word NEVER
UPD:
HOORAY! IT WORKED! (С)
Thanks! It took off as planned!
PZY: How would I add __MQL5__ and __MQL4__ macros to this abracadabra but fast_xxx() functions will never be in MQL4 code at all - from the word NEVER
how do I know which terminal (MT4/MT5) is executing the code?
one true/false variable is enough
how do I know which terminal (MT4/MT5) is executing the code?
one true/false variable is enough
OK, but I want to look in the macros, it's likely to be something simple.
UPD:
OK, but I want to look in the macros, it's likely to be something simple.
UPD:
What's the sacred meaning?
What is the sacred meaning?
check the compiler, if it is the "right compiler", it should throw out everything unnecessary at the compile stage
compile it and watch the size of .ex5 ;)
SZY: in if() you can putisMQL5 ,mql5 , you can remove const modifier - in general, it is a correct compiler.
there is such a code:
mt4 does not create new copies of dll in memory if called from 2 EA, I do not want to edit the dll itself (it is 100 % satisfactory), it is easier to copy mydll.dll file 5 times
I need to macro to get the following
But I want to check that if there is no macro,dllnum then it will be "mydll.dll"
UPD:
this solved
UPD2: not solved (((.
'mydll02.dll' - expressions are not allowed on a global scope
there is such a code:
mt4 does not create new copies of dll in memory if called from 2 EA, I do not want to edit the dll itself (it is 100 % satisfactory), it is easier to copy mydll.dll file 5 times
I need to macro to get the following
But I want to check that if there is no macro,dllnum then it will be "mydll.dll"
UPD:
this solved
UPD2: not solved (((.
'mydll02.dll' - expressions are not allowed on a global scope
It won't work, I guess.
DEF_QUOTES(a##0##b.dll)
It doesn't get a valid token here. Generally, mcl should be able to
but alas, as they say - you're not here with C++))
It won't work, I guess.
it doesn't get a valid token here. Actually, the mcl should be able to
but alas, as they say - this is not C++))
mm-hmm
at least i tried to macroinclude the tokens.... it went wrong again
'#include' - double quotes or angle bracket < are needed
'#include' - expressions are not allowed on a global scope
Just don't get it - what are the candles burning for? That's how it works, I guess:
I admit that it may be useful when there is some config that is being corrected.
PS: if you still really want to, try name_dll (without dot), maybe it will take off.