[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 489
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
There is a line like this in the EA:
I select "H1" period in the tester.
At execution time it reads "0", i.e. there is no price. If I choose the period "М15", then normal prices are written.
It's written in the FAQ that this function may return "0", if there is no price history.
Question: where and how to get the price history?
Question: where and how do I get the price history?
then select the required pair. and "load".
далее выбрать необходимую пару. и "загрузить".
Thank you very much, it all worked out.
:)
Can you please tell me how to dump variables from this loop to the file *. sv ?
for (int kk= 0; kk<= 99; kk++) {
lwma = iMA(NULL, 0, 1, 0, MODE_LWMA, Close, jj + 1);
Sum += SumLW[kk] * lwma ;
}
return (0);
Добрый день.
Подскажите пож, как переменные из такого цикла выгрузить в файл *. сsv ?
for (int kk= 0; kk<= 99; kk++) {
lwma = iMA(NULL, 0, 1, 0, MODE_LWMA, Close, jj + 1);
Sum += SumLW[kk] * lwma ;
}
return (0);
https://docs.mql4.com/ru/files/FileWriteDouble
Приветствую. Вопрос по программе MT4. После тестирования жму - открыть график, где наглядно показано тестирование. Но меня дефолтное изображение не устраивает (всегда меняю бары на свечи и увеличиваю масштаб). Можно ли и где изменить эти дефолтные настройки на те, которые тебя больше устраивают?
What prevents you from creating a template named default
скажите пожалуйста, можно ли прицепить индикатор на окно в тестере?или это не предусмотрено?
You can do as you normally do.