Search found 521 matches

Re: Coding Help

OK, I performed a test, and it seems that for the same price function and the same parameters
we can use one instance for different candles. It wasn't obvious to me. :-)

Re: Coding Help

Sorry, it should be iCustomMa(AMode,getPrice(APrice,Open,Close,High,Low,i,0),APeriod,i,0) > iCustomMa(AMode,getPrice(APrice,Open,Close,High,Low,i+1,1),APeriod,i+1,1) and iCustomMa(AMode,getPrice(APrice,Open,Close,High,Low,i,0),APeriod,i,0) > iCustomMa(AMode,getPrice(APrice,Open,Close,High,Low,i+1,0)...

Re: Coding Help

Dear Mladen, I have a question regarding the price and MA instances. Let's use the following example - should we use the expression iCustomMa(AMode,getPrice(APrice,Open,Close,High,Low,i,0),APeriod,i,0) > iCustomMa(AMode,getPrice(APrice,Open,Close,High,Low,i,1),APeriod,i+1,1) that is, with two instan...

Re: Coding Help

Dear Mladen, how to introduce the (general) function to the code of the enclosed indicator to switch between all the arrows and the selected arrows visible (as in the screen)? The function should draw only the first arrow in the sequence of the arrows with the same color. I mean the general function...

Return to the advanced search