Please help me check my coding , it's not working .

 

Hello,

I'm looking for someone to help me check my coding . There's a problem in it .

By the way I'm no pro in coding, still newbie, really hope someone can give me a hand on this . I REALLY APPRECIATE IT !!! Thank you .

 
juniorlcq:

Hello,

I'm looking for someone to help me check my coding . There's a problem in it .

By the way I'm no pro in coding, still newbie, really hope someone can give me a hand on this . I REALLY APPRECIATE IT !!! Thank you .


see no error in your coding

am i codeblind for your codingwork or is there no code yours ??

please use the SRC button to post code: How to use the SRC button.

 
LOL !! I'm sorry here is it . I don't know why it keep on can't be compile . Can someone help me to modify it ??? T____T Thank you
 
 
 
Edit : wrong code ....
 
juniorlcq: LOL !! I'm sorry here is it . I don't know why it keep on can't be compile . Can someone help me to modify it ??? T____T Thank you

https://www.mql5.com/en/job. Go there, if you want someone to modify it for you.
If you're learning how to code, tell us what the problem is. And we'll help YOU modify it.

 

Are you sure you know what is functions and how to call them?

move all functions to outside of int start() :

int start()
{
.....

}

All will OK!
I think compile errors can tell what and why....

 

Like this:

<CODE REMOVED>


all other should outside this { }

 
DxdCn:

Like this:

<CODE REMOVED>


all other should outside this { }


Please edit your post above and re-insert your code using the SRC button . . . please use the SRC button to post code: How to use the SRC button.

To edit your post . . .

 
DxdCn:

Like this:

<CODE REMOVED>


all other should outside this { }


Hello, I can't see your code .......
 
juniorlcq:

Hello, I can't see your code .......

DxdCn:

Are you sure you know what is functions and how to call them?

move all functions to outside of int start() :

All will OK!


 
Sorry I tried move all the sub function to either after the return or before the start, still doesn't work out ...
 
juniorlcq:
Sorry I tried move all the sub function to either after the return or before the start, still doesn't work out ...
Show your revised code . . . please.
Reason: