Can you create a chart button to launch a script?

 
Hi I'd like to know if it's possible to create a chart button that can launch a script?  Any info is appreciated.
 
tradeking2008:
Hi I'd like to know if it's possible to create a chart button that can launch a script?  Any info is appreciated.
yes its possible. create a EA (utility) which include chart button, on clicking it may execute your functions, if you want to remove it like a script, use ExpertRemove function after successful execution of your function. If you want to get code for buttons, search on codebase / article section there are many codes which include script and example for creating button
 
Rajesh Kumar Nait #:
yes its possible. create a EA (utility) which include chart button, on clicking it may execute your functions, if you want to remove it like a script, use ExpertRemove function after successful execution of your function. If you want to get code for buttons, search on codebase / article section there are many codes which include script and example for creating button

Thank you Rajesh