iCustom not getting some of the data from indicator

 

I wanted to use iCustom to trade the arrows from the TrendIndi indicator. I can see the values from the Data Window for all the arrows on the indicator, but for some reason, iCustom is not picking up all of the data. For some trading pairs, it might miss a couple of arrows, but some might miss about 20% of the arrows. Can anyone help?

<ex4 file deleted>

Files:
tester.mq4  3 kb
 
  1. double buy  = iCustom(NULL,0,"TrendIndi", 3,1);
    double sell = iCustom(NULL,0,"TrendIndi", 4,1);  

    Only you know the indicator; you haven't shown its code.

    Are you sure the arrows are in the fourth and fifth buffers?

    More likely, the arrows are the first and second. And additional buffers are internal calculations.

  2. Numerosu9: I can see the values from the Data Window for all the arrows on the indicator,

    But we can not.

 


William Roeder:

  1. Only you know the indicator; you haven't shown its code.

    Are you sure the arrows are in the fourth and fifth buffers?

    More likely, the arrows are the first and second. And additional buffers are internal calculations.

  2. But we can not.


Thanks for your response. I have attached the ex4 for review. Yes, the fourth and fifth buffers are correct and I am getting most of the results except for a few. I have not run a single test or live run without the EA missing some triggers. Also, Forex is the worse, followed by indexes and then metals.

<ex4 file deleted>

 
The ex4 file was deleted. I have attached the mq4 file for review.
Files:
TrendIndi.mq4  14 kb