Is there any way to get user input (number) without having to invoke askForInput? This EFS doesn't look at any tick or market data, so it's OK if it hangs while waiting for user input.
The problem with askForInput is that it clears all the variables and causes premain and main to be called again. It's true that variables can be saved in Global variables, but this is pretty messy.
The problem with askForInput is that it clears all the variables and causes premain and main to be called again. It's true that variables can be saved in Global variables, but this is pretty messy.
Comment