Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

CCI Arrows MT5 - indicator for MetaTrader 5

Views:
1426
Published:
2025.01.30 03:01
CCI Arrows.mq5 (5.37 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

Input parameters

  • CCI_Period (default = 14) — the period of the CCI that is used in this indicator. The higher is the value the more lags this indicator but less false signals occur.
  • EnableNativeAlerts (default = false) — if true, MetaTrader's native pop-up alerts will be used when an arrow appears.
  • EnableEmailAlerts (default = false) — if true, MetaTrader's email alerts will be sent when an arrow appears. Email should be properly configured in MetaTrader via Tools->Options->Email.
  • EnablePushAlerts (default = false) — if true, MetaTrader's push notification alerts will be sent to your device when an arrow appears. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications.
  • TriggerCandle (default = Previous) — the candle to issue alerts on: Previous — the most recently closed candle or Current — the yet unfinished candle.

As you can see, this indicator gives direct signals for buy (blue arrow pointing up) and sell (red arrow pointing down). You should know that you should NOT enter the trade if the signal is contradicting the current general trend. If it is uptrend and you get a blue arrow — go long, if you get a red arrow — do nothing (just close your long position if you had one open); if it is downtrend and you get blue arrow — close short position but don't go long, if you get red arrow — go short; if chart goes sideways and you get blue or red arrow — feel free to go long or short respectively. I recommend setting your stop-loss directly at the level where the arrow is drawn (it is displayed if you point your mouse at it).



Candle Wicks Length Display Indicator MT5 Candle Wicks Length Display Indicator MT5

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.

Bollinger Squeeze Basic MT5 Bollinger Squeeze Basic MT5

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.

Detrended Price Oscillator MT5 Detrended Price Oscillator MT5

Detrended Price Oscillator (MetaTrader indicator) — a version of the price oscillator based on the difference between the current price and the simple moving average shifted by (Period / 2) + 1 bars. Unlike the stochastic oscillator, this indicator aims to show the short-term trend changes (price waves inside the long-term trend). The indicator is displayed in the separate window of the chart. You can use this Detrended Price Oscillator (DPO) indicator in both MT4 and MT5 versions of the platform.

Daily Percentage Change MT5 Daily Percentage Change MT5

Daily Percentage Change (MetaTrader indicator) — calculates the change of currency rate related to the previous daily close and displays it in percentage points in the main chart window of the platform. Additionally, it can display the weekly and monthly percentage changes. Different colors can be set for positive or negative price increases. Also, a small customizable arrow helps to visualize the price change direction. If your broker uses an unconventional time zone, the indicator can use Time Shift parameter to adjust the hour it will use for the day's end. The indicator works equally well in MT4 and MT5.