- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Apr 22, 2017Unfortunately its decompiled I doubt anyone is going to touch it.
I will code your EAs and Indicators for no charge
-
cja replied Apr 20, 2017This is a script you may find it useful. file image
Button to move Stop to Breakeven
-
cja replied Apr 17, 2017hi cja, i recently found this indicator of yours.. https://www.mql5.com/en/forum/181653 momentum candle indicator but i cant use it on the newer metatrader, would you have a new version that does work? Try this version. file image
I will code your EAs and Indicators for no charge
-
cja replied Apr 12, 2017I have altered the lots code to accommodate 0.01 lots. I set the previous EA to work with 0.1 lots and above as that was the settings on the original EA so I thought that was what was required.
file I will code your EAs and Indicators for no charge
-
cja replied Apr 10, 2017Have a look at the first post most of the dashboards are listed there. There are dashboards using Stochastics RSI HA MACD Price and others perhaps one of those will do what you want?

MTF Dashboard thread
-
cja replied Apr 7, 2017The original indicator used comments which cannot be moved using X Y shift values so I have re-coded it using OBJ_LABEL code, to move it double click on the title and drag it to anywhere on the chart. file image Double click on title and drag to ...
Place indicator anywhere on the chart
-
cja replied Apr 6, 2017Put the mouse pointer on the open trade line with the left mouse button held down simply drag the mouse up or down and release when TP/SL are set where you want them to be. video
Is there a way to set SL and TP faster in MT4?
-
cja replied Apr 5, 2017I have set it up for a lot increase every 2nd loss up to 14 loosing trades in row I think that should cover the worst scenario. If you need to set it up for more loosing trades just add to the the lots code as many extra levels as required. file
I will code your EAs and Indicators for no charge
-
cja replied Apr 4, 2017I found this indicator in my files, hope this helps
file image Renko + normal candles
-
cja replied Apr 4, 2017TimeCurrent() or TimeLocal() can be used in some circumstances however without knowing exactly what you are doing its hard to know if it will work in this instance. ...
I will code your EAs and Indicators for no charge
-
cja replied Apr 3, 2017If you still want the pop up Alert box go into tools / events and change the sound file for the "Alert". image or here is a modified version that only uses sound alerts with a changeable sound input. file
I will code your EAs and Indicators for no charge
-
cja replied Apr 3, 2017With the greatest respect I suggest you download some open source dashboard indicators and see how the code is constructed.

MTF Dashboard thread
-
cja replied Apr 3, 2017You need 2 things a unique number/magic number ( as you have mentioned ) and to set the object delete up so it does not affect the indicator when time frames are changed. void OnDeinit(const int reason) { switch (reason) { case REASON_CHARTCHANGE : ...
I will code your EAs and Indicators for no charge
-
cja replied Apr 1, 2017I have not found any display problems with the indicator - here is a version compiled on MT4 build 1065. file
Engulfing Bar Indicator
-
cja replied Mar 30, 2017I have tested both scripts and have found no issues, I think you may be trying to place SL and TP too close to the trade price, some Brokers have no distance limits on their Demo accounts but do have limits on their Live accounts also when large ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 30, 2017MA EA's are just about the most common EA around, do a search on this Forum or goggle it

I will code your EAs and Indicators for no charge
-
cja replied Mar 28, 2017Sorry it is not possible due to the type of code used in that indicator it requires very strict control of Bar size to work the way it does.

HTF candle display indicator
-
cja replied Mar 28, 2017For the not opening issue refer to the Journal and Experts tabs at the bottom of the chart and see what messages you are getting, I see the code does not have a MODE_STOPLEVEL default code if the TP/SL or pending OFFSET is set too close to price, ...
Free Coding request
-
cja replied Mar 27, 2017[quote=classy;9711305] You asked "Is it possible to close all temp at a time ?" which I took to mean "close all templates" not close charts hence my answer to your request. "i want to close all open chart at a time" I guess its possible to be coded ...
Template Script to apply to all Open Charts