コード例 #1
0
 public BasicAroonRule(DataBars db, double period)
 {
     aroon = new Indicators.Aroon(db, period, "aroon");
 }
コード例 #2
0
ファイル: BasicAroon.cs プロジェクト: oghenez/trade-software
 public BasicAroonRule(DataBars db, double period)
 {
     aroon = new Indicators.Aroon(db, period, "aroon");
 }