Can someone help me translate a TradeStation formula into MetaStock terms,
please? It runs like this:
Input Xdays (14);
If Highest Bar(High,20)[1] < 7 and Low < Lowest (Low,5)[1]
then buy tomorrow on the open;
If BarsSincceEntry = Xdays then exitlong at the close;
Many thanks,
Ian
|