Is it now possible to pass a parameter (or two) in a button call ? I would like to be able to pass the currency symbol in the following call...
drawTextAbsolute(117, 345, "Exit " + " @URL=EFS:callExitTrade", Color.white, Color.blue, butFlags, "Verdanna", 11, 341);
I'm tracking more than one currency on one chart and don't want to have to have multiple copies of the exit function....or is there an alternative method that some brilliant programmer might have come up with?
Thanks...
drawTextAbsolute(117, 345, "Exit " + " @URL=EFS:callExitTrade", Color.white, Color.blue, butFlags, "Verdanna", 11, 341);
I'm tracking more than one currency on one chart and don't want to have to have multiple copies of the exit function....or is there an alternative method that some brilliant programmer might have come up with?
Thanks...
Comment