Topic close

 
Problem settled. Thanks.
 
Does it compile? Do you get errors? What is the problem? Give us more info...
 
gordon:
Does it compile? Do you get errors? What is the problem? Give us more info...

Thanks for your reply. I couldn't compile it, it'll show up 'LongShort' - variable not defined C:\Program Files\Interbank FX Trader 4\experts\kevingoh.mq4 (79, 60)


i dont understand why.

 
kevingoh:

Thanks for your reply. I couldn't compile it, it'll show up 'LongShort' - variable not defined C:\Program Files\Interbank FX Trader 4\experts\kevingoh.mq4 (79, 60)


i dont understand why.

Because the LongShort variable is indeed not defined. It appears in the Print() statement, but not defined anywhere in the code.

 
gordon:

Because the LongShort variable is indeed not defined. It appears in the Print() statement, but not defined anywhere in the code.

you're right, i've changed it already, but the sad thing is this error appear : '\end_of_program' - unbalanced left parenthesis C:\Program Files\Interbank FX Trader 4\experts\kevingoh.mq4 (120, 1)
 

Hi kevindoh,

you need to check about your parenthesis as the error message says. The number of left ones must match exactly the number of your right ones...

thank you

Automated (automatedfx@gmail.com)

--

my recent grid trading:

http://fx-grid2.forexmosaic.com/ - 8621 pips in 7 weeks

http://fx-grid3.forexmosaic.com/ - 2068 pips in 3 weeks

 
Print("";
 
Automated:

Hi kevindoh,

you need to check about your parenthesis as the error message says. The number of left ones must match exactly the number of your right ones...

thank you

Automated (automatedfx@gmail.com)

--

my recent grid trading:

http://fx-grid2.forexmosaic.com/ - 8621 pips in 7 weeks

http://fx-grid3.forexmosaic.com/ - 2068 pips in 3 weeks

but no matter how i adjust it will still appear the same thing, do you have any idea how to change it?


thanks for the link, by the way

 
meikel:
Print("";
well, i've change it to Print(""), no difference though... =(
 
use an editor which highlights corresponding parenthesis. like geany
 
meikel:
use an editor which highlights corresponding parenthesis. like geany

thank you for the recommendation, i've downloaded already, yeah.

Reason: