Support Board
Date/Time: Mon, 25 Nov 2024 18:23:05 +0000
Post From: sc.persistvars ERROR
[2024-02-06 21:29:10] |
jivetrader - Posts: 410 |
Could someone please provide the 3 new lines of code for this study, replacing the Persist function with the newer, proper function? I have no idea how to do this. Thank you int &dateToday = sc.PersistVars->i1; ... float OSHighNum = sc.PersistVars->f1; float OSLowNum = sc.PersistVars->f2; |