당사 팬 페이지에 가입하십시오
- 조회수:
- 1092
- 게시됨:
- 2025.01.30 02:46
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Candle Wicks Length Display MetaTrader indicator is an indicator that can display the length of candle wicks in pips directly on your chart. You can set the minimum length to be displayed. Alternatively, it can show wick lengths that are less than the given limit. The indicator supports all sorts of alerts and works with both MT4 and MT5.
If your trading system is using candle wicks and if really long wicks are important to determining entry or exit signals for your trades, Candle Wicks Length Display indicator can be indispensable as a tool to notify you about such candles and the exact length of their wicks.
Input parameters
- Units (default = Pips) — how to measure wicks— in standard Pips or in Percentage points.
- DisplayWickLimit (default = 5) — the minimum wick length in pips (standard/normal) or percentage points for indicator to display it on the chart.
- DisplayHighWickColorBullish (default = clrRed) — the color of the top wick length display for bullish candles.
- DisplayHighWickColorBearish (default = clrFireBrick) — the color of the top wick length display for bearish candles.
- DisplayLowWickColorBullish (default = clrLimeGreen) — the color for the bottom wick length display for bullish candles.
- DisplayLowWickColorBearish (default = clrGreen) — the color for the bottom wick length display for bearish candles.
- UpperWickLimit (default = 10) — the minimum value for the upper wick length in broker pips or percentage points for alert to trigger.
- LowerWickLimit (default = 10) — the minimum value for the lower wick length in broker pips or percentage points for alert to trigger.
- WaitForClose (default = true) — if true, the indicator will wait for a candle to close before checking its wicks' length.
- TopBottomPercent (default = 0) — if this parameter is set to a value greater than 0 and less or equal 100, the indicator will display length only for candles where Open and Close are within the given top or bottom percentage of the candle.
- LessThan (default = false) — if true, the indicator will mark wicks that are less or equal than the given limits instead of greater or equal.
- SoundAlert (default = false) — if true, sound alerts will be used when UpperWickLimit or LowerWickLimit is reached.
- VisualAlert (default = false) — if true, MetaTrader's native pop-up alerts will be used when UpperWickLimit or LowerWickLimit is reached.
- EmailAlert (default = false) — if true, MetaTrader's email alerts will be sent when UpperWickLimit or LowerWickLimit is reached. Email should be properly configured in MetaTrader via Tools->Options->Email.
- NotificationAlert (default = false) — if true, MetaTrader's push notification alerts will be sent to your device when UpperWickLimit or LowerWickLimit is reached. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications.
- AlertOnLimit (default = false) — if true, the indicator will issue alerts on wicks exceeding the given limit.
- AlertOnEqualTopBottomWicks (default = false) — if true, the indicator will issue alerts when upper wick and lower wick have the same length.
- IgnoreAlertsOnFirstRun (default = true) — if true, the indicator will ignore alert conditions when indicator is first attached to the chart or the chart's timeframe/symbol is changed. Subsequent alert conditions won't be ignored.
- FontFace (default = "Verdana") — the font face to use for candle wick length display.
- FontSize (default = 10) — the font size to use for candle wick length display.
- MaxCandles (default = 500) — the number of candles (counting from the current one) to process. 0 — process all candles.
- UseRawPips (default = false) — if true, the indicator won't try to guess the pip size for the current symbol and will use the raw pips (points) instead. Might be necessary when working with non-Forex symbols.
- ShowAverageWickSize (default = false) — if true, the average wick size will be displayed by the indicator.
- AvgCandles (default = 50) — the number of candles to analyze for the average wick size. 0 — all available candles.
- AverageWickSizeColor (default = clrLightGray) — the color of the average wick size display.
- Corner (default = CORNER_LEFT_UPPER) — the location for the average wick size display on the chart.
- Distance_X (default = 3) — the horizontal distance from the corner to the average wick size display.
- Distance_Y (default = 12) — the vertical distance from the corner to the average wick size display.
- DrawTextAsBackground (default = false) — if true, the text label with the average wick size display will be drawn as background. It can be useful if you want to prevent the indicator from obscuring the chart.
- RemoveOldLabels (default = false) — if true, the text labels beyond the candles set via MaxCandles parameter will be continuously removed.
- ObjectPrefix (default = "CWLD-") — the prefix for chart objects for compatibility with other indicators.

Bollinger Squeeze Basic MetaTrader indicator — is a complex indicator based on Momentum, Bollinger bands, and Keltner channel. The indicator is drawn in the separate window of the chart as a Momentum histogram and a range of dots when show the relationship between the current Bollinger bands and Keltner channel values. This indicator is available for both MT4 and MT5 versions of the trading platform.

Bollinger Squeeze Advanced MetaTrader indicator — is a complex indicator consisting of two components: A measure of trendedness based on the Bollinger bands and Keltner channel "squeeze". A trend direction and strength histogram based on one of the following eight oscillators: Stochastic, CCI, RSI, MACD, Momentum, Williams % Range, ADX, DeMarker.

CCI Arrows MetaTrader indicator — will show you where the CCI cross with the zero occur (marking it with the red or blue arrow) to help you decide whether to go short or long. It has a minimal lag and a relatively high accuracy. This simple indicator is a good choice for those traders that prefer to keep it simple and hate complex indicators. CCI Arrows supports all types of alerts. The indicator is available in MT4 and MT5 versions.

Coppock MetaTrader indicator — is an implementation of the famous Coppock curve indicator first created by Edward Coppock in 1962. The indicator shows long-term buy and sell opportunities (classically, it is used for only buying) by measuring the weighted moving average (with a period of 10) of the sum of two rates of change (with a period of 14 and 11). It is the classical version. In this MetaTrader version, you can modify the parameters of the basic indicators. You can use this Coppock indicator in MT4 and MT5.