Forum

Range Bar Chart on MT4

Hi MT4 programmer, I'm currently trading Woodie CCI system - it provides a TOTALLY free consultation live in order to help traders, Relocate . It uses range bar chart with Woodie CCI indicator. The system is available for a lot of platform including Tradestation, TradeNavigator, NinjaTrader etc, The

Hotkey programming to turn on/off the indicator

Hi, I found this link on how to use hotkey programming. I further use the hotkey to turn on/off the display of VLINE for US/UK session on hourly or below chart. See code: It works but 2 issues: a. After pressing Ctrl-J, I have to shift the screen using mouse in order to view the vLine. b1. I have to

Bugs in MQL 5 for double value and NormalizeDouble function

Hi, The following is a simple program to print the double value after normalized, it should give ONLY 4 decimal points but it is not. (see result image) Instead of the value 0.9512, the value becomes 0.95120000000001, it will cause the program bugs if I use bb for if statement. Pls advise if that is

Drawing Trendline with arrow

Hi, I have been raising this issue many many times over few years that why MT4 does not have a "draw trend line with arrow" (I've just found that MT5 has support it). I am very sure that it is a very simply enhancement/coding. If MT4 provides the open source, I will definitely pay for a programmer

Why MT5 slow down after openning more than 20 symbols

Hi, I used to open more than 40 symbols in one screen with 30 inch 2560x1600 LCD monitor in MT4 without any speed problem. However, when I open more than 20 symbols in MT5, I've encountered dramatic slow down in speed (delay of few tens of seconds when trying to open another symbol). Pls advise any

How to draw trend line with arrow

Hi, From the MT4 Drawing tool, there is only line drawing without arrow. Is there an add-on tool that can provide such drawing tool? See my picture (the arrow is drawn manually). Alternative, is it possible to add this feature into the new release as it should be relatively simple to add this

MQL4 Lib

Hi, I'm new to MQL4, I'm using metastock currently which comes with very rich library such as LLV-LowestLowValue, PeakBarsAgo etc. Does MQL4 come with this kind of lib for downloading or we have to develop it. Regards, Toyogo