Yes, you can write your own EFS study that will have what you want. For instance, if you want to look at TICK in a 5 minute chart of something else, you would simply use:
function preMain(){
setPriceStudy(false);
setCursorLabelName("Tick", 0);
setDefaultBarStyle(PS_SOLID, 0)...