PureBytes Links
Trading Reference Links
|
On Sep 9, 2008, at 2:52 PM, Adam Hardy wrote:
Oh right. So presumably I would create an array for my series, with
a length which in TS is implemented by maxBarsBack?
You would do something like this...
sym1 = new DataSeries(this);
...
sym1.Set(xDown);
...
if ((Low[n1] < sym1[n1]) && (IntPortion(Time[0] / 100) <
15) && RateOfChange(ema, 2) < 0) ...
The the link below for the eKam scalper EL and the corresponding
(automated) translation to C#.
http://groups.google.com/group/topdog/browse_thread/thread/d5fd8feac8e68331
--
wagerlabs.com
|