Hello,
The isTick() function is supposed to return true when applied on a tick chart e.g. on AB 89T chart. However, it is returning a value of false in my efs, as in the followiing statement.
debugPrintln(isTick() );
What am I doing wrong? Is there another simple way to test if my study is being applied on a tick chart?
Any help would be appreciated.
Thanks.
Hamid.
The isTick() function is supposed to return true when applied on a tick chart e.g. on AB 89T chart. However, it is returning a value of false in my efs, as in the followiing statement.
debugPrintln(isTick() );
What am I doing wrong? Is there another simple way to test if my study is being applied on a tick chart?
Any help would be appreciated.
Thanks.
Hamid.
Comment