PureBytes Links
Trading Reference Links
|
> Tradestation can put a "ShowMe" when a certain condition happens at
> a certain point on the bar, not just open, close , high, or low.
> Tradestation can generate an Order to Exit a trade (Sell/Buy to
> Cover) at a certain price based on indicator variables , not just at
> open, close, or market.
> So why not a Order entry.
?? You can enter positions with the same price conditions (stop
& limit) that you use on exits.
E.g.
buy at average(Close, 10) + AvgTrueRange(20) stop;
If you can do what you're looking for with an exit, you can do it
with entries too. I didn't think that was what you were asking
for.
|