function preMain() { setCursorLabelName("Vix", 0); setDefaultBarFgColor(Color.blue,0); } function main() { return getValue("close","$VIX"); }
Comment