When i use below code in my AFL, the URL opens thrice. Also whenever I do anything in chart even scrolling, the URL again opens thrice. Am i using this function incorrectly?
bi = barindex();
ShellExecute("http://www.whatismyINDEX.com/" + bi, "", "" );
Using ShellExecute() can i control to open the webpage in a new browser Tab, new browser window or refreshing the existing broweser tab ?