
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
The variable name is a constant. The name of the variable is unchanged.
I found a clear use case example:
Will be my last attempt at explaining myself ;)
And why do we need such an indicator? What is the idea of using it?
so we can know how we perform on the current day, either win or lose on trading.
that's big effect on trader emotion.
so we can know how we perform on the current day, either win or lose on trading.
that's big effect on trader emotion.
Where is the trading idea? What gives knowledge: today we are in profit or loss? How should this affect the trade of an adviser?
I would like to modify this Fractal indicator that I attached so that I could modify the number of bars on side that has by default, this indicator that has the code open and can be modified, the number that I would like is 15/15, thanks
I would like to modify this Fractal indicator that I attached so that I could modify the number of bars on side that has by default, this indicator that has the code open and can be modified, the number that I would like is 15/15, thanks
Sorry, only MQL5 is discussed here. All questions on the old code you can solve in the service Freelance.
huuh ...does i read correct -> this works in MT5 ?
echo "The size of $cityname is ${$cityname}";
if yes it would be amazing ....mmmmh more complex programming ...i could eat that language
äähhmm i had a idea ... a nice c++ "try & catch" function would be a great feature :D
huuh ...does i read correct -> this works in MT5 ?
if yes it would be amazing ....mmmmh more complex programming ...i could eat that language
See the examples: PrintFormat
See the examples: PrintFormat
hey, no the point of using dynamic variables is, that i want call a list of classes and store them in a array. Now i use a construct of if conditions with hard coded class names. but i would be fancy to have a array of classnames and than call them such as:
this is a very simple example without a loop and without a base class ( class interface )
i use this in perl to load modules for example. but i had this discussion in another thread and i guess it's not posible because the var names are static.
hey, no the point of using dynamic variables is, that i want call a list of classes and store them in a array. Now i use a construct of if conditions with hard coded class names. but i would be fancy to have a array of classnames and than call them such as:
this is a very simple example without a loop and without a base class ( class interface )
i use this in perl to load modules for example. but i had this discussion in another thread and i guess it's not posible because the var names are static.
That's right, in MQL5 the var names are static.