Documentation
¶
Index ¶
- type Engulfing
- func (d *Engulfing) GetCandleDuration() time.Duration
- func (d *Engulfing) GetWarmUpCandleAmount() uint
- func (d *Engulfing) Name() string
- func (d *Engulfing) OnCandle(closedCandles []*ohlc.OHLC) (toOpen []broker.Order, toClose []broker.Order, ...)
- func (d *Engulfing) OnOrder(openOrders []broker.Order)
- func (d *Engulfing) OnPosition(openPositions []broker.Position, _ []broker.Position)
- func (d *Engulfing) OnTick(_ tick.Tick) (toOpen, toClose []broker.Order, toClosePositions []broker.Position)
- func (d *Engulfing) OnWarmUpCandle(closedCandle *ohlc.OHLC)
- func (d *Engulfing) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engulfing ¶
type Engulfing struct {
// contains filtered or unexported fields
}
func (*Engulfing) GetCandleDuration ¶
func (*Engulfing) GetWarmUpCandleAmount ¶
func (*Engulfing) OnPosition ¶
func (*Engulfing) OnWarmUpCandle ¶
Click to show internal directories.
Click to hide internal directories.