[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 139
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
Here are the indicators and templates. I hope to help someone.
http://depositfiles.com/folders/8KVJ9L02I
SOS!? Could you please explain to the Expert Advisor
the VolumeHist indicator values (vertical volumes) i.e. to determine them on the chart
or just counting? (if he calculates it, he needs a block to analyze the ~budget price and calculate the value of this indicator)
for example, an Expert Advisor thinks and the result is BUY.LONG
i need to find a couple of extremums and choose the best one, right?
if you have any experience with this indicator in the automated system, plz share!
Hello.
I can't think at first glance whether it is possible:
There is a function - it returns true, when the conditions are mete.g., C[0]>C[1]+n*Point (exactly C[0], hence the question).
How can I specify in this function, that even if the condition is executed once,
condition, true will return a certain amount of time (X).
Thank you.
Hello.
I can't think at first sight whether this is possible :
There is a function - returns true,when conditions are mete.g. C[0]>C[1]+n*Point (exactly C[0], hence the question).
How can I specify in this function, that even if the condition is executed once,
one-time execution of a condition, true will return a certain time (X).
Thank you.
You can't. MQL4 is not an OOP. Therefore, the function can return only one value.
But, there are several workarounds:
1. Send an array to the function by reference and store the required values in it during the execution of the function, in order to read them later.
2. declare static variables, enter values into them during function execution and read them after
You cannot. MQL4 is not an OOP. Therefore the function may return only one value.
But, there are several workarounds:
1. Pass an array by reference to a function and store the required values in it during the execution of the function, so that they can be read later.
Declare static variables, enter values into them at the function execution time and read them after
Thank you for your reply.
Good afternoon. Question for the experts.
I am optimising with a variable spread.
How does the tester consider the spread during optimization?
Does it consider the new current spread in each run?
Or all optimization runs are performed considering the spread memorized by the tester before pressing the OPTIMIZATION button?
Good afternoon. Question for the experts.
I am optimising with a variable spread.
How does the tester consider the spread during optimization?
Does it consider the new current spread in each run?
Or all optimization runs are based on the spread memorized by the tester before pressing the OPTIMIZATION button?
Is the last known one used?
Good afternoon. Question for the experts.
I am optimising with a variable spread.
How does the tester consider the spread during optimization?
Does it consider the new current spread in each run?
Or all optimization runs are based on the spread memorized by the tester before pressing the OPTIMIZATION button?
Is the last known one used?
Thank you. But it's still not quite clear.
Last known before each run?
Or the last known before the start of optimisation ?