Sensex

Saturday, November 21, 2009

[Technical-Investor] KBrain AFL - Exploration error

 

I too am getting following errors while doing exploration -

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

//=============================SYSTEM======================================
Mycolor=IIf(p=
-------------^
Error 29.
Variable 'p' used without having been initialized.


//=============================SYSTEM======================================
Mycolor=IIf(p==1,colorLime,IIf(p=
--------------------------------^
Error 29.
Variable 'p' used without having been initialized.

//=============================SYSTEM======================================
Mycolor=IIf(p==1,colorLime,IIf(p==2,colorRed,colorBlue));
PlotOHLC( Open, High, Low, Close, "", Mycolor, styleBar| styleThick );
PlotShapes( shapeCircle* (bts AND tm=
------------------------------------^
Error 29.
Variable 'tm' used without having been initialized.

=================================
Mycolor=IIf(p==1,colorLime,IIf(p==2,colorRed,colorBlue));
PlotOHLC( Open, High, Low, Close, "", Mycolor, styleBar| styleThick );
PlotShapes( shapeCircle* (bts AND tm==1 AND Ref(tm,-1)==2),colorTurquoise, 0, bstop,
----------------------------------------------------------^
Error 29.
Variable 'bstop' used without having been initialized.

If(p==1,colorLime,IIf(p==2,colorRed,colorBlue));
PlotOHLC( Open, High, Low, Close, "", Mycolor, styleBar| styleThick );
PlotShapes( shapeCircle* (bts AND tm==1 AND Ref(tm,-1)==2),colorTurquoise, 0, bstop, 0 );
PlotShapes( shapeCircle* (bts AND tm=
------------------------------------^
Error 29.
Variable 'tm' used without having been initialized.

;
PlotOHLC( Open, High, Low, Close, "", Mycolor, styleBar| styleThick );
PlotShapes( shapeCircle* (bts AND tm==1 AND Ref(tm,-1)==2),colorTurquoise, 0, bstop, 0 );
PlotShapes( shapeCircle* (bts AND tm==2 AND Ref(tm,-1)==1), colorCustom12, 0, sstop,
----------------------------------------------------------^
Error 29.
Variable 'sstop' used without having been initialized.

tShapes( shapeCircle* (bts AND tm==1 AND Ref(tm,-1)==2),colorTurquoise, 0, bstop, 0 );
PlotShapes( shapeCircle* (bts AND tm==2 AND Ref(tm,-1)==1), colorCustom12, 0, sstop, 0 );
PlotShapes( IIf(btst AND p==1,shapeSmallCircle,Null), colorTurquoise,0,bstop,
----------------------------------------------------------^
Error 29.
Variable 'bstop' used without having been initialized.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Kindly help me to get rid of these errors.
Thanking you all in anticipation.

__._,_.___
For Forum Rules of Conduct & Disclaimer, please go through

http://finance.groups.yahoo.com/group/Technical-Investor/files/!Forum Rules of Conduct.txt
.

__,_._,___

No comments: