[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 512
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
I.e. everything is in Russian in the trading terminal, but when I open MetaEditor, everything is in English. I cannot find anything in settings.
Takes effect after the editor is reloaded.
Trying to make EAs that analyse multiple currency pairs
The data is collected using the Movment indicator
If I work with just one currency pair, the Expert Advisor works fine during testing
If I add a second currency pair
double gb0=iCustom("GBPUSD",15, "Movment",24,0,a);
double gb1=iCustom("GBPUSD",15, "Movment",24,1,a);
double gb2=iCustom("GBPUSD",15, "Movment",24,2,a);
double gb3=iCustom("GBPUSD",15, "Movment",24,3,a);
double gb4=iCustom("GBPUSD",15, "Movment",24,4,a);
double gb5=iCustom("GBPUSD",15, "Movment",24,5,a);
double gb6=iCustom("GBPUSD",15, "Movment",24,6,a);
double gb7=iCustom("GBPUSD",15, "Movment",24,7,a);
The computer hangs.
Data from the second chart is read in real time normally.
Can you explain what's wrong?
I apologise for repeating the question...
I really want to understand it...
Can you please tell me how to change the code of the standard Stochastis:
I need to add an external parameter to the indicator: so that I can manually specify (when "drawing" the indicator on the chart) which data to take from which chart (and which TF).
Many thanks in advance.
Пробую делать советников анализирующие несколько валютных пар
Данные собираются с помощью индикатора Movment
Если работать только с одной парой советник на тестировании отрабатывает нормально
Если добавляю вторую валютную пару
double gb0=iCustom("GBPUSD",15,"Movment",24,0,a);
double gb1=iCustom("GBPUSD",15,"Movment",24,1,a);
double gb2=iCustom("GBPUSD",15,"Movment",24,2,a);
double gb3=iCustom("GBPUSD",15,"Movment",24,3,a);
double gb4=iCustom("GBPUSD",15,"Movment",24,4,a);
double gb5=iCustom("GBPUSD",15,"Movment",24,5,a);
double gb6=iCustom("GBPUSD",15,"Movment",24,6,a);
double gb7=iCustom("GBPUSD",15,"Movment",24,7,a);
то компъютер звисает
В реальном времени данные со второго графика снимаются нормально
Можете разъяснить в чём дело?
It is better to synchronise currency pairs in the Expert Advisor
first, on the working pair, you need to calculate the current time on the necessary bar (usually either 0 or 1), then use the time to find the necessary bar on another pair and substitute its index in the iCustom
trade in the MT4 tester only on the running pair
When I downloaded the history for March 12 it goes to April 6. I tried it on another terminal and it is the same without downloading, all the indicators disappear and lie.