MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 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, 4 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, 4 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, 4 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
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
regarding the pre-trading conditions: FFCal -> @Emonts contacted me by PM and sent me a mqh file for this with example on how to call the functions. Now he’s fixing it so it works with prefix/postfix pairs. So this one is covered. Max. Spread -> I’ll implement this one Trading Hours, TradeOnMonday, TradeOnFriday, FridayClose -> @slicken had imp…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
regarding the pre-trading conditions: FFCal -> @Emonts contacted me by PM and sent me a mqh file for this with example on how to call the functions. Now he’s fixing it so it works with prefix/postfix pairs. So this one is covered. Max. Spread -> I’ll implement this one Trading Hours, TradeOnMonday, TradeOnFriday, FridayClose -> @slicken had imp…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Wish you merry Christmas, Happy Holidays and a Happy New Year!!
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
This is our MAIN indie, so it deserve its place here, untill concluded and we can agree on stable indicator.
In the meantime, someone can finalize the other pre-trading conditions functions (FFCAL, Hours, Spread, etc…).
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
This is our MAIN indie, so it deserve its place here, untill concluded and we can agree on stable indicator.
In the meantime, someone can finalize the other pre-trading conditions functions (FFCA, Hours, Spread, etc…).
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Oooops…
Just saw that simplex beat me in the M1 testing issue…
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
What about testing the EA in rorward test (demo account), with iCustom call on M1 for an hour or so?
This should give an answer to the “repainting” issue AFTER bar close.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Yes, the initial requirement was TWO functions, one for PEAK and one for TROUGH. Hence the requirement for returning Peak()==1 and Trough()==1.
Now we are using (I hope…) just one function for both Peak&Trough, so the differentiation is redundant, and we can use 1, -1, 0 (or 3-bit logic…).
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Yes, the initial requirement was TWO functions, one for PEAK and one for TROUGH. Hence the requirement for returning Peak()==1 and Trough()==1.
Now we are using (I hope…) just one function for both Peak&Trough, so the differentiation is redundant, and we can use 1, -1, 0.
G.
MTH2014 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
If I’m not wrong, you try to set 3 color condition in single index buffer ? you can’t do that. If you change according to current condition, then the new color will override the whole old color of that buffer. For 3 condition colors you need also 3 index buffers, that’s why Simplex use 2 buffers for his ClearMethodSimple indicator in histo…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Entry is by Peak/Trough breakout signal, regardless of bar type.
G.
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Someone asking about , could we use this histo TVI to recognize trend change.. ?
well here we go..

As I already explained so many times, that this is only ‘tool’ just like any other indicators, so you could use ‘her’ whatever you like as long as you know what you do.. and you know what you want to ‘see’ visually..
Hope it help and best…[Read more]
MTH2014 started the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Hi Guys.., One of our brother here asking me to renew my Tick Volume Indicator version to match with MT4 build 940 and also need explanation on how to use ‘her’ as your trading tool..
My TVI histo version base on TVI created by Mladen several years ago. I just add some formula to make ‘her’ look more ‘fancy’.. hehehe..
How to use ‘her’ in…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Trade Entry point:
Currently we enter pending trade AFTER bar close.
If so, why enter on the High+xx (for LONG) or Low-xx (for SHORT)?
We can enter a Buy-Stop at the Close+xx (Long) or Sell-Stop at Close-xx (Short).
We can also enter Buy-Limit at the Close-xx or Sell-Limit at Close+xx, to get some extra pips.
(or even BOTH, as KIAD…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Trade Entry point:
Currently we enter pending trade AFTER bar close.
If so, why enter on the High+xx (for LONG) or Low-xx (for SHORT)?
We can enter a Buy-Stop at the Close+xx (Long) or Sell-Stop at Close-xx (Short).
We can also enter Buy-Limit at the Close-xx or Sell-Limit at Close-xx.
(or even BOTH, as KIAD suggested…)
G.
- Load More
