- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Apr 19, 2013I agree with FerruFx backtesting is only any good to test that the EA functions as it should, I am currently forward testing an EA on a Demo account that makes a good solid profit yet if I run it on the BT over exactly the same time period it comes ...
Trend system EA needs back testing
-
cja replied Apr 19, 2013Try this createTl("prevhi", t1, hi, t2, hi, DarkGoldenrod, STYLE_DASHDOT, 1, false, false); createTl("prevlo", t1, lo, t2, lo, DarkGoldenrod, STYLE_DASHDOT, 1, false, false); ObjectSet("prevhi", OBJPROP_BACK, true); ObjectSet("prevlo", OBJPROP_BACK, ...
I will code your EAs and Indicators for no charge
-
cja replied Apr 16, 2013My mistake the calculation is not wrong I just supplied the Daily average of the ( Previous Day + 5 Days + 10 days )/3 which gives an overall average, I did not read your request closely enough sorry about that, updated indicator on the above post.
Looking for ATR-like indicator
-
cja replied Apr 15, 2013This should do exactly what you want no frills bells or whistles just 3 lines of text. indicator updated file
Looking for ATR-like indicator
-
cja replied Apr 15, 2013Hi, I had to change some code to get the arrows to work plus I found a small fault in the alert code so I have fixed that as well. If you load more than one indicator on the same chart and want to display the arrows you will have to change the ...
Aid for inserting alarm indicator
-
cja replied Apr 13, 2013Give this try - it should work however I have not tested it on a live feed. file
Aid for inserting alarm indicator
-
cja replied Apr 13, 2013This should work. file image
Looking for help to modify stochastic indicator
-
cja replied Apr 12, 2013Hi, You need to supply the mq4 file for anyone to help you the ex4 file is not able to be altered. I think if you do a search you will find a lot of Moving average indicators with Alerts/Alarm already coded.
Aid for inserting alarm indicator
-
cja replied Apr 12, 2013The mirrored RSI just makes a more visual display of the standard RSI crossing the 50 level. file image
Looking for a Stochastics indicator or EA
-
cja replied Apr 12, 2013I goggled " MT4 HMA Sound Alert " and found one in a few minutes. file
I will code your EAs and Indicators for no charge
-
cja replied Apr 12, 2013Perhaps no one has made an EA using that indicator, not every indicator is used for an EA and not every EA uses indicators. Generally indicators show sort of display related to Price movement EA's may have that indicator built into them but they can ...
EA set-up help please! (Kolier Li Supertrend)
-
cja replied Apr 12, 2013The name is means nothing an indicator will not work in the experts folder and an expert will not work in the indicator folder. The MACD in the indicators folder is an indicator and the MACD in the experts folder is an expert and they have totally ...
EA set-up help please! (Kolier Li Supertrend)
-
cja replied Apr 12, 2013It looks to me like you have loaded an indicator into the Experts folder and that just will not work, indicators go in the indicator folder experts go in the experts folder.
EA set-up help please! (Kolier Li Supertrend)
-
cja replied Apr 12, 2013All I did was tell you how to change the sound file the reason the indicator you posted does not Alert on the color change is because it does not have any Alert code in it. MT4 does not automatically apply Alerts to indicators, each indicator has to ...
Setting a sound alert in an indicator
-
cja replied Apr 12, 2013When you double click the current alert.wav and the drop down menu appears select Choose other then select the sound file out of the next folder.
Setting a sound alert in an indicator
-
cja replied Apr 11, 2013Hi, Updated indicator and EURUSD chart posted above on post #28. Sorry for any inconvenience my feeble excuse is it was after 2.00am in the morning and it had been a long day.
Need help in creating MQ4 indicator - Trend Following
-
cja replied Apr 11, 2013Here you go. Updated indicator and EURUSD Chart with it on. As you can see by my original GBPUSD screenshot I did have it sorted out. When I went back and checked it just now it was not correct on my GBPUSD chart either so somehow between taking the ...
Need help in creating MQ4 indicator - Trend Following
-
cja replied Apr 11, 2013Its probably that you have the chart zoomed in because the filler colors are a Histogram and set to a width 3 so if you zoom out it should look fine or open the indicator in the MetaEditor and adjust the size of the 2 color inputs then compile it or ...
Need help in creating MQ4 indicator - Trend Following
-
cja replied Apr 11, 2013Try this it is using bits of code suggested on this thread plus some of my code and I think it produces the correct result. MA Filled v1 is the version with the dotted filler colors MA Filled v2 is the version with the solid filler colors Both are ...
Need help in creating MQ4 indicator - Trend Following
-
cja replied Apr 10, 2013You are entirely correct however I cannot get my head around the code logic that is required to achieve the desired result, perhaps someone else can have a go?? I have tried the obvious code but with the fill code things have proved to be a little ...
Need help in creating MQ4 indicator - Trend Following