function preMain(){ setPriceStudy(true); setShowCursorLabel( false); } function main(){ nState = getBarState(); if (nState == BARSTATE_NEWBAR) { Alert.playSound("ding.wav"); } return null; }
Comment