示例#1
0
文件: Trader.cs 项目: boehla/TradeIt
 public void init(ApiHelp kh, CandleInterval ci, CandleManager cm)
 {
     this._api = kh;
     this._ci = ci;
     this._data = new Indikators(cm, ci);
     this._cm = cm;
 }
示例#2
0
文件: Trader.cs 项目: boehla/TradeIt
 public Indikators(CandleManager cm, CandleInterval defaultci)
 {
     this._cm = cm;
     this._defaultci = defaultci;
 }