basic: improved star trader econometric data (thanks Jim)

This commit is contained in:
Steven Hugg 2021-05-27 10:38:45 -05:00
parent 18d5e083d4
commit 04c9b8105c
2 changed files with 5 additions and 4 deletions

View File

@ -274,10 +274,10 @@ OPTION BASE 0:REM I GUESS HP HAS ZERO BASE???
12380 H=1+(H <= 3)*H
12390 RETURN
12400 REM *** DATA FOR ECONOMETRIC MODEL FOLLOWS ***
12410 REM MODEL #1
12420 DATA -0.025,-0.05,-0.025,0,-0.025,-0.025,0,.1,.1,-0.025,.1,0,.1,.2,.1,.1,-0.025,0
12430 DATA 1,1.5,.5,.75,.75,.75,-0.25,-0.25,-0.25,0,-0.5,.5,0,-0.5
12440 DATA 0,.5,1.5,0
12410 REM (FROM "WHAT TO DO AFTER YOU HIT RETURN")
12420 DATA -.1,-.2,-.1,0,-.1,-.1,0,.1,.1,-.1,.1,0,.1,.2,.1,.1,-.1,0
12430 DATA 1,1.5,.5,.75,.75,.75,-.75,-.75,-.75,-.5,-1.5,.5,-1,-1.5
12440 DATA -.5,.5,1.5,-.5
12450 END
20000 REM *** TRADES SUBROUTINE (NO CHAIN)

View File

@ -1404,6 +1404,7 @@ function clearBreakpoint() {
function resetPlatform() {
platform.reset();
_resetRecording();
}
function resetAndRun() {