close price of each of the four 15 miniute bars within my D1 bar ???
How can i get the - Storing ticket number to a file
- Your search did not match any documents?????????????????????
- Editing Experts error discriptions ??
gavin:
How can i get the close price of each of the four 15 miniute bars within my D1 bar ???
I assume four 15 minute bars within your H1 bar.How can i get the close price of each of the four 15 miniute bars within my D1 bar ???
int M15_bar3 = iBarShift(NULL, PERIOD_M15, Time[shift]); double M15_Close3 = iClose(NULL, PERIOD_M15, M15_bar3); int M15_bar2 = M15_bar3 + 1... :
gavin:
How can i get the close price of each of the four 15 miniute bars within my D1 bar ???
How can i get the close price of each of the four 15 miniute bars within my D1 bar ???
Is it D1 (daily) or H1 (hourly)?
int D1_bar = iBarShift(NULL, PERIOD_H1, Time[shift]); <----- you want D1, or you want H1?
diostar:
Is it D1 (daily) or H1 (hourly)?
Hi, i am looking for the close price of the four 15 minite bars within the one hour bar!! Sorry about the misleading labeling..

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