MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 6 months ago
Yes Brother, Ideally you need $10,000.- to allow you go long 0.1 lot total active trades very safely.
But, if you play with pairs that already under their parity like NZDUSD, or AUDUSD, then the capital requirement should be less.. and if in the last 15 years history their price never ‘touch’ 0.5000 price value then you could calculate your…[Read more]
MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 6 months ago
Hi Again,
Most of you already familiar with ‘Time Frames’ or TF for short, and sometime argue each other about which one is the best TF..lol.
While I keep telling you several times, that you are financial traders, which search for profit in ‘money’ not in ‘time’. So, simply you must more concern about ‘Price Frames’ rather than ‘Time Frames’..…[Read more]
MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 6 months ago
You right brother, but mostly traders can’t patiently enough to trade 100 units on Oanda while they have $10.000 equity..
and most of retail brokerages standard account allow minimum lot of 0.01 that mean 0.1 $ per pip.
So, $1000 equity could cover 10,000 pips range. I at least need 3 positions to averaging or valving my first position, then I…[Read more]
MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 6 months ago
Hi Brother, nice to see you again in my thread, and also Big Thank You for Brother @PMMforex for explaining exactly what I do to deal with SL (Stop Loss) that I have my own term of MSYL (Make Sure Your Loss)… lol.
Here is more explanation about this in picture example of USDCHF Monthly Chart;

You ‘see’ my explanation on chart, and judging…[Read more]
MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 7 months ago
Hi Brother,
Actually that 2 losing trades is because my ‘old eyes’ that wrongly close this 2 positions instead of opposite positions that I want to close..lol, so blame the mouse not me… hahaha..
I believe that there’s no losing positions until you decide to close your floating minus positions, so as long as you have ‘strong margin’ (and…[Read more]MTH2014 started the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 7 months ago
Disclaimer and Warning.
==================================================================================
1. All of my share here is for educational purpose only.
2. All tools or systems share here ‘freely’ as is and with your own risk.
3. Past performance could not guarantee future result.
4. If sometimes in the future, someone cont…[Read more]
MTH2014 replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 7 months ago
Ok Guys, since I’m here in this thread, and one of our brother asking me by pm, what is my trading style.. ? because he following my threads and I share so many indicators and manual trading systems from candlestick chart to renko chart.. etc, lol.
So, I should explain that I don’t have permanent trading style, it’s always depend on current…[Read more]
MTH2014 replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 7 months ago
Thank You Brother @Shumway
Hopefully you could active here in our little home, please feel free to contact me if you want to discuss anything related to our hobby
Best Regards
MTH
MTH2014 replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 7 months ago
Hi Brother, Sorry for late reply
Yes, you can’t use this ‘look up’ higher multi currencies TF indicator in offline chart environment like renko chart, because in MT4 offline chart like renko use special TF file names to store their offline chart data and stupidly MT4 ‘think’ that this name associate with how to ‘framing’ the time.
And b…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Maybe,
else V = EMPTY_VALUE;at first second of every candles in every TFs mostly, Open = Close = High = Low with Volume = 0, So, ‘V’ should be ‘Empty’ first, before the loop change ‘her’ value later.. if High-Low != 0.0.
Just my noob cent.. lol
MTH
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Maybe,
else V = EMPTY_VALUE;
at first second of every candles in every TFs mostly, Open = Close = High = Low with Volume = 0, So, ‘V’ should be ‘Empty’ first, before the loop change ‘her’ value later.. if High-Low != 0.0.
Just my noob cent.. lol
MTH
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like;
if ( (High - Low) != 0.0 )to protect zero result condition
Hope it…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like ‘if ( (High – Low) != 0.0 )’ to protect zero result condition
Hope it h…[Read more]
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Please feel free to contact me if you need further explanation, and also inform us your result so we could learn from your experience..best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Yes Brother, we could use any tools in any charts
this example on how I calculate the r,s,u, periods setting

Hope it help and best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Hi Brother, in general I learn about tick volume since the beginning of malcomb vsa thread at ff, so this need several years to learn and practice in forward test mode..lol.
And I never trust backtest especially with MT4 strategy tester, so when I learn about how to handle Tick Volume and use it as one of your trading tool, I use it in forward…[Read more]
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Hi Brother, I don’t have anymore the original from mladen since it’s already years ago..
Mladen TVI version is line version and I already share the mq4 for our brother smallcat here ;
http://penguintraders.com/forums/topic/q-a-for-mq4-coding-newbies/page/2/#post-10440
Hope it help and best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Hi Brother, I don’t have anymore the original from mladen since it’s already years ago..
Mladen TVI version is line version and I already share the mq4 for our brother smallcat here ;
http://penguintraders.com/forums/topic/q-a-for-mq4-coding-newbies/page/2/#post-10278
Hope it help and best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Hi Brother, I don’t have anymore the original from mladen since it’s already years ago..
Mladen TVI version is line version and I already share the mq4 for our brother smallcat here ;
http://penguintraders.com/forums/topic/q-a-for-mq4-coding-newbies/page/2/#post-10278
Hope it help and best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 7 months ago
Hi Brother, I don’t have anymore the original from mladen since it’s already years ago..
Mladen TVI version is line version and I already share the mq4 for our brother smallcat here ;
http://penguintraders.com/forums/topic/q-a-for-mq4-coding-newbies/page/2/#post-10440
Hope it help and best regards
MTH
- Load More

