Codes

Click on the market chart to create a price alert pour MetaTrader 5

This is a first for MetaTrader 5. Now you can click on the chart to create price alerts

Confluence Detector pour MetaTrader 5

It will detect whether there's confluence between the current chart timeframe and two other timeframes

MT5 CCI with shift parameter pour MetaTrader 5

The default CCI in MT5 doesn't have the shift parameter. This script implements the shift

Automatic Chart Refresher pour MetaTrader 5

A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart

Plot the previous candlestick OHLC of the selected period pour MetaTrader 5

It will automatically plot a colored horizontal line on the previous open/highs/lows/close of the selected period, and it will make the lines consistent on this price when switching timeframes

Translating mouse click on chart into price value (Helper function) pour MetaTrader 5

This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click

Moving Average with alerts on price crossovers pour MetaTrader 5

I wanted to build a moving average which would create an alert when the price moves over the line by a user defined amount of points. It creates both bullish and bearish signals depending on the direction of market price moving through the MA. It is designed for slow length moving averages (default