IForce Indicator

 

Guys,

Where can I find MT4 iFORCE indicator...

Thanks

Babar

 
babarmughal:
Guys,

Where can I find MT4 iFORCE indicator...

Thanks

Babar

Force Index.

Click on Navigator panel and Indicators. It's standard indicator.

 

Can I modify this ....i want to rename is as iFORCE ....how can I do that..

Thanks

Babar

 
babarmughal:
Can I modify this ....i want to rename is as iFORCE ....how can I do that..

Thanks

Babar

It is not custom indicator. So I have no idea how to re-name it.

It is written in the code of some EAs (some TSD EAs for example):

force = iForce(Symbol(), PERIOD_D1, Force, MODE_EMA, PRICE_CLOSE, nDay+1);

ForcePos = force > 0;

ForceNeg = force < 0;

Print(nWeek, " - ", Direction, " - ", nDay, " - ", Force);

But I think it is standard Force indicator.

Reason: