Home About Contact
ForexForums.org




Reply
Old 10-15-2008, 01:50 PM   #171 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Old 10-15-2008, 06:52 PM   #172 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-15-2008, 07:27 PM   #173 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-15-2008, 08:12 PM   #174 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-15-2008, 08:57 PM   #175 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Old 10-15-2008, 09:44 PM   #176 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-15-2008, 10:34 PM   #177 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-15-2008, 10:46 PM   #178 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-16-2008, 04:58 AM   #179 (permalink)
Michal Rutka
Guest
 
Posts: n/a
RE: [MT_E and I] Help using

Hi Perkez,

MT4 restricts from security reasons access to files only under its
installation\experts\files directory. You must either put the signals file
there or use windows DLL to open the file.

Lot of pips in black,

Michal
http://www.mqlservice.com

-----Original Message-----
From: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
[mailto:MetaTrader_Experts_and_Indicators (AT) yahoogroups (DOT) com] On Behalf Of
Perkz
Sent: donderdag 25 september 2008 18:26
To: MetaTrader_Experts_and_Indicators (A...oups (DOT) com
Subject: Re: [MT_E and I] Help using


I need a lttle help

I have a file in files in northfinance

I want to read them from IBFX

the file is there i can see it
but i cant get metatrader to pick it up

void ReadSignalFile(string siggy)
{
string filename = "c:\program files\metatrader -
northfinance\experts\files\Signal.txt";
int handle = FileOpen(filename,FILE_READ);
if (handle>1)
{
// FileSeek(handle, 0, SEEK_END); // go to end of file
FileReadString(handle, siggy);
FileClose(handle);
}
}


any ideas??




------------------------------------

For archives of Experts and Indicators from the MetaTrader Experts and
Indicators Group
See http://www.forexmt4.com/ or http://www.lightpatch.com/forex
Yahoo! Groups Links
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Sedo - Buy and Sell Domain Names and Websites project info: forexforums.org Statistics for project forexforums.org etracker® web controlling instead of log file analysis

All times are GMT. The time now is 11:51 PM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.