MisterH / Profile
MisterH
Added topic Who wants to cooperate with me on a great idea?
Hi, I have a great filter. It has essentially zero lag, and is smoother than other known alternatives (JMA, ZLMA, ...). I have 1 problem though: that is the windowing function (the function that decides how many periods back it has to look to
MisterH
Added topic sum of absolute price change on a window
I want to calculate the sum of the absolute price change: this line works for 1 single bar: ExtMapBuffer0[i]=MathAbs(Close[i]-Close[i+1]) but to do it over several bars I guess I need to use a loop (with an adjustable window), any suggestions please
MisterH
Added topic Does anybody know R? I need a conversion from mql4 to R
Hi, I have a simple indicator, the Guppy mma oscillator and I would like to convert it into R code. I really need it fast. Could anybody help me with this? https://www.mql5.com/en/job/3097
MisterH
Left feedback to developer for job Fit a sine wave
Good job, did a lot of effort, thanks.
Andy Reed
2014.09.23
MisterH How much for this indicator or where can I get it? I really like the description and I have a pretty good grasp on what you are talking about (although I think you understand the math more than I do, but I am getting there). I can get pretty close to price movement by overlaying a charted sine wave (or cosine) from finding the period, amplitude, and shift of the waveform. Then I put the waveform over actual price movement in excel in order to see the outcome or potential price movement in the future. I don't know how to write code and I am not trying to reinvent anything. I can send you a picture of what I did a few months ago if you would like. It turned out pretty profitable for me. I apologize for the long winded comment.
MisterH
Left feedback to developer for job Equality of sign of change between close price and an indicator
Again very good and very fast code by forexmts. Will use him again on later projects.
MisterH
Added topic take the chart's time frame and go 1 time frame higher
What code do you use to 1) find out what the chart's current time frame is (M1,M5,M15,M30,H1,H4,D1 or MN1) 2) go 1 time frame higher: so if the chart right now is M30, use H1 in the code? This could work for every indicator, but for example with RSI
MisterH
Added topic same shape between price and your indicator?
This is not programming related, so please humor me on this one. Don't you find it annoying that price is going up when your indicator is going down? I used to think that the best way to counter that was finding some magical adaptive window function
MisterH
Added topic # of bars since last new high
I have this indi that counts the number of bars since the last new high/low of a moving maximum/minimum of the close price: it could be used as input for a window function (that dynamically adjusts the look-back period of other indicators); Take a
: