Single Post

by | Mar 4, 2018

This is a test post.

Single Post

by | Mar 4, 2018

This is a test post.

This screen shot shows the TypicalPrice indicator plotted on a daily chart. We are interested in having this indicator show on the most recent 10 bars of a chart (cyan), and erasing the indicator beyond the 10th bar (yellow).

Automatic Order Logging Using Object Oriented Programming

Add Automatic Order Logging to Any EasyLanguage Strategy. You can add automatic order logging code to any Tradestation EasyLanguage strategy in minutes with this custom strategy code.   This code is a self-contained strategy in itself and is inserted on any chart...
INDICATORS

Plot1(TypicalPrice, “Price”, cyan, default, 1);
Plot1[PriceLength](TypicalPrice, “Price”, black, default, 1);