@javaai
Active 10 years, 3 months agosmallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Thanks bro, will look at it …
Edit: Hi bro, just realize that you talk about ROC ? I mean to get Index of other currency like : EURx, CADx, etc … Or do you mean it is the same way to get it ?smallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Thanks bro, will look at it …
simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Hi smallcat!
For my point of view relating to your question …
… see my code lines 248 … 255 as posted here.
vUSD = ((- vEUR_USD - vGBP_USD - vAUD_USD + vUSD_CHF + vUSD_JPY - vNZD_USD + vUSD_CAD) / 7.0 ) * wtf;[Read more]
vEUR = ( vEUR_USD + ( - vGBP_USD - vAUD_USD + vUSD_CHF + vUSD_JPY - vNZD_USD + vUSD_CAD) / 6.0 ) * wtf;
vGBP = ( vGBP_US…smallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G, how to get the other apples from the basket? Does it has relationship with CS? Ex. Euro EURx = (EURcs / USDcs) * USDx, and CADx = ( CADcs/USDcs ) * USDx ?
smallcat replied to the topic MMLC (major move life cycle) indicator in the forum Indicator discussion 10 years, 5 months ago
Thanks xux99 and Simplex

smallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Ou, it is similar like divergence line or trendline of CS. So it s not calculated as “delta”, CS(0) -CS(1) ?
smallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G,
could you please explain about ROC? Do you get the diff between cur ROC(0) compare to previous ROC(1) ? In pips or in percent? Do you create the ROC for all currency in one indicator like you did for currency strength?
Thanks in advance
Edit: sorry, just found it at post #8333. So it is based on CS, and we are looking for the…[Read more]
smallcat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 5 months ago
Hi G,
could you please explain about ROC? Do you get the diff between cur ROC(0) compare to previous ROC(1) ? In pips or in percent? Do you create the ROC for all currency in one indicator like you did for currency strength?
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, 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, 5 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, 5 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]simplex replied to the topic Platform Related Questions & Issues in the forum General Discussions 10 years, 5 months ago
Sooner or later, they’ll force us into MT5+. By then, very much of our code will have to be rewritten, and the hurdle to take for coding newbies will be even higher than today.
On the other hand: migration to MT4 build 600+ has caused a lot of work on my side. But now, less than a year later, I just can’t imagine how to write the more…[Read more]
smallcat replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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]
- Load More