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
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[i+1) ?
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
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi G,
Do i understand it right ? If ok, i will post the code later …
edit: in this case i calculate the “Range” with High-Low. Is it right?curVol = iVolume(NULL,0,i);
prevVol = iVolume(NULL,0,i+1);
curLow = iLow(NULL,0,i);
prevLow = iLow(NULL,0,i+1);
curHigh = iHigh(NULL,0,i);
prevHigh = iHigh(NULL,0,i+1);
curRa…smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Hi G,
Do i understand it right ? If ok, i will post the code later …
edit: in this case i calculate the “Range” with High-Low. Is it right?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,
Do i understand it right ? If ok, i will post the code later …
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,
One question about this. So it will be 9 rectangles (1 + 2 + 6) inside next H1 bar, with the max/min value ?
If we just take max/min of each TF, it will be only 3 rectangles, but they are overlapping each other …
Any hint ?
Thanks in advance.smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 8 months ago
Good idea, thanks bro. So far i use TMA bands by Mladen @TSD) it is also repaint.
a) do you know is there any similar channel that not repaint, i mean the “river” is similar. Not BB, Donchian, Keltner channel etc.
b) is your TMA bands available free for us?
Thanks
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
So you trade counter trend, trading near tge end of the big move (near swing point after big move)?
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 G. From your posts, the pieces of the puzzle can be collected. Soon we will see the light …

If you have time, please create a thread about news trading in the future. What tactic can be use to trade during high impact news …
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 G. From your posts, the pieces of the puzzle can be collected. Soon we will see the light …

smallcat changed their profile picture 10 years, 8 months ago
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 8 months ago
I think it is better to use 3 TF at the same time, looking for same star position. May be H4~H1~M15 or D1~H4~H1 combination. I think Kiads use it like that …
i could be wrong though …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 G, really great

smallcat changed their profile picture 10 years, 8 months ago
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 8 months ago
Thanks a lot mate. Will try it soon ….

smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 8 months ago
Hi mate, i just think that to use 1 pip idea, we may not use turning point tactic lije fractal, zz, etc. We must use a “sure 1 pip” indicator. Try to read GG’s post. You must create your own indicator based on his information. The levels indicator are good for exit, not for entry. Price will go there, but we must know the timing of its move ….
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 8 months ago
Thanks Blackstack and Kiads for your reply. I mean, i have tried fibarc, but after i click at one point (lets say the level line of smiley), hold my mouse, moving it vertically, and release the mouse. I have ticked at “ellips”, trying to make a circle. But i got a very big ellips line, some times they are “flat”, almost like horizontal lines.…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 9 months ago
Thanks a lot G …

smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 9 months ago
This is really great, thanks bro
I forget how to make the line to be “cycle” instead of levels. Could you please explain it ?
Thanks in advance.smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 9 months ago
Thanks a lot for your explanation G. About the Bar+4 for M1, shall we take from @08:55 – @08:59 ?
This HiLo levels will active only in 5 minutes (from @08:55 to @09:00 ) , and then we delete the levels & create new levels again on @09:55 (each 1 hour interval) ?
Is this to predict the direction of next H1 bar (begin bar time @09:00) or next M…[Read more]- Load More