HELP regarding backtesting of symbols retrieved from spot chart

Cat918 = ValueWhen(TimeNum()==091800,C);//=35965

bank=Int(ROUND(Cat918/100));//360
bankn=bank*100;//36000;

CALL="BANKN"+BANKN+"CE1";
PUT= "BANKN"+BANKN+"PE1";

if( Name()== CALL);
{
SHORT= VALUEWHEN(timenum()==918,C);
cover= timenum()==1515;
mydatabase has symbol as bankn35900ce1 & bankn35900ce1
it should take that value why is it not taking the same in backtesting

please guide where am going wrong

The code is incomplete and question leaves a lot to be desired in clarity department. Please follow this advice: How to ask a good question

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.