- Search Energy EXCH
- Paradox replied Mar 6, 2012
Al do you want me too modify the current version to have more color change options?
Extreme TMA System
- Paradox replied Mar 6, 2012
Interesting I did not see that in backtesting but maybe that is just different feeds. There are 2 points of difference between these indicators I will point out. One of the reasons among many it is so much easier to write code from scratch. 1. The ...
Extreme TMA System
- Paradox replied Mar 6, 2012
fxtr I don't see anything wrong with your chart. But if it is any help I AM looking forward to watching Barcelona advance in the champions league tomorrow. Maybe you are confused about the colors. The white line means the bars are between the ...
Extreme TMA System
- Paradox replied Mar 6, 2012
Yeah it took me a bit to figure that out. You just have to drag and drop the second indicator onto the window
Extreme TMA System
- Paradox replied Mar 6, 2012
So sorry it has turned to this. I did not actually think that mladen was upset though. I never thought I would get mixed up in something like this over a moving average calculation. My flippant copyright remark just reflect my general beliefs about ...
Extreme TMA System
- Paradox replied Mar 6, 2012
Ouch. embarassing. Sorry no offence I was just clarifying what I had done.
Extreme TMA System
- Paradox replied Mar 5, 2012
The code that Al posted uses a single present value atr to normalize the entire histogram. Fixed is just a bug fix to address the potential zero divide issue. Recommended is a different way of doing it that uses the atr from each bar which makes ...
Extreme TMA System
- Paradox replied Mar 5, 2012
Yeah that was the issue in the one that Al posted. Fixed just fixes this bug. But still it attempts to get a broad atr from 1000 bars so it is possible if you don't have enough history that even fixed will be blank on some pairs.
Extreme TMA System
- Paradox replied Mar 5, 2012
No I don't see any issue with EURJPY. Try making sure you have removed the indicator from the chart and re adding it. Or better yet restart the app and make a new chart. There is tab at the bottom called Experts. You can look in there and see if ...
Extreme TMA System
- Paradox replied Mar 5, 2012
Hopefully my latest fixes address the issue you are seeing. If not you will have to be more specific since they seem the same on the charts I have checked.
Extreme TMA System
- Paradox replied Mar 5, 2012
Anyone is welcome to modify anything they want. The mladen is just the copyright info from the original code. This is all just modifications of the TMA file that has always been included in the system.
Extreme TMA System
- Paradox replied Mar 5, 2012
Yeah I noticed this yesterday, you moved too quick to adopt the normalized versions. In the TMA trendline I made the mistake of normalizing by the band range which is double the atr. I attached a fixed version that also has normalize on by default. ...
Extreme TMA System
- Paradox replied Mar 4, 2012
zip it and attach it maybe. Or try later seems like it should work.
Extreme TMA System
- Paradox replied Mar 4, 2012
Here is a screenshot. You can see the same info as the slope indicator can be put on the chart. The problem is I used up the buffers and broke the alert system so it is not a seamless replacement for your TMA. It is easy to fix that though so I will ...
Extreme TMA System
- Paradox replied Mar 4, 2012
Well I don't want to get too much on an off topic tangent but maybe my instructions are no good has anyone had them work? That would be good to know There is a tab at the bottom of Strategy tester called journal. You can check in there if you got an ...
Extreme TMA System
- Paradox replied Mar 4, 2012
Backtesting — For the benefit of people want to see what this system looks like in realtime here are the simplest instructions for running a visual backtest. 1. Copy BlankSim.mq4 into experts folder and compile or restart. 2. Save your ...
Extreme TMA System
- Paradox replied Mar 4, 2012
I think there is some confusion what is meant by TMA normalized. TMA itself is a normalized indicator already. It is the slope indicator here that is not normalized in the same way as TMA is already. Instead of expressing the change of the LWMA line ...
Extreme TMA System
- Paradox replied Mar 1, 2012
You could make a slope of slope indicator easily. But actually both the absolute slope and it's change are part of the rules. Also the arrow does a pretty good job of defining the changes in value direction. Though the arrows are also a crude ...
Extreme TMA System