- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Nov 10, 2014I doubt any coders will take this on as it is decompiled code.
I will code your EAs and Indicators for no charge
-
cja replied Nov 10, 2014I have updated it to run on the latest MT4 builds file
I will code your EAs and Indicators for no charge
-
cja replied Nov 7, 2014The problem in my opinion appears to be that after too many updates to an existing platform it somehow ends up corrupted plus I suspect that any old indicators/EAs/scripts etc in the folders affects the performance of the platform in some way, I do ...
MT4 not responding - Any ideas why?
-
cja replied Oct 31, 2014The standard MT4 charts allow you to enter trades directly off the chart and to drag and drop SL & TP levels and Pending Orders unless something has changed on the latest MT4 that I may not be aware of. Once a trade is open simply put the mouse ...
Visual trading on MT4
-
cja replied Oct 22, 2014I have combined your indicator Alerts into the EA so this should do everything you require. You can set the EA to : 1/ Alert and Close all trades 2/ Alert only 3/ Close all trades only This EA has been compiled on MT4 build 625 if you have any ...
EA Close out all open positions on certain level of equity
-
cja replied Oct 19, 2014Hi, Its not a bug as you put it is just very badly written code ( I refer to my code not the original authors code ), I used an existing indicator as a code base and added my modifications to it back in 2006, I guess we all had to start somewhere. ...
Help Fix Bug in Daily-Weekly-Monthly Hi-Low indicator
-
cja replied Oct 12, 2014I would be more concerned about where your Broker fills the order, you can have the fastest internet connection on the planet and it will not make any difference. Try trading the news on a Demo account then try the same thing on a Live account and ...
Internet connection speed for trading news spikes
-
cja replied Oct 6, 2014I see what you mean now, the MACD and EMA are obvious as they are separately named however the middle set of bars the STR ( Strength /Trend / Reversal ) is a combination of RSI/CCI and STOCH.

#Signal Bars v10a
-
cja replied Oct 6, 2014Hi, You will have to explain what you mean in more detail as I do not understand the question?
#Signal Bars v10a
-
cja replied Oct 5, 2014If you have the mq4 file and if the lines are drawn as a using the OBJ_TREND then they can be made background by finding and changing or adding a line of code like this. ObjectSet(name, OBJPROP_BACK, true);
How to Change Period Separator Times
-
cja replied Oct 3, 2014I have changed the shift function of the Candle display for when the standard candle orientation is used. Please download again and my apologies for any inconvenience. file
H4 candles on H1 timeframe
-
cja replied Oct 3, 2014Actually the latest builds ( 14/08/2014 I wrote that when 670 was the latest build ) 697 to 711 etc are the worst yet and I did not think that would be possible, platform crashes, platform freezes, the editor just shutting down with no save options ...
"divide by zero" question
-
cja replied Oct 2, 2014Hi, Simple answer, fix the zero divide. If a line of code like this gives a zero divide condition = MathRound((ma - close) / divisor); then change it to this if (divisor!=0) condition = MathRound((ma - close) / divisor); else condition = 0;
"divide by zero" question
-
cja replied Oct 2, 2014I have done an update to improve the usability of the indicator, it now has an automatic magic number which allows multiple displays plus different display options. Template of 4 timeframe display. file file Another update which allows the ...
H4 candles on H1 timeframe
-
cja replied Sep 30, 2014Hi, I coded this it should give you the results you are after, it also has the ability to display more candles if required plus any timeframe. It is coded to work on the new MT4. file image
H4 candles on H1 timeframe
-
cja replied Sep 25, 2014Hi, I had a play with the code and rewrote it so you can select the timeframes in what ever sequence you want or how many you want. I have not put in an Alert and probably will not have the time to do so. file image
Change the period on this indicator please
-
cja replied Sep 24, 2014'PERIOD_MN' - undeclared identifier 3 Ducks Alert v1.11.mq4 71 37 PERIOD_MN does not exist it should be PERIOD_MN1.
Change the period on this indicator please
-
cja replied Sep 24, 2014Hi, I have had just a quick look and the first thing that comes to mind is the currency pairs, your code has them as "AUDJPYm" the new Broker FXDD may be "AUDJPY" brokers can have a Symbol Prefix or Symbol Suffix so check out how your broker has ...
Indicator from MT4 Build 509 is not working on 625