[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 508
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
If so, you can, it will be all right.
If so, you can, it will be right.
>> Thank you!
I feel much better now... :).. I'll sleep well...
Can you tell me what's wrong or am I doing something right?
int array[10]; //array of the last 10 MA values
int shift;
for(shift=0;shift<=9;shift++)
{
mov[shift]=iMA(NULL,240,12,0,0,0,shift);}
tell me, what price does the software display when you want to know the minimum or maximum price, Bid or Ask? and how do you change one to the other? for example, I want to know the minimum price of a bar at Ask price and the maximum at Bid.
much appreciation in advance
This is probably the easiest question, but I'm tired of searching for an answer.
What price does the software display when I want to know the minimum or maximum price, Bid or Ask? and how can I change one to the other? for example, I want to know the minimum bar price in the Ask price and the maximum price in the Bid price.
Thank you very much in advance.
What do High and Low do not suit you?
А чем High и Low не устраивают?Yes they do...but the uncertainty still gnaws at me...and I want to find out:
is High the maximum selling or buying price? and so is Low...
have you read this? https://book.mql4.com/ru/appendix/glossary
High-Low and Ask-Bid are different things.
>> Of course they are. But if they are not specially stored, how to get them from the history (Bid and Ask)Is High the maximum selling or buying price? and so is Low...
High and Low values are given for Bid. For Ask, add the value of the spread.