Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 344

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
Greetings, dear traders - programmers!!!
What is the meaning of AccountComany?
You can draw certain conclusions from the name, but how does it relate to the MT4 programming language ???
I am very interested to know the detailed description of each command. Please help me.
...
What is an array bid?
Greetings, dear traders - programmers!!!
What is the meaning of AccountComany?
You can make certain conclusions from the name, but how does it relate to the MT4 programming language ???
AccountCredit?
AccountCurrency?
AccountEquity?
AccountFreeMargin?
AccountFreeMarginCheck?
AccountLeverage?
AccountStopoutLevel?
AccountStopoutMode?
ArrayBsearch?
I am very interested to know the detailed description of each command. Please help me.
It's written in black in Russian https://docs.mql4.com/ru/account/AccountCompany
Let's assume that Ask is always normalised - it's the price: it's not calculated and there's no point in normalising it.
So the price could be wrong why? Maybe the data is out of date? Try to execute RefreshRates() directly before OrderSend() command.
Well, here is a piece of code of my Expert Advisor. It has and was refresh:
Maybe the DC itself is blocking something? By the way, when I logged into vps everything hung very badly at the time the EA hung on the error.
I feel like I am getting a lot of Bids and Asks through market info as you suggested. The interesting thing is that I've never had such a problem in the Strategy Tester.
There are three flags in my Expert Advisor. May it be the reason for sluggishness?
DRAW_SECTION
ArrayInitialize?
break?
case? - did not understand the meaning.
CHAR_VALUE? - how to give a description of the meaning of the character?
The indicator does not get drawn in some areas. The essence of the indicator, if the movement is not more than a certain value, the value remains as in the recorded value of MA_otshet.
When the value is exceeded, the value becomes, corresponding to the current moment.
Below is the code of the indicator with explanations:
You should do the cycle backwards. Using old data
Good! Got it. I'll look into it. Not sure why he didn't like DRAW_LINE?
DRAW_LINE does not draw continuously when there are gaps in the data, while DRAW_SECTION fills these gaps, that's a peculiarity.