- 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
CheckOpenLong
Comprueba las condiciones de apertura de la posición larga.
virtual bool CheckOpenLong(
|
Parámetros
price
[in][out] Variable del precio, pasada por referencia.
sl
[in][out] Variable del precio Stop Loss, pasada por referencia.
tp
[in][out] Variable del precio Take Profit, pasada por referencia.
expiration
[in][out] Variable de la hora de vencimiento, pasada por referencia.
Valor devuelto
true si la condición se satisface, false en otro caso.