[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 408

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
Copies of the terminals... :-)
Each has its own unique trading account.
Yeah.... "Exhaustive" answer. Every event has to have a reason. Professionals, encountering some problems know what to pay attention to. I have looked through the algorithm several times but cannot find the cause. So I ask the pros for advice - what could be the cause?
... indicator.
try the "gut feeling" method with an empty Expert Advisor,
Check in the indicator for ObjectCreate to find its subwindow (or why draw it IF TESTING OR OPTIMIZING)
I tried an empty Expert Advisor, Alert is displayed normally, but in the indicator ObjectCreate has this view:
What should I change here...?
I tried an empty EA, Alert is displayed ok, but in the indicatorObjectCreate hasthis view:
What needs to be changed here...?
the misalignment is ensured.
and you have
shift in time but not in bars
realization all in one window is not good (though new year garlands))
and it takes so much time )) tutz
Hi all, question for professionals:
Please elaborate on how MT4 works.
My vision:
Terminal is running, Internet is connected, in market overview some instruments are running, some charts are open from them. Let's consider one instrument that has a chart open, let's say it ticked back and forth and the bar closed. The moment is not clear:
Does the last formed bar that I see in my chart correspond to the bar on the broker's side, because a part of ticks could be missed or is there full synchronization with the arrival of each tick?
How often is my history synchronized with the broker's history?
Dare to repeat the question
So you have to start several terminals at the same time and log in with different logins in each one?
Exactly. It is easier not even to install terminals from scratch, but to copy the existing one with already available settings into folders, e.g. 1,2,3,4...100
And you have to press "Open Account" in each terminal and simultaneously start the Expert Advisor with different settings, which you want to check and see in a month or two, which settings are the best.
Can you advise who has been using the Alpari terminal? I run an Expert Advisor for 50 currency pairs, but it keeps missing a tick, even for pending orders. I have a slip set up.
I also get error 4066, no symbol in market overview window, although it is there.
Is it such a glitchy server? At another broker even with a fraction of such problems I did not face
Good afternoon everyone,
I'm a complete novice at programming and my robot makes only 2 trades a week,
But can you tell me how (! really tired to search!) to change colour of line of moving average (I'm using standard iMa) on chart?
Example code: FixEma= iMA (NULL,0,fix,0, MODE_EMA, PRICE_LOW,0);
They are red, in fact (I have 6 of them) and after each test I have to paint the chart manually (I'm like that...). I don't want to rewrite it.
Maybe there is a standard command?
Don't judge strictly, I'm just learning...