smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi G, i think i found it. I use kprsa’s RS code on getting min/max. I forget that in RS it counts candle to the left (from i to i+x). It should be to the right (from i to i-x), or negatif shift. Will try to repair it soon ….
Thanks
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi G,
Please take a look at the image below. I do not understand sonar tools +1 , the time range & begin time of M30, M15 and M5 rectangle are same.
The rectangle of M15 is a little bigger than M30, but M5 is much much bigger. This is just example only, not based on the OBV red/yellow dot yet.
But the result is different. I am afraid that this…[Read more]smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi G,
Please take a look at the image below. I do not understand sonar tools +1 , the time range & begin time of M30, M15 and M5 rectangle are same.
The rectangle of M15 is a little bigger than M30, but M5 is much much bigger. This is just example only, not based on the OBV red/yellow dot yet.
But the result is different. I am afraid that this…[Read more]smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Yes, you are right. It is lag, because of fractal. Thanks for Currency Strength information. I have Gadi Currency Strength, will look at it. Or may be simplex’s compact currency strength?
Thanks
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi G, in MT4 price id given per Tick. At the time the candle close, it can be No tick. And if we want to check fractal at 2 previous candle, it can be we missed it. Does it not better to check fractal at open/new candle? Yes this will be lag 3 candles instead of 2, but i think it is safer.
To catch peak/valley is not easy, and we can be…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi Vlan,
Please look at the image. May be combining your code with my code will give better signal ???

smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi Vlan,
What is your rule in getting data from GadiVolume ?
Edit: Sorry … i forget that you gave the source code. I will look at it. Thanks——–
Below is my modified code, i do not know if i am right in getting data from GadiVolume, and not sure about the rule for up/dn swing.
I add MT4 standard fractal, so the signal will late 2…[Read more]smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi Vlan,
What is your rule in getting data from GadiVolume ?
Below is my modified code, i do not know if i am right in getting data from GadiVolume, and not sure about the rule for up/dn swing.
I add MT4 standard fractal, so the signal will late 2 candles, but to make sure that there is a fractal, i call it after 3 bars (it will lagging 3…[Read more]smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi Vlan,
What is your rule in getting data from GadiVolume ?
Below is my modified code, i do not know if i am right in getting data from GadiVolume, and not sure about the rule for up/dn swing.
I add MT4 standard fractal, so the signal will late 2 candles, but to make sure that there is a fractal, i call it after 3 bars (it will lagging 3…[Read more]smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Some more questions G :
1) If i look at your picture posted on post #9197 , the TrueBar is NOT one candle (60 minutes bar in TF H1) where we can find the red/yellow dot of OBV. But it contains some H1 bars. In this case, shall we take only one bar where the red/yellow dot printed, or we take the last bar of that zone (pink/blue zone) , or .…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Some more questions G :
1) If i look at your picture posted on post #9197 , the TrueBar is NOT one candle (60 minutes bar in TF H1) where we can find the red/yellow dot of OBV. But it contains some H1 bars. In this case, shall we take only one bar where the red/yellow dot printed, or we take the last bar of that zone (pink/blue zone) , or .…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 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]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 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, 8 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, 8 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, 8 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, 8 months ago
Thanks a lot mate
May i know what is the meaning of that White bar ?Thanks
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 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, 8 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, 8 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