- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Dec 8, 2014Hi, I have changed the colours to an input colour type as the standard colour setup was not working. Please download again.

I will code your EAs and Indicators for no charge
-
cja replied Dec 8, 2014Perhaps you need to change the colour for the MBL Label? the MBL is currently set on Black and if your chart background is Black then it will not be visible.
I will code your EAs and Indicators for no charge
-
cja replied Dec 8, 2014I have updated the indicator and put the colour into the inputs as for some reason the colour was not changing using the standard colour setup ( possibly another MT4 bug ) - Please download the indicator again sorry for any inconvenience. file ...
I will code your EAs and Indicators for no charge
-
cja replied Dec 6, 2014Hi, Unfortunately an ex4 file cannot be altered or adjusted in any way you need the mq4 file which is the source file to do any code changes or updates

Please help - Indicator needed - Gifted Coder?
-
cja replied Dec 6, 2014This is a script, simply load it onto a chart and it will put CSV files into the MT4 Files folder. To find this file go to the top left of a chart and click on File / Open Data Folder / MQL4 / Files file
Indicator able to obtain range info and pass to .txt/.xls?
-
cja replied Dec 5, 2014Hi, I altered the Range Days indicator to show the data on the right side of the chart, this may do what you want without going to .CSV? In the inputs you get the choice to display the data or not. If you need me to change it let me know. file ...
Indicator able to obtain range info and pass to .txt/.xls?
-
cja replied Dec 3, 2014It was quicker to rewrite the indicator and it is coded for the latest MT4. file
Pip counter indicator on the current candle
-
cja replied Dec 2, 2014Hi, The M-Candle HMA requires the standard Heiken Ashi indicator to be in your indicator folder and I have included an input so you have the option of the Standard Candles or HMA Candles. NZD added to the Multi Pair. file file image
I will code your EAs and Indicators for no charge
-
cja replied Nov 27, 2014To put it in simple terms you open the indicator in the MetaEditor which comes with the standard MT4 platform then modify the code and compile it. Of course it also helps to have some sort of programming knowledge.

Need help to modify Range Days indicator
-
cja replied Nov 26, 2014Give these a go, one is a script the other is an EA. Both have a pending order delete line that plots on the chart. They have been coded to work on the latest MT4 and will not work on build 509. Drag the script/EA onto the chart with the mouse and ...
Question for limit order EA/platform
-
cja replied Nov 25, 2014If that is what you really want change the myPoint to Point and the DayRange digits from 1 to 0. existing code DailyRange = DailyRange + ((DayHigh - DayLow)/myPoint); DayRange = DoubleToStr((DayHigh - DayLow)/myPoint,0); if(ShowRangeText) { ...
Need help to modify Range Days indicator
-
cja replied Nov 25, 2014Sorry people I found a problem with the colour code, I have also updated the Text code and the Point code so the correct digits are displayed. file image
Need help to modify Range Days indicator
-
cja replied Nov 22, 2014You could try setting the Candles to the Foreground right click on a chart / Properties / Common / Chart on Foreground or make a template for your indicator setup and another template for an empty chart containing only the candles.
Need way to switch between 2 templates or hide all indicators
-
cja replied Nov 22, 2014Hi, Firstly it is an indicator not an expert so must go in the correct indicator folder, the second thing is it has been compiled on build 625 and I have just tried it on build 745 and it also works but it will not work on the earlier 509 build. ...
Master candle MTF
-
cja replied Nov 21, 2014Try changing the Windows 8 default font size or the resolution of your screen.
Problem with MT4 font size in Windows 8.1
-
cja replied Nov 21, 2014Give these a go I think they basically do what you want. file file image
Need help to convert simple TradeStation Indicator to mt4
-
cja replied Nov 21, 2014This indicator has been updated to work on the latest MT4 file
Master candle MTF
-
cja replied Nov 14, 2014Extra levels added as requested.
file image Fibonacci levels based on Daily Range indicator