- 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
Vérifie les conditions pour ouvrir une position longue.
virtual bool CheckOpenLong(
|
Paramètres
price
[in][out] Variable pour le prix, passée par référence.
sl
[in][out] Variable du prix du Stop Loss, passée par référence.
tp
[in][out] Variable du prix du Take Profit, passée par référence.
expiration
[in][out] Variable pour la date/heure d'expiration, passée par référence.
Valeur de retour
vrai si la condition est satisfaite, faux sinon.