Resultado da Busca
Also another problem with W1 and MN1 in MT5: Attached Image (click to enlarge) This is independent of the other issue. I think it's most likely due to insufficient number of Bars, and you might have not done the if's in the .mgh. Inserted Code. int barsToPlot=inpMaximumCandles;
18 de set. de 2024 · It is important to understand what the "CG" in "TMA-CG" means: center-of-gravity; that is: centered moving averages. It means the indicator will use *future* data to draw its lines. For example, if you use a 21-bar MA, it will use the 10 past bars and the 10 future bars to calculate the MA!
5 de set. de 2024 · After refactoring the "TMA-CG," I wanted to add a little flair and put my own spin on it. Introducing the TMA-RSI-Bands. Instead of using plain moving averages, it applies the RSI of the moving averages. I also included a signal filter for added precision. Here's a video reviewing the indicator in depth: Inserted Video. Enjoy!!
21 de fev. de 2012 · The System: Extreme TMA. The market is cyclical and like a pendulum, is a never ending sequence of extremes. It forever tries to reach the mean but never succeeds, constantly overshooting its mark, reversing and trying it again but always failing to reach balance. This system attempts to capture those extremes.
28 de set. de 2024 · Darwati. those who compile with meta editor 27 feb 2024 may also experience this, only silent readers usually will be silent too. Attached Image (click to enlarge) but for me it's no problem because the ex4 file is usable, and I can use other TMA-CG mq4 sources. Post 114.
19 de set. de 2024 · TMA-CG-2024. {quote} LOL. I believe the official term is "data snooping" or "lookahead bias" but not everybody here is a computer geek so I used "future". From the perspective of the indicator it is future data. When it is calculating the value of the MA on January 1st, it should not be using prices of January 2nd and January 3rd in its ...
14 de set. de 2024 · TMA-CG-2024. It's not the trading system, it's the trader. If you use the TMA to catch potential reversals, you may or may not have much success. But if you use it for pull-backs, the world is yours. Yes, I do agree, but the EA is not a human trader, so it becomes much more difficult.
25 de ago. de 2024 · Hey all, I’ve edited the infamous TMA-CG-Mladen-NFP, originally created by Mladen. All credit goes to Mladen for his idea and humility in sharing the code. In this version, I: - Created a class to simplify use in Indicators, Expert Advisors, and more - Replaced iCustom (s) with iBarShift - Created an MT5 version - Switched init () to OnInit ...
3 de set. de 2020 · Again, though a TMA indicator doesn't provide Entry and Exit signals, it provides a CONTEXT for the current price. As an aside -- please don't ask me to share indicators -- been there, done that. A little searching on FF and you will find them. Also, @Swingman has a wonderful variation called Lazy TMA.
24 de out. de 2018 · It will show the values in the 3 upper timeframes chosen. If it does not load, open the code, add any single random letter or number within the code and click compile again - delete the random number and compile again. I don't know why some MT4 indicators need this and some do not but this should work. George.