Search found 525 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. 

Re: Coding Help

How to remove the indicator name and buffer labels for a compiled indicator
in the separate window without a new indicator with the iCustom function?  
I saw an indicator which made those fields empty some time ago, but can't find it now.

Re: RSI Indicators for MT4

Dear Mladen,
could you please update / upgrade the indicator adaptive rsx 3.1 oma mtf.ex4
adding the usual set of averages and also NMA, as well as the extended price function
with 22 prices.   The indicator is surely worth it.   Thank you very much in advance!

Return to the advanced search