- Search Metals Mine
- 2,748 Results (25 Threads, 2,723 Replies)
-
SwingMan replied Dec 5, 2020After a quick search, I found this: url Back then I posted some indicators, especially the Trix was discussed, copied, applied, etc. But everything stopped 10 years ago with the development. I don't think I wrote an EA, there are only two trading ...
LazyTMA trading
-
SwingMan replied Dec 4, 2020Why are the analyzes wrong and someone thinks they have the holy grail? Here is a test with EA-7.0 image - Lower rectangle: The sell trade took place at 9:30 am, at which point the CenterLine (the trend) was falling. - Upper rectangle: Here is the ...
LazyTMA trading
-
SwingMan replied Dec 4, 2020- What about the last two source files from #Post 1? - Include files .mqh are not library files. These are .dll, .ex4, .mq4. - AvgSlopeLog is a powerful trend indicator that i have developed. I just wrote that I suppose that his algorithm can also ...
LazyTMA trading
-
SwingMan replied Dec 4, 2020Yes, yes, nobody reads my posts ... Does one have everything you need in #Post 1, or is something missing? I believe that I calculate the trend as with the indicator "smLazyTMA AvgSlopeLog_v3.mq4"
LazyTMA trading
-
SwingMan replied Dec 4, 2020Sorry if I have not the time to analyse. For charts please post the time frame, pair, scales. I don't have the time to guess what is going on and then analyze problems. - Check the function "Get_SlopeMomentumValues". - I supose that the slope is ...
LazyTMA trading
-
SwingMan replied Dec 4, 2020Very well! It would be more elegant to make a switch like this: enum TRADE_DIRECTION { Trend, Countertrend, Both };
LazyTMA trading
-
SwingMan replied Dec 3, 2020Sure, you have the source code for indicators and EAs here in the thread and every programmer can make changes.
LazyTMA trading
-
SwingMan replied Dec 3, 2020I know! In short: As expected, my hedging idea is independent of whether one are trading in the direction of the trend or the counter trend. It doesn't matter if one uses standard moving averages, or the Alligator, or the TMA, Hull etc ... The ...
LazyTMA trading
-
SwingMan replied Dec 3, 2020I do not agree to two procedures: - use of repainting indicators, because I would have to invest more intellectual energy to be successful - countertrend trading What we are now commenting on, I did a long time ago only as an exercise and curiosity, ...
LazyTMA trading
-
SwingMan replied Dec 3, 2020A little help for you: I have now also found that there are problems in the tester, but I haven't found the exact cause. But it helps to change a parameter: Total_Bars = 800 or smaller.
LazyTMA trading
-
SwingMan replied Dec 3, 2020How do you know the basic rules? Not me... I have now looked in the code and the signals are determined with the trend of pivots, 21 bars. Even so, some signals seem also strange to me, but I believe that the trend of the centered TMA is not taken ...
LazyTMA trading
-
SwingMan replied Dec 3, 2020Why don't you use Husky Bands v_2.2? I believe it is similar and some issues have been resolved. I don't understand your question about repainting. It has been written a hundred times by me, @mladen, @robots4me etc. that TMA is a repainting average, ...
LazyTMA trading
-
SwingMan replied Dec 2, 2020Here: url But please learn to search alone when you need something. You can search for anything in the upper right corner on each page.
LazyTMA trading
-
SwingMan replied Dec 2, 2020I would have to check what that means but which indicator and which EA? We have trend and countertrend methods. But the old indicators and the old EAs were programmed a year ago and if I make a new EA with the indicator and it is not used for ...
LazyTMA trading
-
SwingMan replied Dec 2, 2020You are right! In #Post 18 url I wrote: --------------------- New indicator "smLazyTMA Signals_v1" Here is a simple signal indicator, only for lazy traders: - in trend direction of TMA will be generated signals when the candles cross the TMA ...
LazyTMA trading
-
SwingMan replied Dec 1, 2020Okay, then we might have different parameter settings. I am wondering why you have several entries near the center line. Actually, the entries should only be made if the prices exceed bands 2. TMA trading is a counter trade as @Ilvez rightly pointed ...
LazyTMA trading
-
SwingMan replied Dec 1, 2020Just one question: you do the trades manually because I see no signal in the indicator? If so, it is very good because the trades seem to me more reliable than in the threads with pivot tradings.
LazyTMA trading
-
SwingMan replied Dec 1, 2020You are probably right! I'm sorry not to be able to answer you, you can use the EA and guess how it works ... I would also have to invest a little more time to see what and why I programmed. I've only programmed an alternative to @robots4me's ...
LazyTMA trading
-
SwingMan replied Dec 1, 2020I'm sorry, but I don't want to invest any more time now. I would have to let the logic of the indicator go through my head again, then the EA, and that confuses me ... Read #Post 186 again url , maybe there is an explanation there. I am currently ...
LazyTMA trading
-
SwingMan replied Dec 1, 2020It's nice that you use the EA, but I also forgot what was programmed and when testing, you can change the various parameters and tell us what happens. The members need something like that to keep their interest in the EA. On my note in #Post 296 ...
LazyTMA trading