Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-30-2007, 11:10 AM
Member
 
Join Date: Oct 2005
Posts: 65
tytian is on a distinguished road
I need someone tech me....

need someone point tech me.

how from the below function return to call above operate?

like

int start()
{
xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx
^
^
^
xxxxxxxxxxxxxxxx
in below here to call above to operate?

thanks

tytian

Last edited by tytian; 03-30-2007 at 02:15 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-30-2007, 02:44 PM
Member
 
Join Date: Oct 2005
Posts: 65
tytian is on a distinguished road
pls... point and tech me how from below call function above to operate.

I find and find the to try not work.

tytian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-30-2007, 02:56 PM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,396
davidke20 is on a distinguished road
Quote:
Originally Posted by tytian
need someone point tech me.

how from the below function return to call above operate?

like

int start()
{
xxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxx
^
^
^
xxxxxxxxxxxxxxxx
in below here to call above to operate?

thanks

tytian
int CheckSignal();
{//functionbody start here
int Signal=0;
if ((iMA(xxxxxxxxx)>iMA(XXXXXXXX)) && (iMA(xxxxxxxxx)<iMA(XXXXXXXX))){Signal=1;}
if ((iMA(xxxxxxxxx)<iMA(XXXXXXXX)) && (iMA(xxxxxxxxx)>iMA(XXXXXXXX))){Signal=2;}
return(Signal);
}


int start()
{
//your main program body here

Signal=CheckSignal();

}

Good luck

Regards

David

Last edited by davidke20; 03-30-2007 at 02:58 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-31-2007, 01:47 AM
Member
 
Join Date: Oct 2005
Posts: 65
tytian is on a distinguished road
Quote:
Originally Posted by davidke20
int CheckSignal();
{//functionbody start here
int Signal=0;
if ((iMA(xxxxxxxxx)>iMA(XXXXXXXX)) && (iMA(xxxxxxxxx)<iMA(XXXXXXXX))){Signal=1;}
if ((iMA(xxxxxxxxx)<iMA(XXXXXXXX)) && (iMA(xxxxxxxxx)>iMA(XXXXXXXX))){Signal=2;}
return(Signal);
}


int start()
{
//your main program body here

Signal=CheckSignal();

}

Good luck

Regards

David
thank to reply

i mean this...
see the below picture
Attached Images
File Type: gif tian.gif (11.1 KB, 66 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tech Problems nina Metatrader 4 2 12-08-2005 07:14 AM


All times are GMT. The time now is 07:09 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.