Search found 37 matches

Re: iCustom

The following 2 variables should be bool not double.

double up = iCustom(NULL,0,"SA",1,i)!=EMPTY_VALUE;
double dn = iCustom(NULL,0,"SA",0,i)!=EMPTY_VALUE;

Re: MACD indicators for MT4

There was an article in the 90's in TASC magazine that discussed MACD using DEMA and TEMA. I never pursued it after coding over 10 years ago because ACD on the 15 minute took over along with confirmed zigzag on daily. Here are the MAs and the MACDs with LSMA thrown in for fun. I think DEMA is built ...

Re: Coding Help

I have this Deltaforce Indicator in ex4 format and it works perfectly. But the MQ4 when compiled will only show the positive values. I have been trying to find a working copy but found several references to this same phenomenon. It has been corrected by mladen but it is impossible to download becau...

Re: Coding Help

Thank you very much Mrpip, the markets are currently closed. I am waiting on Monday, but it is possible to remove the function of an alert when the trend changes and only put an alert on this indicator for the difference? The trend change requires the difference to be met and is the first of the se...

Return to the advanced search