Forum

Adding Solid background color to the label

I want to add solid background color to the label. Please help

Display current timeframe.

Hello. I want to display current time frame label on chart. Is there any indicator of it? Thanks

Advance Decline Line Indicator?

Hello. I am looking for Advance Decline Line Indicator for mt4. Thanking you

Volume color = candle color

Hello. I am looking for the volume indicator in which volume bar color should be red if candle is red and volume color should be green if candle is green. plz help. Thanks

Actual Trade Volume Histogram

Hello. I am researching about Trading Volume these days. I understand that the volume provided in mt4 is TICK VOLUME not ACTUAL VOLUME but both volume are near about similar. But still I want to look for daily ACTUAL VOLUME for pairs like EURUSD, GBPUSD as well as Dowjones 30/US 30. So, is anyone

CCI smooth help.

Hello. This is 180 cci. But still it has zigzag. I want to make it smooth. Below is code. Plz help. //+------------------------------------------------------------------+ //| CCI.mq4 | //| Copyright © 2004, MetaQuotes

How to make CCI slow??

Hello. I have normal CCI period 84 on my chart. But still the movment of CCI is quite zig zag. I want to make the zig zag smoother. Plz tell me if any changes needs to make in code. //+------------------------------------------------------------------+ //| CCI.mq4 | //| Copyright © 2004, MetaQuotes

Create Arrow Alert With Moving Average Crossover

Hello. I have 2 MA on my chart i.e. 50 and 100. And I wish that each time when they cross each other Arrow have to appear on chart (down arrow/up arrow). If 50 is above 100 then it have to show up arrow and vice versa. I have attached the template file please tell what changes i have to made in that