iCustom or incorporate it?

 

Hello all,

 When iCustom is repeated called by an indicator (with different parameters each time), is there any performance benefit to be had by incorporating the external indicator, rather than making these repeated iCustom calls?

The procession of "Custom Indicator xxxxxx: loaded successfully" and "Custom Indicator xxxxx: removed" prompts my question.

 
toast:

Hello all,

 When iCustom is repeated called by an indicator (with different parameters each time), is there any performance benefit to be had by incorporating the external indicator, rather than making these repeated iCustom calls?

The procession of "Custom Indicator xxxxxx: loaded successfully" and "Custom Indicator xxxxx: removed" prompts my question.

Depends on what you're trying to implement. You can test speeds[aka performance] by using GetTickCount().
 
Thanks for the reply - I'll look into GetTickCount and see what I come up with
Reason: