- BasePrice
- UsedSeries
- Weight
- PatternsUsage
- General
- Ignore
- Invert
- ThresholdOpen
- ThresholdClose
- PriceLevel
- StopLevel
- TakeLevel
- Expiration
- Magic
- ValidationSettings
- InitIndicators
- AddFilter
- CheckOpenLong
- CheckOpenShort
- OpenLongParams
- OpenShortParams
- CheckCloseLong
- CheckCloseShort
- CloseLongParams
- CloseShortParams
- CheckReverseLong
- CheckReverseShort
- CheckTrailingOrderLong
- CheckTrailingOrderShort
- LongCondition
- ShortCondition
- Direction
CheckOpenShort
检查开空头仓位的条件。
virtual bool CheckOpenShort(
|
参数
price
[输入][输出] 价位变量, 通过引用传递。
sl
[输入][输出] 止损价变量, 通过引用传递。
tp
[输入][输出] 止盈价变量, 通过引用传递。
expiration
[输入][输出] 过期时间变量, 通过引用传递。
返回值
true 如果条件满足, 否则 false。