Close the program with Ctrl Alt Del.
Variopinto:
Remove it Right_Click>Script>Remove. Communicate with it through GlobalVariableSet(). Like have it Get the x=GlobalVariableGet(Gv_userStop). if( x==1 ) return;...... Or you can use if( x==1 ) 0/0; //zero divide (not very safe but gets the job done). You can also search for stuff like remove a script with code. Running another script might also unload the script.
Hi,
I created my first scipt with a no end loop and now I cant stopped it.
How can I stop it ?
Thanks
ubzen:
Remove it Right_Click>Script>Remove. Communicate with it through GlobalVariableSet(). Like have it Get the x=GlobalVariableSet(userStop). if( x==1 ) return;...... Or you can use if( x==1 ) 0/0; //zero divide (not very safe but gets the job done). You can also search for stuff like remove a script with code. Running another script might also unload the script.
Thanks
Remove it Right_Click>Script>Remove. Communicate with it through GlobalVariableSet(). Like have it Get the x=GlobalVariableSet(userStop). if( x==1 ) return;...... Or you can use if( x==1 ) 0/0; //zero divide (not very safe but gets the job done). You can also search for stuff like remove a script with code. Running another script might also unload the script.
Variopinto:
If you have to "Remove script" twice for the script to be removed it's because you haven't used IsStopped() as part of your loop condition.
Hi,
I created my first scipt with a no end loop and now I cant stopped it.
How can I stop it ?
Thanks

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I created my first scipt with a no end loop and now I cant stopped it.
How can I stop it ?
Thanks