help creating a signal

DDANRR

Newbie
Messages
1
Likes
0
I am trying to create a signal for tradestation to be used in a strategy, but can't seem to get the syntax right. I am trying to reference the indicator "ThomasDemark Expert" in a signal. This indicator is not included with the built in signals. I think the name it uses is "TDC.REI" for reference, but the inputs afterwards I can't get right. Here is my attempt:
If Currentbar > 1 And TDC.REI (close,+45,-45,10,1,5) < Oversold Then Buy ("TDC.REI") Next Bar on Open;

This develops errors in the "(close,+45,-45,10,1,5)" since I don't think these inputs are right. I can't look at the function code for an example, its locked and needs a password.
Can anyone familiar with making tradestation strategies help me out?
 
Top