[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 608
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
FileReadString(ExtCsvHandle);
It's simple:
In your example, the only difference is when parameters are passed to the function
Why then does the dellline function delete lines with these names in the first variant, but not in the second?
1) down_line+TimeToStr
2) " downline_"+TimeToStr
dellline(up_line, down_line );
There is no MT in my MT. There is only 1 library written in MQL (stdlib.mq4). Can you throw an example here?
Everybody's got one. Look here: ...MetaTrader 4\experts\samples\DLLSample
I was looking in the wrong place. Thank you. Looks like it's going to need God-awful Visual C++. But maybe someone knows how to build under MinGW? Tried to compile and link the whole example, doesn't see it, doesn't give a damn...
Please advise the situation is as follows, I read a csv file like this
but csv file has a header, the first extra line
how to programmatically skip the first line, or programmatically delete in general when saving the value it spoils everything.
Thanks in advance.
It's simple:
FileReadString(ExtCsvHandle);
And where should I put it? Before the loop? That would confuse things... I just need to skip the header
And where should I put it? Before the loop? That would confuse things... I just need to skip the header
Like this, for example, the headline will be omitted