Please Help getting this Delta indicator to work.

alandh

Newbie
Messages
2
Likes
0
Hi,
I am having difficulty getting this attached indicator to work in TS2000i. I would appreciate any help anyone could give me.

Thanks
Alan
 

Attachments

  • delta.doc
    30 KB · Views: 1,309
You need to change the Text line that says:

Value21 = TL_SetColor(Value20, Tool_DarkYellow);

to:

Value21 = TL_SetColor(Value20, Tool_Yellow);

Then verify the code. I think the problem is that there is no "DarkYellow" colour recognised by Tradestation.

Anyway try it and see.


Paul
 
Thanks,
I did try that and was verified but I only get one line drawn. I believe there should be different colored lines indicating tops and bottoms. Any thoughts??

Thanks again
Alan
 
Top