2007 Dec 15 - Sat
SmartQuant QuantDeveloper Code Excerpts
Here are some QuantDeveloper code snippets:
[/Trading/SmartQuant]
permanent link
Candle Analysis for SmartQuantLibraries
A couple of posts at the SmartQuant forums have requested information on Candle
definitions and analysis. Here are two C# modules which can used as a basis for your
own analysis and signal generation:
There are various knobs you can make use, with 'bald' (which controls when a hair is
detected) being the main one. There are some percentages which I should have set as
constants scattered through the code (0.40 being one of them), which set whether something
is relatively long bodied or short bodied.
If you have changes, let me know, I'll add them and repost.
The source of inspiration was Bigelow's Profitable Candlestick Trading.
[/Trading/SmartQuant/Articles]
permanent link
|