Subscribe to Quantisan
Tag Archives: EasyLanguage
Departed TradeStation and going the Ninja Trader path
I have worked with TradeStation for a few months earlier this year. During that time, I worked for a few hours every single day on developing automated strategies and day trading on it. I thought TS was very good for use as a day trading platform. Particularly now that I’m using ThinkOrSwim, I feel the [...]
2MA w/ ADX and disappointing realization
Another day, another strategy. For the past couple of days, I’ve been working on the 2MA cross with ADX confirmation strategy for ER2H08 1200 sh/bar. Basically, an HMA(Low, crossing over EMA(Low, 24) as the trigger. Condition2 is that the current high is highest of past 3 bars. Condition3 is current ADX is also highest of [...]
Using new MA algorithm to rewrite old indicators
Seeing that many indicators use a MA for calculation. It may be possible to use new MA algorithm to improve on their calculation. For example, the RS in RSI is something like RS = EMA(up days) / EMA(down days). We could change it to RS = HMA(up days) / HMA(down days). Since HMA is much [...]
New moving average
I downloaded Hull Moving Average, Adaptive Moving Average, and a Kalmann Filter today. In the figure, the blue/red is HMA(8), cyan is AMA(10), yellow is EMA(9) as comparison. Notice that HMA is super fast and follows the price closely. AMA lags more but does a good job of smoothing outt the noise. EMA is as [...]
Filtering out the whipsaws
Whipsaws in pricing is the archilles’ heel in trend following system. As demonstrated by the previous 3 trading strategies, once the price is in a narrow trading range, trend following systems would trigger many erraneous trades to eat away the account. An idea I’m having is to use ADX to filter out some of these [...]

My name is Paul and I am a full-time engineer, part-time trader. Back in 2000, I deposited my $5000 interest-free student loan with an online broker. Since then, my interest in trading has become an obsession.
Why I am not a big fan of MQL4 or trading platform scripting