
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
You already have all the answers you need in this post
The question is do you just want someone to write for you the entire code
NO Dear I want a sample code by which i can use then try that's it If you help me then that will be more helpfull for me
This function is defined in WinFile_v600.mqh around line 152:
This function is defined in WinFile_v600.mqh around line 152:
Hi thanks getting some idea i have added WinFile_v600.mqh but having still error
'OpenNewFileForWriting' - function already defined and has body I am using this code to read the open the file in the particular path
may be you have tp pay s.o. to code this for you or you have to read the MT4-docs.
so you are not going to help right ??Please just need a sample code ???
It is frustrating and needless to help you if you obviously do not understand what this means:
'OpenNewFileForWriting' - function already defined
and change your code accordingly.
It is frustrating and needless to help you if you obviously do not understand what this means:
'OpenNewFileForWriting' - function already defined
and change your code accordingly.
Yes understand thanks for your help now I need to read the file and write theis this function i have to for reading and writing the file the file ??If yes then what the buffer and bytes here ??
int _lread (int handle, string buffer, int bytes);
int _lwrite (int handle, string buffer, int bytes);
you already using
#include <WinFile_v600.mqh>
no need to import the function again
ankityadav:
'OpenNewFileForWriting' - function already defined and has body I am using this code to read the open the file in the particular path
you already using
no need to import the function again
Yes Got it i have changed my code and now its working