gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
White bars are either “Doji” or engulfed bars, i.e. no significant price movement.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
White bars are either “Doji” or engulfed bars, i.e. no significant movement.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
There is no true Volume in Forex.
The parameter “Volume” in Data-Window is actualy Tick-Volume – which is the number of times the price is changed during TF.
This number is coming to the broker from Interbank. From testing it’s quite good reference to Futures Volume, like 90% correlation. Not by actual number, but by the relative relation to…[Read more]
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Engulfed is already eliminated in the function initial definition:
“…A new high is made (in an uptrend) or a new low (in a downtrend)…”
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
In your code you defined “Range” as (High-Low). It should be MathAbs(Close-Open). See same question & response by SmallCat.
Also I think it will more beneficial to display results on-chart and not in a separate indicator window, but that’s me…
Didn’t check further than that.
If you want to further extend it to Trend, please make it as a…[Read more]
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
In your code you defined “Range” as (High-Low). It should be MathAbs(Close-Open). See same question & response by SmallCat.
Didn’t check further than that.
If you want to further extend it to Trend, please make it as a separate function – like defined in the “Trading made really simple” thread.
Thanks for your efforts!
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Furthermore, others need basis to improve, add ideas and further enhance. That’s the aim of this “drill” – and it relates to the new topic “Trading made REALLY Simple”.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Furthermore, others need basis to improve, add ideas and further enhance. That’s the aim of this “drill” – and it relates to the new topic” Trading made REALLY Simple”.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
This is a Volume-based early warning of exhaustion, when even volume cannot extend the range and even closed BELOW the High or ABOVE the Low.
Higher-High and/or Lower-Low can only be determined AFTER the fact, by watching next bars.
That’s the reason why std. ZZ & Fractals are lagging by at least 2 bars/candles.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
This is a Volume-based early warning of exhaustion, when even volume cannot extend the range and even closed BELOW the High or ABOVE the Low.
Higher-High and/or Lower-Low can only be determined AFTER the fact, by watching next bars.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
MQ4 please. I don’t download voodoo charms.
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Just to clarify:
Volume greater than previous bar volume
Range less than previous bar range
A new high is made (in an uptrend) or a new low (in a downtrend)
Closes below the high (in uptrend) or below the low (in downtrend)
G.
gg53 replied to the topic in the forum Trading Systems Discussion 10 years, 5 months ago
How much do you pay for clicking the link?
From your profile: Talha Yeasin. Not so good: SEO expert | link builder | Effective Keyword
Do you want us to bann you from Facebook & LinkedIn, etc.?
Just another post like this B.S. one – and it will happen.
G.
gg53 started the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Instructions on how to contribute/participate in this thread are here: post #10337.
VlanFx is the only person authorized to add or update versions to the “official” EA of this community.
Each suggested addition/filter/contribution MUST add value to the EA recent version.
Our base-line for comparison is the parameters in post #10329 (same pa…[Read more]
gg53 started the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Instructions on how to contribute/participate in this thread are here: post #10337.
VlanFx is the person authorized to add or update versions to the “official” EA of this community.
If we assume that the attached picture represents almost all financial markets, we can create a proftable, low risk, Trading System.
Basically, all we need is 3…[Read more]
gg53 started the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Instructions on how to contribute/participate in this thread are here: post #10337.
If we assume that the attached picture represents almost all financial markets, we can create a proftable, low risk, Trading System.
Basically, all we need is 3 functions.
But beware: each function must be sturdy, definite, and take almost all relevant info…[Read more]
gg53 started the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
If we assume that the attached picture represents almost all financial markets, we can create a proftable, low risk, Trading System.
Basically, all we need is 3 functions.
But beware: each function must be sturdy, definite, and take almost all relevant info into consideration.
The Functions are:
Trend: returns (1) for UpTrend, (-1) for…[Read more]
gg53 started the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
If we assume that the attached picture represents almost all financial markets, we can create a proftable, low risk, Trading System.
Basically, all we need is 3 functions.
But beware: each function must be sturdy, definite, and take almost all relevant info into consideration.
The Functions are:
Trend: returns (1) for UpTrend, (-1) for…[Read more]
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
From your Fortran punched card I can safely conclude (with high probability…) that we’re both born roughly in same acient era… ;-}
G.
gg53 replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 5 months ago
Range, in this case, is Open/Close since we are able to analyze or enter/exit trade only on bar close.
You can clearly see that in my posted chart.
G.
- Load More