- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Sep 1, 2017Updated as requested so each type of Pending order can be used or not used as required by the trader. The code has been updated to reflect the latest MT4 build. file
EA to cancel pending order when price reaches certain level?
-
cja replied Aug 26, 2017insert your indicator into the code by referencing your 2 buffers and check out the MQL4 reference for iCustom.

double ASC1a=iCustom(Symbol(),0,"SHI_SilverTrendSig",AllBars,Otstup,Per,1,i); double ...I will code your EAs and Indicators for no charge
-
cja replied Aug 26, 2017Hi, I did a quick Goggle search and found this, there have been a lot of ea's based on silver trend over the years. I have simply downloaded this and not even looked at it so no guarantees it works however it may give you some ideas for your code. ...
I will code your EAs and Indicators for no charge
-
cja replied Aug 23, 2017So where is the indicator??
Remember coders do this on a totally voluntary basis as and when we get spare time, I wonder how many of those requesting help/indicators/ea's etc are prepared to do what they do for a living for nothing in their ...I will code your EAs and Indicators for no charge
-
cja replied Aug 23, 2017Sorry I misunderstood what you were wanting

I will code your EAs and Indicators for no charge
-
cja replied Aug 23, 2017change line 285 to ObjectSet(lName, OBJPROP_RAY,true);
I will code your EAs and Indicators for no charge
-
cja replied Aug 16, 2017Did you install the dll file into the libraries folder ?
IBFX MT4 Tools- Undock MT4 Charts
-
cja replied Aug 10, 2017Unfortunately it is decompiled code so it is unlikely any coders on this Forum will fix those warnings.

I will code your EAs and Indicators for no charge
-
cja replied Aug 7, 2017I have set the BE levels to a double so now you can set fractional BE levels.


file Button to move Stop to Breakeven
-
cja replied Aug 5, 2017What if the price closes above the D1 mid point? I may be wrong but you appear to be asking for only half of an Alert?
Looking for 50% of candle indicator
-
cja replied Aug 3, 2017Yes the original issue was the old code the new one you have posted should work however there is an issue/bug with MT4 build 1090 where some indicators will not show on the chart, try opening the indicator in the editor and change a small area of ...
Help with my great S/R indicator
-
cja replied Aug 3, 2017After a quick look at the code that sort of input code has not worked for at least 2 years so you cannot have used it recently. Remove the dots out of the input names and compile it then it should work. example extern bool zone.show.weak = true; ...
Help with my great S/R indicator
-
cja replied Jul 31, 2017I suspect you have no response to your request as the indicator you have posted is decompiled and few coders on this Forum will alter decompiled code. image
I will code your EAs and Indicators for no charge
-
cja replied Jul 31, 2017The link I supplied explains how to do what you requested, perhaps have another look at the link and read what it says. image
MTF Dashboard thread
-
cja replied Jul 27, 2017You need to change the default font size on your PC to 100% or smaller. image
MTF Dashboard thread
-
cja replied Jul 23, 2017In my opinion, MT4 should sooner and later be phased out and Metaquote will mandatory make all the brokers can only provide MT5, therefore the users will have no choice to use MT5. We will just have to wait and see what happens, I guess ultimately ...
is a MTF MA crossover possible
-
cja replied Jul 21, 2017I noticed on your screenshot an array out of range warning and that will cause the indicator not to load on the chart. It is very strange as the indicator worked perfectly for a display of 9 down to 5 time frames but if 4 time frames or less were ...
is a MTF MA crossover possible