Attachments forums

List of attachments posted on this forum.


All files on forums: 160914

Re: Coding Help

gelsas, Wed Mar 15, 2017 8:57 pm

Hey mladen, could you maybe help me sorting this out ? 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 nmc",10,0,1);
bool tdcall = td <= -0.8;
bool tdput = td >= 0.8;
All files in topic