Search found 531 matches

Re: Coding Help

Thank you!   Additionally, do I need to change something in the definition of getPrice?: #define priceInstances 1 double workHa[][priceInstances*4]; double getPrice(int tprice, const double& open[], const double& close[], const double& high[], const double& low[], int i, int instance...

Re: Coding Help

Dear Mladen, I have a problem with priceInstances. Say, I would like to use the following four prices in the code of a (one) indicator: getPrice(pr_close,Open,Close,High,Low,i) getPrice(pr_median,Open,Close,High,Low,i) getPrice(pr_haclose,Open,Close,High,Low,i) getPrice(pr_hamedian,Open,Close,High,L...

Re: Coding Help

mntiwana wrote: Hi wojtek,do you want hide some thing (parameters) as been secrets and mysteries :roll:
No, I don't.  
I simply have a few indicators in one separate window, therefore the buffer labels
and the 'indicator short names' take too much place, so I like they disappear.

Re: Coding Help

OK, thank you.  I used an obvious solution - an additional indicator with the iCustom function
for each visible buffer.   I'm lazy, so I wanted to avoid listing all the external parameters. 

Return to the advanced search