Elite indicators :) - page 1432

 
mladen:
Do you get a normal result from iCustom()?

Well to be honest I have not tried that call, that was a guess from the input window, i guess:

int timeFrame = 15;
int IndiPeriod = 20;
int AveType = 6; //for EMA
bool dSmoothed = false;
int PriceType = 0; // for close
double tUPlevel = 0.05;
double tDownl = -0.05;
double Slen = 0;
double Sphase = 0;
bool color = false;
bool alert= false;
bool alertBar= false;
bool alertMsg= false;
bool alertSound= false;
bool alertEmail= false;
bool alertPush= false;
int interpMethod = 0; // for no interpolation

String TrendDirForce = "Trend direction and force index - smoother 4_4"; 

tdfValue = iCustom(Symbol(),Period(),TrendDirForce,timeFrame,IndiPeriod,AveType,dSmoothed,PriceType,tUPlevel,tDownl,Slen,Sphase,color,alert,alertBar,alertMsg,alertSound,alertEmail,alertPush,interpMethod,0,1); 

 
ekmanso1:
Hello mntiwana, can you give me the link to download the indicators in the windows of the image attached below...

Hello ekmanso1

 

Can you repost this indicator ?

Thanks! 

Files:
 
mladen:

Upgrade to the hold double exponential smoothing

Short description :

This version is upgraded to be new format compatible and some new options added.

PS: bare in mind that this indicator is always an "estimate" (which would, "translated" mean that it is always a sort of a forecast, and when you look back at the values (and it is not repainting) the forecast is not so bad at all)


Mladen,

Is it ppssible to get this indicator(coloring) in binary form?Thanks. 

 
Vinny:
Hi

okay, the page number 951 and the post number is #14257. I have also attach an image with the indicators i want....

----------------------------------------------

Here is that one "ADXm (on chart)" indicator with template too :)


 
FXSurf:
Can you share those settings or template please?
Joshen:

Hi Mntiwana 

which one is the indicator? can you share here or the link please.

and what is your setting on the picture.

regards 

Sorry guys i got late :)

here is that of MLADENs toy "ADXm fl 1.1" with template.


 
nevar:

Mladen,

Is it ppssible to get this indicator(coloring) in binary form?Thanks. 

Just the slopes?
 
mladen:
Just the slopes?
I meant colour changes(slope).Cheers.
 
nevar:
I meant colour changes(slope).Cheers.

OK. Here it is


 

Good evening

 

Will you please tell me if this indicator repaints?

 
jmmn:

Good evening

 

Will you please tell me if this indicator repaints?

If you mean the blue line : it does not (that is the close price)

As of the rest : yes it does

Reason: