GreaneR became a registered member 7 years, 11 months ago
3arbi became a registered member 8 years, 1 month ago
kromosuwito became a registered member 8 years, 1 month ago
Doreinie joined the group
Fractal Arrow Prediction 8 years, 4 months agoDoreinie joined the group
TZ and SS. 8 years, 4 months agoswami became a registered member 8 years, 5 months ago
xux99 replied to the topic Currency strength expert advisor in the forum Trading Systems – Development 8 years, 5 months ago
I have added the ExitOnSignalCancelation option and updated the attachement of the first post.
rajesh became a registered member 8 years, 7 months ago
simplex replied to the topic For the friends of cultivated filtering in the forum General Discussions 8 years, 7 months ago
Yep, IIR vs. FIR filters in shorthand! If considering Ehlers’ lowpass proposals, I would rather have a look at his ‘Supersmoother’ (IIR). Simple, smooth, adjustable.
flx23 replied to the topic For the friends of cultivated filtering in the forum General Discussions 8 years, 7 months ago
Just a little addition since I think my previous post was a bit misleading: what really decouples the relation between the lag and period is not the data dependency per se but the cherry picking of the gain within the for loop which is a kind of optimization. Generally, the lag of a filter is always dependent on the data by its…[Read more]
simplex replied to the topic For the friends of cultivated filtering in the forum General Discussions 8 years, 7 months ago
Hi Anti,
There are several mq4-versions of ‘Zero Lag’ filters out there, and not all of them are original Ehlers’ works. I assume you’re referring to the one described in this paper.
I tried it years ago, and there’s not so much lag indeed. But on the other hand its smoothing capabilites are not so brilliant – the typical tradeoff to consider…[Read more]
Akino joined the group
TZ and SS. 8 years, 7 months agoMax. Power joined the group
TZ and SS. 8 years, 7 months agotraderpusa joined the group
TZ and SS. 8 years, 8 months agotnavi joined the group
Deep Q forex 8 years, 8 months agoFemo and
simplex are now friends 8 years, 8 months agosimplex replied to the topic For the friends of cultivated filtering in the forum General Discussions 8 years, 8 months ago
Ha, thanks for those links! A lot of stuff to read …
The ‘multi-bandpass filter’ heading immediately got my attention (reminds me of my old Ehlers’ works in mq4). Yet have to postpone in-depth reading for a while!
flx23 replied to the topic For the friends of cultivated filtering in the forum General Discussions 8 years, 8 months ago
Hi @simplex,
yes, I implemented the original R code in C++/Cuda and did some backtests. In my oppinion there is (tradeable) potential in this approach, especially in the multivariate variant (MDFA) where several cointegrated series are used. The major problem is (as usual) the overfitting arising from the many parameters and I have to figure out…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 8 years, 9 months ago
… and one more idea: the D1 trifurcation could possibly be caused by weekly cycles. So analyzing five weekdays separately may bring insight.
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 8 years, 9 months ago
Nice work!
I haven’t been around so frequently these days, so please forgive me if my thoughts on your latest post do not consider topics that have already been discussed.
When developing an algorithm for trading purpose I’m always heading for two major goals to simplify practical usage:
- If possible, the algo should be symbol independent.
…
- Load More