- Search Energy EXCH
-
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
-
SwingMan replied Nov 30, 2020The message can only appear if there is too little price data (Tester / EURUSD / H1) which is difficult to believe. In the row is a simple formula to get the bar number on D1: iBar=iBarShift(Symbol(),PERIOD_D1,Time[iBarX]); To test whether this is ...
LazyTMA trading
-
SwingMan replied Nov 30, 2020Hi Alex, if i made a soup a year and a half ago, it is difficult to reheat it now ... I don’t invest any time only for testing suggestions. If you and other users find the EA 90% helpful, post results or comments, then it pays off for me to ...
LazyTMA trading
-
SwingMan replied Nov 29, 2020That pleases me. What I can do is change the message, maybe you need other information.
LazyTMA trading
-
SwingMan replied Nov 29, 2020It's hard for me to explain what I was doing a year and a half ago. If you had asked questions back then, I could have answered them too. In principle, the EA works with the classic bands. The Husky bands are an alternative to the classic bands and ...
LazyTMA trading