You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm sorry to interject myself into your conversation. How about tying the value of the threshold to some functions. For example ATR or to the slope angle of T3. So to speak, let's make a lopsided trigger in direction of the trend. I am currently working out how to run EMA back and forth. As soon as I make a kite I will try this idea myself.
Hello!
ANG3110 You mentioned T3. Could you please elaborate on its advantages( what is the gimmick) and preferably in comparison to the others.
Thanks.
It's very simple. We make an Expert Advisor that would buy and sell when the muving direction changes to the opposite. We can add a small threshold value, 1-3 points to the moving averages so that they do not wobble within them, otherwise there will be a lot of false positives. We also add all sorts of indicators (MA, EMA, LWMA, JMA, Linear Regression-LR, weighted regression, parabolic regression, DCT, regression sines, cosines, logarithms, adaptive family, VIDYA, AMA, by Std, by momentum or angle LR, Highest-Lowest, Parabolic, Lag indicators, Step indicators, cluster Neural network, etc.п., and T3. And run it through the optimizer. In this experiment, T3 gives the best results. Then comes LWMA, and then EMA. The rest are noticeably worse. This experiment is not very correct, like fitting, but it will immediately show, for instance, that Jurik is a cheat, an exotic. And it will show that determining the state of the market at any given time is far more valuable than all that filtering and ironing.
T3 is essentially EMA taken from itself six times in a row and summed up according to a certain law with balanced lag factors. That's why it has such a high smoothness.
select any smoothing algorithm I want from among those available to me by means of just one function, and simply change the number by which this algorithm is represented in this function! Another thing is that for any trading instrument
there may always be a preferable averaging algorithm for any test period!
select any smoothing algorithm I want from among those available to me by means of just one function, and simply change the number under which this algorithm is represented in this function! Another thing is that for any trading tool
there may always be a preferable averaging algorithm for any test period!
Well what I wrote is not made up. I checked it last week ago in the interval between 01.10.2007 and current time. Perhaps you tested in other conditions than the ones I described. If you are interested, I can post the results or test pundits. I have specifically tested GBPUSD15 on opening prices (for a quick experiment it is good enough), on Alpari quotes.
And in general I'm surprised by the statement about the speed of writing EAs. Do you know the potential of the participants in this thread?
Here I have not been lazy and re-tested T3 and JMA.
JMA put in (from GODZILLA).
The best "fitted" variations.
Depo=10000. GBPUSD15 Alpari at opening prices. From 01.10.2007 to 07.02.2008
Passes are optimized by Risk as a percentage of a deposit.
1-Risk=0 (only at 1st lot); 2-Risk=10; 3-Risk=20; 4-Risk=30; 5-Risk=40; 6-Risk=50; MaxLots=15;
JMA
Can't say it's too bad.
T3
But T3 holds Risk up to 50% and even higher and JMA only up to 30.
I have checked before on other historical data and currency pairs and the picture in JMA/T3 ratio, was about the same, even slightly better towards T3.
to ANG3110
Question - on what period was the T3/JMA tested ?
Сейчас как раз разбираюсь с прогоном EMA туда-сюда.
Here I have not been lazy and re-tested T3 and JMA.
JMA put in (from GODZILLA).
The best "fitted" variations.
Depo=10000. GBPUSD15 Alpari at opening prices. From 01.10.2007 to 07.02.2008
Passes are optimized by Risk as a percentage of a deposit.
1-Risk=0 (only at 1st lot); 2-Risk=10; 3-Risk=20; 4-Risk=30; 5-Risk=40; 6-Risk=50; MaxLots=15;
JMA
Can't say it's too bad.
T3
But T3 holds Risk up to 50% and even higher and JMA only up to 30.
I have checked before on other historical data and currency pairs and the picture in JMA/T3 ratio, was about the same, even slightly better towards T3.
I wrote the currency pair GBPUSD15 - so the period is naturally M15. If we are talking about period T3, then just use optimizer, I have T3 of my own making and it is slightly different from the one that is available on the Internet. Not only the period is optimized, but also the b-coefficient. Same with JMA, I don't know what variant you might have.