- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Oct 4, 2017Can be placed vertically in the graph ? To arrange vertically set the "Number of Buttons in a horizontal row" to a smaller number like 2.
Symbol Changer Profit Display
-
cja replied Oct 2, 2017shame that order of the pairs begins from the way they are listed in the Market Change the order of your pairs in the Market watch or restrict the number of pairs to the ones you tend to use the most in the Market watch. however if there is a same ...
Symbol Changer Profit Display
-
Symbol Changer Profit Display
Started Sep 30, 2017|Platform Tech|463 replies
The original indicator ( thanks to mladen for the original indicator ) has been extensively ...
-
cja replied Sep 27, 2017I have improved the code I suggest you download and try the latest version.


is a MTF MA crossover possible
-
cja replied Sep 24, 2017You need to post the mq4 file otherwise no one can help you.
(binned per thread starter's request) can help to remove the curr
-
cja replied Sep 21, 2017Its not about how many builds there are as you should be using the latest builds because older builds are no longer supported, I generally stay with the latest build that is working for me before updating to a new build just to make sure there are ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 20, 2017It is a very old indicator 2007 so it would probably have issues working with the new MT4 builds and you do not need any software to spot decompiled code. Basically decompiled code does not look anything like normal source code. Just open the ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 19, 2017Its decompiled complete with the removed password code still in the code?



I will code your EAs and Indicators for no charge
-
cja replied Sep 19, 2017Did you not get my mail?? I did post the indicator ( Sep 19, 2017 12:41am my time GMT+12) but discovered a display issue/bug so deleted the post and mailed you to tell you that I would look at the problem then re-post the indicator after I resolved ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 14, 2017There is no point in supplying that template as it is simply a random set of RSI values and Currency Pairs used to demonstrate the display possibilities of the Dashboard and has no trading logic behind it at all.

MTF Dashboard thread
-
cja replied Sep 13, 2017Interesting concept and way of using RSI which is my favorite indicator.
file image MTF Dashboard thread
-
cja replied Sep 11, 2017Change "char" to "tchar". string StringUpperCase(string str) { string s = str; for (int length=StringLen(str)-1; length>=0; length--) { int tchar = StringGetChar(s, length); if((tchar > 96 && tchar < 123) || (tchar > 223 && tchar < 256)) s = ...
I will code your EAs and Indicators for no charge
-
cja replied Sep 9, 2017It does have a bug that erases objects , such as rectangles Its not a bug it is simply poor programming, I should know as it is a renamed version of an indicator I coded way back in 2006 before I knew better, the issue is these lines of code. ...
ADR Monthly/Weekly Indicator On Charts
-
cja replied Sep 9, 2017No there are no updates, what are you expecting or want to see done??
Request Dashboard Ranges
-
cja replied Sep 9, 2017There is away to get around it however as they are made up of multiple lines they cannot be double clicked and moved. image
Dashed or Dotted line style, cannot adjust thickness?
-
cja replied Sep 9, 2017Change line 126 from ObjectSet(linename, OBJPROP_BACK, True); to ObjectSet(linename, OBJPROP_BACK, false);

I will code your EAs and Indicators for no charge
-
cja replied Sep 1, 2017I see you have already had a reply however both fixes are a different approach to the same problem so you choose which one you want to use. image file image
I will code your EAs and Indicators for no charge