Search found 7 matches

Re: IndicatorCounted() emulation

Thank you for your prompt reply. I'm still on mt4. How does this idea in pseudocode look to you to achieve InidcatorCounted(): global int MyBarsCalculated=0; OnTick(){ if(Bars>=MyBarsCalculated){ //if I had 10 bars and one more has come in so Bars is now 11 need to recalc bar with index 1 and 0 (cur...

IndicatorCounted() emulation

Hello, I have a simple expert to manage orders (like move to break-even) with a simple GUI. I would like to extend the basic code with a plugin infrastructure where I will add the functionality of some indicators (like spread monitor, time of day etc). Indicators that don't use buffers but write tex...

Re: Stochastic indicator(s)

Hi jerrysb Can you illustrate with pictures what you explained in above lines,may be it help traders to better understand and exercise,after all we gathered here to share and contribute our part of knowledge - same thing doing our kind experts too :) Hi, Well it's more of an art that a science. In ...

Re: Stochastic indicator(s)

Hi guys, Now that we have Triple Smoothed Stochastics can I please renew my request to upgrade the Recursive DSS as well? Actually why not create the Ultimate Swiss-knife stochastics with all options now you have most of the code done. You could provide options for: - Select price - latest set of pr...

Re: Stochastic indicators for MT4

Absolutely  great indicator by mladen missing from the thread I believe: the recursive smoothed stochastic. I find it extremely useful for cyclic analyses as it seems to "synchronize" on cycle troughs and peaks "automagically". Can more average types be added to it? I tried to me...

Return to the advanced search