@javaai
Active 10 years, 3 months agosmallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi,
Trying to put the puzzle pieces to its place. This can be wrong though. Any information is welcome …
1) lets say we are at TF H1. We try to get the True Bar using Gadi_obv (red or yellow dot). Then split it into 3 parts, top is bull sentiment, bottom is bear sentiment.
2) Then we try to create our sonar meter (channels of M1 to M30), to…[Read more]
simplex replied to the topic Platform Related Questions & Issues in the forum General Discussions 10 years, 5 months ago
Thanks & yep: that’s it, basically!
Just collecting infomation at the moment.
simplex replied to the topic Platform Related Questions & Issues in the forum General Discussions 10 years, 5 months ago
Currently, I’m running my MQL development machine under Windows 7 Professional. After more than 2 decades of experience with software ‘upgrades’ by a multitude of companies, I’ve become a bit cautious, preferring to wait a bit longer. Stability is most useful!
For several weeks now, my Win 7 platform is nagging by an increasing number of updates.…[Read more]
simplex started the topic Platform Related Questions & Issues in the forum General Discussions 10 years, 5 months ago
Hi Everybody!
This thread is intended to discuss any question related to MetaTrader interaction / interface with the PC environment, like operating system, anti virus software, firewalls, etc.
simplex
simplex replied to the topic in the forum Trading Systems Discussion 10 years, 5 months ago
At the moment, this forum is run by Saver alone, as far as I know. And IPs alone can be spoofed easily. More sophisticated action would make sense – don’t know though what the forum platform provides.
s.
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G, can we say that Ehler’s two pole is one of this “second order low-pass filter” ?
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Thanks Vlan & GG. Hm … i must spare time to read the KillingZone again …
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Ou, it is ok then …

smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi mate,
The logic in that version is Wrong, so do not use it. I will upload the newer one soon, today or tomorrow …
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Thanks a lot mate
May i know what is the meaning of that White bar ?Thanks
simplex and
Anti are now friends 10 years, 5 months ago
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
As a novice mql coder, if you want to learn from fellow coders’ feedback, you always have to provide your mq4 code. Otherwise (ex4 only) nobody can analyze your code, and you can’t receive any valuable feedback.s.
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
I already guessed that from your display name in this forum!

s.
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
I honestly support this call:
When sharing an indicator, I often feel a bit lost. Usually that code will be ‘absorbed’, and that’s it. End of story. So I decided not to share everything, and by doing so I’m also following the example you’re providing, @gg53. Please don’t get me wrong: I very much appreciate all the knowledge you’re…[Read more]
simplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
I think if you honestly can recommend that course nobody would mind if you shared the link in our useful links thread.
This small community could really benefit from an increasing number of coders. I did my first steps into coding by typing FORTRAN 77 code on punchcards. So you might guess that was quite a while ago, but I haven’t forgotten…[Read more]
simplex replied to the topic in the forum Trading Systems Discussion 10 years, 5 months ago
This does not look reliable (see pic)! Be careful, scam is waiting behind every second corner in the world of forex!
‘If’ you decide to follow this link, I would recommend you use a secure internet connection (private browser window or even better: a proxy network).
s.
simplex replied to the topic in the forum Trading Systems Discussion 10 years, 5 months ago
This does not look reliable (see pic)! Be careful, scam is waiting behind every second corner in the world of forex!
s.
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi,
This is my code to create arrow like the picture below, just trying to make sure i understand it right.
This code is using simple MT4 volume indicator, still need time to try “normalize volume” indicator.I do not know the logic is right or wrong, please advice G.
Thanks
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
So Range is :
Close – Close ?
edit: ups sorry. I think it must be :
MathAbs (Close – Open) ?
And about the Volume: I think i have made mistake in down signal, it must be :
else if ( (curVol > prevVol)
is it right ?
But if i look at your chart, you use “normalize volume” . So, we must use “normalize volume”, instead of MT4 default Volum…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
So Range is : Close – Close – Open) ?
And about the Volume: I think i have made mistake in down signal, it must be :
else if ( (curVol > prevVol)
is it right ?
But if i look at your chart, you use “normalize volume” . So, we must use “normalize volume”, instead of MT4 default Volume indicator ?
Thanks in advance
- Load More