- Search Metals Mine
- 2,748 Results (25 Threads, 2,723 Replies)
-
SwingMan replied May 31, 2020Indicator "Fractals ST patterns" Some members wanted to have the fractal indicator from some of my charts. Similar indicators can also be found on the mql5 website.
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 31, 2020New version "smTMMS Oscillator_v7.3.1" Version with additional alerts for - crossing the SMI line (violet and yellow lines) - Dots color change (slope of Hull MA) The alerts are only calculated when the bars are closed. In the previous versions, ...
Trading Made Simple(r)
-
SwingMan replied May 28, 2020New version "smCorrelationTrend_v2.0" Here is a small addition: - one can shift the line (as in subchart 1) - one can take different prices into account (Open and Close as in subchart 2) (The manually drawn areas correspond to the crossing of the ...
Trading Made Simple(r)
-
SwingMan replied May 26, 2020For tests only: "smCorrelationTrend_v1.0" My old friend John Ehlers published a correlation indicator in the last issue of "Stocks & Commodities" (May 2020), based on the Spearman correlation. Because I posted here in forum a MultiPairs indicator ...
Trading Made Simple(r)
-
SwingMan replied May 12, 2020Thank you very much @emmzett, the open-source code you posted still has the old syntax ... It seems that the PipInfinite original actually comes from the HalfTrend family, but is not exactly the same, and the authors have programmed a variant. I ...
Pip Infinite Trend
-
SwingMan replied May 12, 2020Thank you @Attila, your chart is very helpful because I can see that my indicator version is not bad at all! I still have to program the switch points correctly, or find a similar solution, and then I can sell the indicator on the web. You get it ...
Pip Infinite Trend
-
Pip Infinite Trend
Started May 12, 2020|Platform Tech|18 replies
First version "smPipInfinite_v1" This is an attempt to make an indicator which should give ...
-
SwingMan replied May 9, 2020If you need help, please provide complete informations! To test something I cannot know which instrument you have, which time frame, which date. I guess it's Gold/Dollar, H1, May 4th. I can't help because the arrow code only seems to be wrong with ...
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 8, 2020At the request of a member, here is the source code for "smTMMS Oscillator_v7.2"
Trading Made Simple(r)
-
SwingMan replied May 8, 2020For interested only: correct version "sm3BarFractalBreak v2.0" The version I posted earlier had a little bug, and I forgot to post the corrected version ... Please test.
3 Bar Fractal Break
-
SwingMan replied May 7, 2020A short explanation because I don't have time to talk about trading anymore. One can certainly program a simple indicator, but that is not your goal. In the chart one can see that in addition to the vertical lines for trend changes, a few lines were ...
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 7, 2020I wish you the same because I can't do it without a fixed algorithm to program "decide case by case, i.e. signal by signal, by looking at the screen and asking yourself which is the OVERALL direction. "
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 7, 2020OK, I'm going to test. In the source code everything is fine, maybe there is a little problem somewhere. //--- Last bar; Alerts at previous bar i=0; if(newBar==true) { //--- LONG Alert if(oscAlert[i+2]==EMPTY_VALUE && oscAlert[i+1]==1 && ...
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 7, 2020Time only allows me to program, not to trade. For this reason it is not possible for me to program something as you write, with "extra work (blood, sweat and tears)" to "decide case by case, i.e. signal by signal, by looking at the screen and asking ...
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 6, 2020The idea is good, but as you know I'm not a trader to use it ... The vertical lines are OK, but there are still some changes in slope between these lines. How should one avoid "wrong" entrys?
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied May 3, 2020I'm sorry to have no time to programe for MT5 ... There are a lot of young people in Platform Tech who can do that.
Trading Made Simple(r)
-
SwingMan replied May 3, 2020If you have time, you can learn more about the objects in Metatrader by reading the documentation. You just have to click on the lines (objects) and press the delete key ... New version "smTMMS Oscillator_v7.2" @Wyrebill had the good idea to have ...
Trading Made Simple(r)
-
SwingMan replied May 2, 2020I do not understand what you want, there is a solution, but I can not make individual versions, there would be too many ... For example, it would be possible to draw only the last or x last vertical lines if that would be helpful.
Trading Made Simple(r)
-
SwingMan replied May 2, 2020New version "smTMMS Oscillator_v7.1" (I ask the first 10 downloaders to download again!) - It was a bug in version 7.0 because of the SMI programming - I tried to include the @RobinHood template in the default parameters.
Trading Made Simple(r)