- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Oct 3, 2016It just needed a delete function added to the code. I just added another piece of code to help with the transference between separate windows and the main chart. It is not essential but you may want to download it again if you have already ...
I will code your EAs and Indicators for no charge
-
cja replied Oct 3, 2016The average is using ( 1+5+10+20 days)/4 The Comments include all the data including the text I have never had anyone ask for just the data numbers and not the captions before?
#Signal Bars v10a
-
cja replied Oct 2, 2016What is a 'One-Cancels-the-Other Order - OCO' A one-cancels-the-other order (OCO) is a pair of orders stipulating that if one order is executed, then the other order is automatically canceled. A one-cancels-the-other order (OCO) combines a stop ...
I will code your EAs and Indicators for no charge
-
cja replied Oct 2, 2016It was just a matter of following the compiler errors and fixing each issue, inputs that had a full stop in their name, for example Symbol1.Vol should be Symbol1Vol this type of name for inputs has not worked since the pre 600 MT4 builds. file
help to convert Spread_I_env.mq4 to work with new build mt4
-
cja replied Oct 1, 2016I cleaned up a couple of small areas of the code while I was about it. file image
I will code your EAs and Indicators for no charge
-
cja replied Sep 30, 2016You cannot alter an ex4 file you need to post the mq4 file before anyone can help you.
I will code your EAs and Indicators for no charge
-
cja replied Sep 29, 2016Try this I have updated some code and added in the input to let the user decide on having prices displayed or not. file image
Help me with finding an indicator please
-
cja replied Sep 27, 2016I had not looked at the 2 indicators you were using I was simply trying to point out that if they were both MACD indicators then with the same settings the signal would be identical. I have combined them into a single basic indicator good luck with ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 26, 2016Are you aware that the MACD zero cross and MACD line cross is the same signal if you look at the image you can see the line crossover and Histo zero cross are identical. image
I will code your EAs and Indicators for no charge
-
cja replied Sep 26, 2016This should do what you want, use iCustom Buffer 7 for the High line and Buffer 8 for the Low line in your EA code. file image
I will code your EAs and Indicators for no charge
-
cja replied Sep 23, 2016What do you mean by "quite messy" as far as I can see there is nothing wrong with it, try zooming in or changing the candle size the indicator has exactly the same characteristics as when it is on the main chart.

I will code your EAs and Indicators for no charge
-
cja replied Sep 20, 2016I discovered this a few years ago and it is a simple but effective trick. 1/Open up the Ashi Smoothed in the Editor 2/Change the line at the top of the code "#property indicator_chart_window to #property indicator_separate_window" and compile it. ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 16, 2016I am not adding any extra options to this version of Signal Bars.

#Signal Bars v10a
-
cja replied Sep 15, 2016Perhaps post your script in mq4 form and I am sure it would relatively easy to change it to your request.
I also found this in my files, I altered it to only close the symbol of the chart it is loaded onto. file I will code your EAs and Indicators for no charge
-
cja replied Sep 11, 2016Unfortunately it is a decompiled indicator so it is very unlikely anyone will look at altering it for you.
I will code your EAs and Indicators for no charge
-
cja replied Sep 11, 2016I suspect you have your chart candles set on Chart on Foreground image image
[request] - MACD Candles, please...
-
cja replied Sep 11, 2016It is one of my free indicators. { information deleted by staff, per membership policy }
[request] - MACD Candles, please...
-
cja replied Sep 9, 2016To move the arrows onto the candles/bars change these 2 lines in the code. line 235 CrossUp[i] = Low[i]; line 248 CrossDown[i] = High[i];
I will code your EAs and Indicators for no charge