i'm trying to get a single value from keyboard when .efs is loaded.
Function preMain() {
setStudyTitle("breakout");
set StudyMax(100);
setStudyMin(0);
askForInput("break price");
}
function main() {
....
i never get the option to enter a price.
i'm using latest ver 10.
any help is appreciated...
thanks,
peter.
Function preMain() {
setStudyTitle("breakout");
set StudyMax(100);
setStudyMin(0);
askForInput("break price");
}
function main() {
....
i never get the option to enter a price.
i'm using latest ver 10.
any help is appreciated...
thanks,
peter.
Comment