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

 

pls... point and tech me how from below call function above to operate.

I find and find the to try not work.

tytian

 
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))){Signal=2;}

return(Signal);

}

int start()

{

//your main program body here

Signal=CheckSignal();

}

Good luck

Regards

David

 
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))){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

Files:
tian.gif  12 kb
Reason: