- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Mar 5, 2016Unfortunately that would be a total rewrite of the code as this indicator is based on the Daily Open with time shift not the Weekly open or 1 hour Open etc and I simply do not have the spare time to do it.

I will code your EAs and Indicators for no charge
-
cja replied Mar 4, 2016This MTF version shows the ADR levels for any timeframe above and below the Daily open. file image
I will code your EAs and Indicators for no charge
-
cja replied Mar 2, 2016I do not have Signal Bars for MT5 and before you ask I am not interested in coding it for MT5 in fact I personally think MT5 is a total waste of time with the imposed US trading restrictions. If you have the choice to use MT4 or MT5 why would you ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 2, 2016Found this in my files it is a really old indicator. I have not tested it to see if it works on the latest MT4 builds. file
anyone know who is the owner of this MTF Stochastic indi?
-
cja replied Feb 29, 2016You have to put the double values into a global area. //+------------------------------------------------------------------+ //| PAA (test).mq4 | //| Copyright 2015, MetaQuotes Software Corp. | //| url | ...
"undeclared identifier" - how can I fix this issue?
-
cja replied Feb 29, 2016All I have done is literally set the zero fib level to the previous days close I presume that is all that was required? file image
I will code your EAs and Indicators for no charge
-
cja replied Feb 28, 2016The 2 RSI's with the same settings are identical. In this screenshot the overbought line colour may appear below the line because that was the bar/RSI line that closed above the overbought level and the indicator colours the whole RSI line for that ...
Looking for RSI Indicator with Pop Up Alert
-
cja replied Feb 28, 2016I was interested to see what sort of difference there would be between RSI of MA and MA of RSI so coded these 2 indicators, with the same settings there is quite a difference. Hopefully one of these is something like what you are after. file ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 25, 2016Have actually tried Signal Bars on the Tester? The tester does not work perfectly on the higher timeframes but appears to work well on M1, the spread is fixed as a variable spread is not available through the tester but the other values and colours ...
#Signal Bars v10a
-
cja replied Feb 24, 2016You have a reasonable idea ( you idea duplicates one set of bars with the Signal Bars EMA so one of the Dashboard MAs would not be required ) however I do not have the spare time to spend coding in the extra bars as it is not a 5 minute job to do ...
#Signal Bars v10a
-
cja replied Feb 21, 2016This might do what you want?? Before you ask - I do not currently have access to my data base and I am on very limited internet so if you request any changes its unlikely that I can help for the next 10 days. url
I will code your EAs and Indicators for no charge
-
cja replied Feb 18, 2016I am away from my data base on holiday ( with very limited internet ) so cannot help you however even if I was in a position to code your request unfortunately I do not understand elements of what you are requesting. the moving average drawing ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 15, 2016Go to properties and select common and tick show object descriptions its important to use the line name for the text name " Line" if(Insert_Text == true) { if(Period()==60)tf="H1"; if(Period()==240)tf="H4"; if(Period()==1440)tf="D1"; ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 14, 2016I have updated the code and uploaded it on Post #2.
Looking for RSI Indicator with Pop Up Alert
-
cja replied Feb 13, 2016You have still not got the name correct, every aspect of the spelling including the spaces must be identical to the indicator name "lowhigh seo ver 1" not "lowhigh seo ver1"
I will code your EAs and Indicators for no charge
-
cja replied Feb 13, 2016Found this in my files it should do what you want, NOTE : I have not checked it to see if it works on the new MT4. file
Looking for RSI Indicator with Pop Up Alert
-
cja replied Feb 13, 2016The indicator name is incorrect it should be the same as the called indicator "lowhigh seo ver 1" double arrowup = iCustom(NULL,0,"lowhigh seo ver 1",2,0); double arrowdown = iCustom(NULL,0,"lowhigh seo ver 1",3,0); You can also put in the indicator ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 11, 2016If you compare both you will notice one has 6 timeframes the other has 7 timeframes.
#Signal Bars v10a
-
cja replied Feb 11, 2016If the maxBars input is set to "0" then it uses all the Bars so set it to 500 and it should speed up the indicator and reduce cpu usage.
I will code your EAs and Indicators for no charge
-
cja replied Feb 7, 2016Delete function updated. file I tried the indicator and it displayed Daily/Weekly/Monthly just as it was coded to do. I suspect the issue is that your MT4 broker shows Sunday and you have not set "Use_Sunday_Data = FALSE;" then that can compress ...
I will code your EAs and Indicators for no charge