@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
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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 months ago
Thanks a lot G. From your posts, the pieces of the puzzle can be collected. Soon we will see the light …

simplex and
limprobable are now friends 10 years, 5 months agosimplex replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Hi @blueface!
Thank you for your request!
At the moment, I am fully occupied by making my integrated CIX indicator work properly. See here.
I like the ideas G. is posting in this thread very much, and my fingers are itching in order to type some code to bring this to life. But sorry for now: I have to focus my efforts. I will watch with…[Read more]
simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
I think I’m getting closer.
Still need to do some code cleanup, as well as readjust the realtime interface between indicator and EA.
Now I’m planning to integrate three different types of entries, for a first test:
momentum based: enter strongest smoothed slope against weakest one
reversal based: when one currency line changed direction,…[Read more]simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Ok, this makes sense.
I would assume that ‘Absolute Currency Strength’ in this sense means a CS algorithm which calculates its values in reference to some external index or a currency basket. Correct?
s.
simplex replied to the topic I can't remain silent anymore! in the forum General Discussions 10 years, 5 months ago
A minute of silence and a light for the victims, their families, and their friends is the least we can do.
I’m living close to Bonn, and I remember that bomb in Bonn Main Station, which could be deactivated months ago. If the Bonn perpetrators wouldn’t have been too stupid to make the igniter work properly we would have faced a similarly…[Read more]
simplex replied to the topic I can't remain silent anymore! in the forum General Discussions 10 years, 5 months ago
A minute of silence and a light for the victims, their families, and their friends is the least we can do.
I’m living close to Bonn, and I remember that bomb in Bonn Main Station, which could be deactivated months ago. If the Bonn perpetrators wouldn’t have been too stupid to make the igniter work properly we would have faced a similarly…[Read more]
simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Thank you for your input!
I agree, just like I stated earlier. Yet in an earlier post you wrote:
Now I’m a bit puzzled again, and maybe I only misunderstand your words. To me, your statements appear to be contradictory to each other. Could you clarify?
s.
smallcat changed their profile picture 10 years, 5 months ago
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 5 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, 5 months ago
Thanks a lot G, really great

- Load More