- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Sep 12, 2015It will never work as a template, look in the code and you will understand why. It may possibly work on the same currency pair but not on another currency pair on another chart. Save a template on EURUSD then try loading it on GBPJPY and it tries to ...
Please make this Price Alert indi stay fixed on all timeframes
-
cja replied Sep 10, 2015I have updated the code so it loads onto the new MT4 and removed the delete input and made that function automatic so no need to worry about the lines resetting when changing timeframes plus the lines delete when the indicator is removed off the ...
Please make this Price Alert indi stay fixed on all timeframes
-
cja replied Sep 9, 2015Change these values in the code ( highlighted in Red ) and compile it and that will shift the arrows. dUpCCIBuffer[ii] = Low[ii] - 2 * MarketInfo(Symbol(),MODE_POINT); dDownCCIBuffer[ii] = High[ii] + 2 * MarketInfo(Symbol(),MODE_POINT);
I will code your EAs and Indicators for no charge
-
cja replied Sep 7, 2015file I have re-coded the EA so it can now be used to Monitor either all the open trades on your MT4 platform or just the Currency pair the EA is loaded on. file
EA - close trade of currency pair when “X” profit is reached
-
cja replied Sep 4, 2015There was a system many years ago that used a 89MA and 144MA for trend and from memory it used the Close/High/Low of the MA, put a 89MA Price Closed Line style solid on the chart then load a 89MA Price High line style dotted and a 89MA Price Low ...
How can I move MA line vertically in the MT4?
-
cja replied Aug 30, 2015You will need to post the indicator as there is a limit to what can be achieved by looking at a screenshot. Post the mq4 source file of the indicator not the ex4 file

SMI - Stochastic Momentum Index is not moving
-
cja replied Aug 30, 2015The name is probably misleading it is using a standard Heiken Ashi so there is no period to adjust, if a Heiken Ashi Smoothed was used then you could adjust the periods so I have converted it to use the Heiken Ashi Smoothed. The Heiken Ashi Smoothed ...
I will code your EAs and Indicators for no charge
-
cja replied Aug 24, 2015Slight change to code so if label deleted text adjusts the gap. file image
I will code your EAs and Indicators for no charge
-
cja replied Aug 12, 2015I have tested the indicator on my charts and cannot duplicate your problem. The indicator loads up correctly first time every time. Perhaps you have another indicator that is on the chart which has a bad Delete code in it? try removing all the ...
I will code your EAs and Indicators for no charge
-
cja replied Aug 11, 2015Try this, it has automatic background colour and candle size applied. file
I will code your EAs and Indicators for no charge
-
cja replied Aug 6, 2015I can not duplicate your problem as it loads on every chart I have tried, however it could possibly be that it needs to be compiled on a later build so here is the indicator compiled on MT4 build 840. file
I will code your EAs and Indicators for no charge
-
cja replied Aug 2, 2015SetIndexLabel(0,NULL); SetIndexLabel(1,NULL); SetIndexLabel(2,NULL);
Windows 10 and MT4 compatibility
-
cja replied Aug 1, 2015This is an indicator and you can set the input "Use Auto Background color = true " which means it will automatically pick up the chart background colour or you have the option to set the input "Use Auto Background color = false " and use any colour ...
Clearly reading Comments on Screen when running EA
-
cja replied Jul 28, 2015file image I thought a 4 colour version might be helpful addition. file image
I will code your EAs and Indicators for no charge
-
cja replied Jul 28, 2015Try this it should be what you are after. file
I will code your EAs and Indicators for no charge