Currency Trader Magazine



From June 2007 CT, David Bean article

Sidebar “Strategy code”

Tradestation EasyLanguage Code

Setup on a 60 minute chart of the @EC symbol.

If Time=1700 Then Sell Short next Bar at C + 4 points Limit;
If Time=2100 Then Buy to Cover This Bar on Close;

If Time=2100 Then Buy Next Bar at C-0 points Limit;
If Time=0000 Then Sell This Bar on  Close;

If Time=0500 Then Sell Short Next Bar at C + 3 points Limit;
If Time=0700 Then Buy to Cover This Bar on Close;

If Time=1100 Then Buy Next Bar at C-2 point Limit;
If Time=1500 Then Sell This Bar on Close;

Setstopcontract;
SetStopLoss (300);




|
email this story
|
print this story