huyter:
Explain what you're expecting and the relevant codes.
d_open=NormalizeDouble(aa,4);
d_low=NormalizeDouble(aa,4);
d_high=NormalizeDouble(aa,4);
d_close=NormalizeDouble(aa,4);
d_volume=vv;
FileWriteInteger(whFile, Time[zzz], LONG_VALUE);
FileWriteDouble(whFile, d_open, DOUBLE_VALUE);
FileWriteDouble(whFile, d_low, DOUBLE_VALUE);
FileWriteDouble(whFile, d_high, DOUBLE_VALUE);
FileWriteDouble(whFile, d_close, DOUBLE_VALUE);
FileWriteDouble(whFile, d_volume, DOUBLE_VALUE);
what's wrong is it?

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
FileWriteDouble(whFile, d_volume, DOUBLE_VALUE);
what's wrong is it?