- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Jul 3, 2014It would appear that the issue is with your computer fonts, look at my screenshots you will see the font is totally different. What build MT4 are you using? The arrows are not showing because once more it looks like your computer fonts do not have ...
is a MTF MA crossover possible
-
cja replied Jul 3, 2014It is compiled for the new MT4 600 builds and has 2 display styles ( Arrows or Bars ) and the user can also select how many timeframes and in what sequence they are to be displayed. file image image
is a MTF MA crossover possible
-
cja replied Jun 19, 2014I found this and modified it to run on the latest MT4 600 builds, if you set the labels to the top or bottom of the chart you may have to alter the Offset so that the labels are visible. file Screenshots showing color and position options. image ...
Display current timeframe indicator
-
cja replied Jun 6, 2014There are 2 timer setups EventSetTimer( 1 ); //refresh above 1 second EventSetMillisecondTimer( 100 ); // refresh below 1 second
Need to add "seconds" to start time for EA. Please help!
-
cja replied Jun 5, 2014they only needed a small alteration to get them working. file file
Can someone edit these indicators to work with MT4 build 646?
-
cja replied Jun 5, 2014The 8 buffer restriction no longer applies to the new MT4 build 600+ so a Pivot indicator with all the levels should be able to be coded.
New Time-Adjustable Daily Pivots Indicator for MT4
-
cja replied May 29, 2014Hi justin7, I have noticed that there are issues with some of the latest MT4 builds as far as refreshing is concerned, sometimes the chart refreshes other times it does not refresh, I am not sure if it is actually a code problem and we have to ...
Please add arrow alert for indicator crossover
-
cja replied May 22, 2014These two EAs are placed on a chart to control existing Pending orders that are already on the chart it does not place the Pending orders and they are not for trailing Stoplosses only Pending orders.
Trailing stop limit EA
-
cja replied May 18, 2014You need to supply the mq4 file not the ex4 file before anyone can help
Please add alert on zigzag line
-
cja replied May 15, 2014I will have a look as time permits, I may have to totally rewrite the indicator instead of converting the old code. I rewrote the code using a totally arrow type of code that has always worked in the past and the arrows still do not appear unless ...
non-repainting version of this indy please
-
cja replied May 13, 2014Try this, I have altered the cross logic and changed the way the MA's signal. This has been compiled on MT4 build 625. I had a little spare time so fully updated the code to the 600 series builds. To anyone who has downloaded the previous version it ...
non-repainting version of this indy please
-
cja replied May 10, 2014That slight delay between changing time frames is simply the OnTimer() function refreshing the indicator, however if waiting for 1 second for the refresh is an issue I have altered the code so that it now remains on the chart the whole time and I ...
Adding background color to this label
-
cja replied May 10, 2014Had a little spare time so wrote a new indicator using the new MT4 code, it is compiled on build 625, it has automatic background color code which changes the color to the same as the chart background color. file
Adding background color to this label
-
cja replied May 9, 2014Hi, Download the latest update from Coders Guru at the MetaQuotes site url
Problems compiling an indicator after new MetaEditor Update
-
cja replied Apr 30, 2014Hi, It did not take much to make it work, some one had put in a show inputs line used in scripts which is what stopped it working, compiled on build 625 - NOTE : I have not fully converted the code only done what was required for it to work. file
MT4 build 625 issues
-
cja replied Apr 18, 2014Read this on the MT4 forum. I also noticed this. A lot of you traders reported that they can't start terminal.exe anymore from one day to another. Starting it makes it pop up for a second and then closes it again. I keep reading this over and over ...
MT4 shuts down after installing Windows update
-
cja replied Apr 18, 2014Read this on the MT4 forum. I also noticed this. A lot of you traders reported that they can't start terminal.exe anymore from one day to another. Starting it makes it pop up for a second and then closes it again. I keep reading this over and over ...
MT4 build 625 does not run on Win 7
-
cja replied Apr 18, 2014Give this a try, I have coded it so that the candle colour shows the directional bias of the engulfing candle. Sorry I have not had time to code in Alerts perhaps someone else can do that for you. Compiled on build 625. file
Engulfing Bar Indicator
-
cja replied Apr 15, 2014The indicator has an iCustom call for T3MA it will not work without it.
Kino- T3MA ribbon filled is not appearing on my chart