Primary support for Buy/Sell Signals in BlogTrader Platform
The primary support for Buy/Sell signals has been implemented in BlogTrader Platform, inculding SignalChart, SignalIndictor etc.The signal indicators will be put in a separate module: "BlogTrader Platform Modules Basic Signal"
Below is a screenshot of signals generated by MACD's slow line cross fast line. The blue arrows indicate the signals:
The sample code:
public class MACDSignal extends AbstractSignalIndicator {
Opt periodFast = new DefaultOpt("Period EMA Fast", 12.0);
Opt periodSlow = new DefaultOpt("Period EMA Slow", 26.0);
Opt periodSignal = new DefaultOpt("Period Signal", 9.0);
Var
![(please configure the [header_logo] section in trac.ini)](/chrome/!97aa87b5/site/your_project_logo.png)
rss

Comments
No comments.