PureBytes Links
Trading Reference Links
|
Hello,
This code does not seem to work, anyone else using this function.
Is the function still operating ?
/**********************************************/
barvisible = Status("barvisible")==DateNum()==1020903;
firstvisiblebar = barvisible AND NOT Ref( barvisible, -1 );
closevisible = ValueWhen( firstvisiblebar,C) ;
Plot( Close, "Price", 2, 64 );
Plot( closevisible, "closeVisible", 4,2 );
/*********************************************/
It does not load the first bar visible as 9/03/02, and the closevisible
shows Empty.
Thanks
Anthony
|