- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Jul 16, 2021I have been out of action for anything other than a few quick responses basically for the last 4 months. I have just gone through your requests/posts and no offense intended but I am really struggling to understand exactly what you want then it ...
Request Dashboard Ranges
-
cja replied Jul 16, 2021Apologies for my late reply I have been away in a limited internet access area for most of the last 4 months. I do not code trading EA's I do have MA cross dashboards but not for anything other than Forex, the issue with Indices or Metals, OIL or ...
MTF Dashboard thread
-
cja replied Jul 2, 2021Check and see if the MT4 candles are set to the background.
image I will code your EAs and Indicators for no charge
-
cja replied Jun 27, 2021Is this something like what you are looking for? image The other trading products were there it was just they were setup off the right side of the chart due to the number of columns I had loaded. image
Request Dashboard Ranges
-
cja replied Jun 17, 2021NOTE : If you change the name of this indicator it will not work. 18/06/2021 : Small update to the fix Sunday code for H4 separators. file
Trading Made Simple
-
cja replied Jun 17, 2021for (int k=1; iTime(NULL,timeFrame,startOfThisBar-k)>0 && iTime(NULL,timeFrame,startOfThisBar-k)<=endTime; k++)
I will code your EAs and Indicators for no charge
-
cja replied Jun 16, 2021Most EA's have been coded to work on Forex and nothing else. If you try to use the EA on non Forex Pairs the usual problem is the points values are different from Forex. You could try increasing the input values for TP and SL by a factor of 10 or ...
I will code your EAs and Indicators for no charge
-
cja replied Jun 15, 2021It appears to be working now, someone has attempted to update it by adding the "strict" property ( which I have removed ) and done nothing else to update the code which is what I suspect has caused some of the issues and it is an indicator not a ...
I will code your EAs and Indicators for no charge
-
cja replied Jun 14, 2021To use just drag the script out of the Navigator Window and place the mouse cursor/arrow on the Open trade line of the trade you want to Close then release the mouse button and 50% of that trade will close. NOTE: If you get down to the minimum lots ...
I will code your EAs and Indicators for no charge
-
OHLC Display
Started Jun 9, 2021|Platform Tech|21 replies
This thread was started so traders can discuss OHLC levels and the importance or significance ...
-
cja replied May 30, 2021All the indicators in a zip folder for above Power setup. file
Indicators with ON/OFF buttons
-
cja replied May 30, 2021The indicator you reference is not a Daily Open indicator?? The are Daily Open indicators on this forum just use the search feature. Here is a Daily Open indicator on this thread. url
Daily open line indicator - please help!
-
cja replied May 30, 2021The original idea/code was by Jan Opocensky but it needed updating to the latest type of MT4 code I have totally re-coded these indicators so that they use less computer resources and added the buttons as requested. These indicators are coded to be ...
Indicators with ON/OFF buttons
-
cja replied May 27, 2021Try this fix. if((zeta * 100)!=0) eta[i] = (delta[i] - epsilon) / zeta * 100; else eta[i] = 0;
Need help to solve "zero divide error"
-
cja replied May 26, 2021I am not really quite sure what you are asking for however are you aware that you can alter the levels in the inputs?? You can set any values you want and as many levels as you want using the "Fib levels" inputs then keep the values for next time ...
Indicators with ON/OFF buttons
-
cja replied May 26, 2021Obviously we are going to continue to have issues if you do not read or understand my posts. I have attempted to help you but enough is enough so sorry but I want nothing more to do with this. Good Luck.

I will code your EAs and Indicators for no charge
-
cja replied May 25, 2021Post your EA and I will have a look and see if the indicator can be easily added to the EA. This not a promise to code it only that I will have a look because if the indicator cannot be easily integrated into the EA I will not be interested.
I will code your EAs and Indicators for no charge
-
cja replied May 25, 2021Of course it does not recognize he buffers, the example I gave you in the "arrows" indicator show how to access Buffers. You could have made this a whole lot easier if you had simply requested " I need Buffers for the arrow signals so I can use the ...
I will code your EAs and Indicators for no charge
-
cja replied May 25, 2021I have posted this request in the thread for Buttons url
I will code your EAs and Indicators for no charge
-
cja replied May 25, 2021To activate and set a button on the chart each "Button Text" input must have TEXT in it, if when loaded on the chart you delete the "Button Text" in the inputs for a button it will delete that button and the Fibs associated with it off the chart, up ...
Indicators with ON/OFF buttons