Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Komut dosyaları

Quick Chart Setter: Instant Color Themes for MT5 Traders - MetaTrader 5 için komut dosyası

Görüntülemeler:
2000
Derecelendirme:
(4)
Yayınlandı:
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Hello Traders, I hope y'all like this quick little script. The script is designed to make creating new charts a little quicker. Every time a new chart is created you will need to set your color theme. This annoyed me so I created this script to have three color themes. The color themes are easily edited to make this suit your needs. For me I have it set to green/red, Aqua/Pink, and Black/White. Find the color you want to change. The varible for colors will start with clr then the color. Repeat ths pattern with your choice. Example Below

      case PINK_AQUA:    //A Personal Favorite Color Design 
         bullishColor = clrAqua;
         bearishColor = clrHotPink;
         backgroundColor = clrBlack;
         gridColor = clrSlateGray;
         textColor = clrWhite;
         break;


Now to use it. Make a new chart, drag the script to the chart,  pick your theme hit okay.



Period Converter Mod Period Converter Mod

An analogue of Period Converter in MT4

Candle Replay Magnifier Candle Replay Magnifier

Candle Replay Magnifier visually replays historical candles over the current chart area for comparative analysis. This indicator overlays past price bars from a selected date onto the live chart, allowing traders to study candle patterns, volatility, and structure in real time. Includes dynamic range highlighting and detailed tooltips showing open, high, low, close, range, direction, time, and volume for each replay candle.

2 Moving Averages with Bollinger Bands 2 Moving Averages with Bollinger Bands

"2 Moving Averages with Bollinger Bands" is a custom MT5 indicator that combines two configurable moving averages and optional Bollinger Bands. It generates real-time Buy and Sell arrows when crossovers occur, with optional alerts, sound, and email notifications. Suitable for all timeframes and symbols

Moving Price Line Indicator MT5 Moving Price Line Indicator MT5

This simple indicator is to find out easily when the price reaches a particular time on any candle or time frame.