Indicators: PriceAction indicator

 

PriceAction indicator:

PriceAction indicator based on indicating Price Action candles. It indicates each candle type by different colored histogram bars.

Author: Bola Peter

 

Great indicator but can't running on real time,

New bars are not calculated and therefore I can not be collected the buffers via iCustom

PriceAction


Can you please help 


Thanks in Advance


Shay Matityahu

 
   int limit; //=rates_total-prev_calculated;
   
   if (prev_calculated == 0)
        limit = rates_total - 5;
   else
        limit = rates_total - prev_calculated;
//---- main loop
   //for(int i=0; i<limit; i++)
   for(int i=0; i<=limit; i++)
     {
 
Naguisa Unada:


Thanks a Lot