Only users who purchased or rented the product can leave comments
Conor Mcnamara  

Hi. If you're making an update of this, I would prefer if the script was closable on the chart.


It can simply be modified like so:

void OnStart()
{       
        while(!IsStopped())
             {                     
                 // Perform script logic
                     
              ChartRedraw();
              Sleep(1000);
             }       
}
Conor Mcnamara  
Conor Mcnamara #:

Hi. If you're making an update of this, I would prefer if the script was closable on the chart.


It can simply be modified like so:

but as it is an indicator, it's fine as it is