- Search Crypto Craft
- 2,748 Results (25 Threads, 2,723 Replies)
-
SwingMan replied Jul 30, 2019Here I posted a dashboard, did you not see it in the thread? url
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied Jul 30, 2019OK, for you I replaced in #Post 35 the Version_1.0 with Version_1.1 Example: here is the parameter TimeFramePanels_Width=50;
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied Jul 29, 2019If you're a beginner, a lazy trader or an old man, then maybe you can find something here: url
Trading Made Simple(r)
-
SwingMan replied Jul 29, 2019Thanks a lot for the daily posts of @RobinHood in "Trading Made Simple(r)" url and @TheSpoof in "Spoof's Trading Made Simple(r) Journal" url Here is my small contribution to help in trading beginners, lazy traders and old men ... image ...
LazyHashi: TMMS - Trading Made More Simpler
-
SwingMan replied Jul 25, 2019For analysis purposes I programmed a small help indicator. file How to use it: - One can calculate TMA for the Median or Open price - For Shift=1 the TMA is shifted 1 bar to the right, and the calculated values at the last bar remain stable. ...
Mean Reversion TMA
-
SwingMan replied Jul 22, 2019- ADR is calculated as the average of the differences High/Low - ATR is calculated as the average of the differences High/Close etc. (see the definition ...), and I used "iATR()". A fraction of this value is added or subtracted from the TMA (dotted ...
Mean Reversion TMA
-
SwingMan replied Jul 22, 2019- In the title one can see the price "Median" and the Deviation factor = "1.0" I suppose that values of 0.5 - 0.8 would be ok. It will not have a major impact on trading, but you do not have to calculate or optimize yourself the ADR fractions. - In ...
Mean Reversion TMA
-
SwingMan replied Jul 22, 2019The main thing in the R4M-BD system is the mean reversion to the nice moving average - the TMA. For lazy traders like me, it's unclear how I should take a proper value for ADR percent to calculate the bands. 1. - For this reason I have calculate the ...
Mean Reversion TMA
-
Mean Reversion TMA
Started Jul 22, 2019|Trading Discussion|7 replies
Many thanks for posting ideas and programs for a nice mean reversion system to two members: ...
-
SwingMan replied Jul 17, 2019The fractals Level-2 compare the position of the fractals Level-1, we know that. "True Fractals" uses a distance (e.g., parameter 18) of the classic fractals, so some fractals Level-1 are ignored. But I would not do without this ...
(binned per thread starter’s request) MM (Money Maker) Detective
-
SwingMan replied Jul 17, 2019This is true! The fractals Level 1 are caused by a retracement, and the CC by a continuation of the PriceAction. One can consider very well on sections without F or CC signals the classic 3-black crows or 3-white soldiers

(binned per thread starter’s request) MM (Money Maker) Detective
-
SwingMan replied Jul 16, 2019Is very simple: take as example as basis 10000 and add the char number of the letters... int MagicNumber=10000; int len=StringLen("EURUSD"); for(int i=0;i<len;i++) { ushort testChar=StringGetChar("EURUSD",i); MagicNumber=MagicNumber+testChar; } We ...
(binned per thread starter’s request) MM (Money Maker) Detective
-
SwingMan replied Jul 16, 2019Is not simpler to use the Market Watch list?
(binned per thread starter’s request) MM (Money Maker) Detective
-
SwingMan replied Jul 15, 2019In one of my system tests, I used the BB-Squeeze, and it's good. There are also other possibilities such as the slope of an MA. Here I posted one of "the best" oscillators where the flat trends are ignored: url One could consider in the dashboard ...
BBMA Reentry Trading System
-
SwingMan replied Jul 15, 2019You can try this: MTF BB-Squeeze: url or this: Squeeze Break Indicator: url
BBMA Reentry Trading System
-
SwingMan replied Jul 15, 2019For me it works perfectly on Pepperstone ...
BBMA Reentry Trading System
-
SwingMan replied Jul 14, 2019WARNING
In #Post 4929 I updated the FractalLevels DB with the version 1.1 url (In the old version I forgot to enable the signal updating)(binned per thread starter’s request) MM (Money Maker) Detective
-
SwingMan replied Jul 14, 2019Hi @Amir, thank you for the answer. I programmed the dashboard as a tool for newbies (like @totustuus), for lazy traders and for old people. Surely you will continue to develop your idea, making changes and additions and at this time I am not ...
BBMA Reentry Trading System
-
SwingMan replied Jul 14, 2019New Version "smBBMA_Amir DB_v2.0" (Download in the "Expert Advisors" folder) Some details: - The Dashboard takes into account the pairs from the "Market Watch" - The arrows are updated every minute (60 seconds). At the first DB-start, please wait ...
BBMA Reentry Trading System
-
SwingMan replied Jul 14, 2019Just for study and a little fun ... Dashboard of fractals Level-1 for possible manually trading. With this tool you can perhaps analyze more quickly the entry possibilities for different time frames. Attention! The buy and sell buttons have no real ...
(binned per thread starter’s request) MM (Money Maker) Detective