[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 28

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
Do an extra check for percentage.
at what stage and the ratio of what to what?
put this in start()
because it won't work in init(),
maybe check Point (?
I'll see what happens...
at what stage and the ratio of what to what?
put this in start()
because it won't work in init(),
maybe check Point(?
I'll see what happens...
I put Digits with Point in print() since I have the same Expert Advisor running on four windows, I got the following picture:
i.e. three windows have five digits, and one window has four digits, so it's a glitch,
I closed all the windows, reopened them, put advisors everywhere with five digits...
I feel like my brokerage company cheated when I opened the windows,
The question is closed...
You asked about the possibility to programmatically enumerate and optimize the possible TFs to get their indicator values in the Expert Advisor. This is possible in the following way - for example
Here are some code snippets from the Expert Advisor in the file where this operation is performed - everything is described there with comments.
Maybe someone else may find it useful.
Thank you ! I have changed TF values manually so far (optimization is long and analysis for each TF is done separately).
And here is another question for everyone who can help. The code for variants of non-standard fractal and for definition of potential signals from any candle after break of MA (at such design I can define the number of candle I need after the break) But....! Optimization does not "want" to go...(( If I set optimization for only ONE parameter Period_MA from 3 to 5 in one year, it goes more than a few minutes. If I set from 2 to 240, I can forget about the computer ..... it freezes and doesn't give you any indication of how long it takes... I'm not even talking about including the rest of the parameters - SL, TP, MODE, PRICE_TYPE - into the optimisation. Please, tell me, if I may, what's wrong in the code...? Why isn't the optimization going well? The code works - you can check it. Here is the code itself:
I can't get everything here. I'll add more.
What's the problem, can you tell me who knows...?
Here :
And the ending :
how or where do you insert the svetniki and scripts???
https://docs.mql4.com/ru/ the directories where what is stored are written
https://docs.mql4.com/ru/ the directories where what is stored are written
cp