Programmer needed for EA to parse csv file

 
Hi!

I'm in need of a programmer to write an EA. I receive signals from a signals provider. I've had a program written to POP into an email account, check for new signals and parse those signals to a .csv file. It's very interesting. I've been with the signal provider for the last 2 months and they are very profitable. If anyone is interested please let me know!

I'm in Alabama... so if anyone who can do the programming is in the States then we can talk on the phone to coordinate.

Thanks!

8toenails
 
Hi,
I think I can do this. What is your email address?
 

Are you still in need of assistance?

 
bingo:
Hi,
I think I can do this. What is your email address?


I could use some help programing are you availiable?

Here is the immiate issue: All I'm tring to do is to write to a file, so I can read it with another expert? You can e-mail me at rminardi1@verizon.net

string str="some string";
handle=FileOpen("filename.bin", FILE_BIN|FILE_WRITE);
if(handle<1)
{
Print("can't open file error-",GetLastError());
return(0);
}
FileWriteString(handle, str, 8);
FileClose(handle);

 
bingo:
Hi,
I think I can do this. What is your email address?
I could use some help programing are you availiable?

Here is the immiate issue: All I'm tring to do is to write to a file, so I can read it with another expert? You can e-mail me at rminardi1@verizon.net

string str="some string";
handle=FileOpen("filename.bin", FILE_BIN|FILE_WRITE);
if(handle<1)
{
Print("can't open file error-",GetLastError());
return(0);
}
FileWriteString(handle, str, 8);
FileClose(handle);

Reason: