fareshanab:
As we know the code :
MT4|ASK!EURUSD
is for get the ASK price
so what is the code to get OPEN price ?
From the Help file:
DDE request formats and their possible results by the example of "DDE-sample.xls" file:
BID request: = MT4|BID!USDCHF result: 1.5773 ASK request: = MT4|ASK!USDCHF result: 1.5778 HIGH request: = MT4|HIGH!USDCHF result: 1.5801 LOW request: = MT4|LOW!USDCHF result: 1.5741 TIME request: = MT4|TIME!USDCHF result: 21.05.02 9:52
QUOTE request: = MT4|QUOTE!USDCHF result: 21.05.02 9:52 1.5773 1.5778 1.5776
When the time changes you have a new bar, the first Bid price of the new bar is what ?
RaptorUK:
From the Help file:
When the time changes you have a new bar, the first Bid price of the new bar is what ?
Thank you
I Try this code , its not workable
I HOPE TO FIND SOMEBODY TO HELP ME HERE

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
As we know the code :
MT4|ASK!EURUSD
is for get the ASK price
so what is the code to get OPEN price ?
Thanks in advance