Unisciti alla nostra fan page
StopOutPrice - script per MetaTrader 5
- Visualizzazioni:
- 5282
- Valutazioni:
- Pubblicato:
- 2012.02.03 13:08
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The script calculates Stop Out price (at this price position will be closed by broker) of the opened position and the price, at which Free Margin became negative (LockOut price).
Generallty, position volume can be specified in the EnterVolume input parameter:
- EnterVolume=0 (by default) - use volume and direction of current position;
- EnterVolume>0 - perform calculation for long position with EnterVolume volume;
- EnterVolume<0 - perform calculation for short position with EnterVolume volume.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/795
Bollinger Bands displayed as colored background.
UltraCCIThis indicator is based on CCI (Commodity Channel Index) and the analysis of a trend direction of its multiple signal lines.
The MPC indicator plots a simple channel using extermums of the specified period. It can be used for additional visual control of trading system (channel breakout), based on HighestLowestRange (HLR) indicator.
HLRThe HighestLowestRange (HLR) determines the relative price position in range of the several X bars ago. If price located at range bottom (new low), the indicator is equal to 0, if price position at the top of the range (new high), the indicator is equal to 1 (or 100%).