Re: Nihilist Trend Detector Values

2
zahid wrote: Sat Apr 15, 2017 10:56 am i m trying to make ea using your Nihilist Trend detector but not able to get buffer
here is my code
please tell me how i get nihilist trend detector values

double td = iCustom(Symbol(), NULL, "Nihilist_TrendDetector", 0, 0);
zahid

That indicator is not using buffers - only objects
Using iCustom() call on it will not help :?

Re: Nihilist Trend Detector Values

5
zahid wrote: Sat Apr 15, 2017 10:56 am i m trying to make ea using your Nihilist Trend detector but not able to get buffer
here is my code
please tell me how i get nihilist trend detector values

double td = iCustom(Symbol(), NULL, "Nihilist_TrendDetector", 0, 0);
Just out of curiosity : where in the rsioma did you try to get values from the trend detector?


Re: Nihilist Trend Detector Values

8
zahid wrote: Sat Apr 15, 2017 10:56 am i m trying to make ea using your Nihilist Trend detector but not able to get buffer
here is my code
please tell me how i get nihilist trend detector values

double td = iCustom(Symbol(), NULL, "Nihilist_TrendDetector", 0, 0);

}

Code: Select all

int obj_total=ObjectsTotal(); 
  string name; 
  for(int i=0;i<obj_total;i++) 
    { 
     name = ObjectName(i); 
     //Print(i," object - ",name); 
     if (name=="Nihilist H10")  Print("Time Frame H1 Trend Value is "+ObjectDescription(name));//  H1 Trend
(Mouse right click object List)


Who is online

Users browsing this forum: No registered users and 16 guests