Attachments forums

List of attachments posted on this forum.


All files on forums: 136850

Re: MT4 Indicators with alerts/signals

gelsas, Wed Mar 15, 2017 3:10 pm

I am trying to use the value of trend direction& force but somehow there seems to be an issue.Nothing happens, how to test if it gets the value? What am I doing wrong?I use this iCustom (to check value of it on beginning of new candle): 

Code: Select all

double td = iCustom(NULL,PERIOD_CURRENT,"Trend direction & force index-",10,0,1);
bool tdcall = td <= -0.8;
bool tdput = td >= 0.8;
All files in topic