#define Show_inputs at Script doesnot work at build 600.. Need Help

 

Hi, need help with my Scripts after my mql is updated to BUILD 600

Usually i Use this #define show_inputs code at my scripts, So a parameter window will pop up everytime I run my Scripts

However, with build 600, it doesnot work. And the Pop Up window to input the parameter doesnot show up. Anyone can help me with this matter??

Thanks in advance

#define show_inputs

int magicno;

extern string __Posisi_Options_______=" 1=buy, 2=sell ";

extern int Posisi=0; //0=both, 1 = buy, 2 = sell

extern double lots=0.01;

extern int range=50;

extern int level=8; 
 
xkuroo:

Hi, need help with my Scripts after my mql is updated to BUILD 600

Usually i Use this #define show_inputs code at my scripts, So a parameter window will pop up everytime I run my Scripts

However, with build 600, it doesnot work. And the Pop Up window to input the parameter doesnot show up. Anyone can help me with this matter??

Thanks in advance



Hello,

Please use the SRC button when you post code. Thank you.


This time, I edited it for you.

Try this :

#property show_inputs
 

Thanks a lot Angevoyageur, it works.....

and sorry that i didnot used SRC... this is my first post.

angevoyageur:

Hello,

Please use the SRC button when you post code. Thank you.


This time, I edited it for you.

Try this :


Thanks a lot Angevoyageur, it works.....

and sorry that i didnot used SRC... this is my first post.

 
xkuroo:

Thanks a lot Angevoyageur, it works.....

and sorry that i didnot used SRC... this is my first post.

Thanks a lot Angevoyageur, it works.....

and sorry that i didnot used SRC... this is my first post.

Your second isn't better, you repeat yourself.
Reason: