Hello Herman
I understand how one initializes numeric StaticVarSet variable as a clip from one of your programs
shows, where it's set to 0 "naught" ....
Filter = Status("LastBarInTest");
SetOption("NoDefaultColumns",True);
WL1 = 0; //WL2 is selected with Filter;
// Calculate the RS1 for WL1 just once, when the first stock in the filter is tested
if(Status("StockNum") == 0 ) StaticVarSet("IsInitialized", 0);
if( StaticVarGet("IsInitialized") == 0 )
However, I'm looking for help on initializing text string static variables to blanks and can't seem to find documentation or a clip on this. If I use this approach.
StaticVarSetText ("isinitialized","") .....I think it inserts the current ticker ...Name().
Best regards
JOE
|