gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Highest High = Previous Bar HighestHigh
Lowest High = Previous Bar LowestHigh
Highest Low = Previous Bar HighestLow
Lowest Low = Previous Bar LowestLow(later on we define (in Up Swing):)
Highest High = Max(High(current), Highest High)
Highest Low = Max(Low(current), Highest Low)G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Highest High = Previous Bar HighestHigh
Lowest High = Previous Bar LowestHigh
Highest Low = Previous Bar HighestLow
Lowest Low = Previous Bar LowestLow(later on we define:)
Highest High = Max(High(current), Highest High)
Highest Low = Max(Low(current), Highest Low)G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Highest High = Previous Bar HighestHigh
Lowest High = Previous Bar LowestHigh
Highest Low = Previous Bar HighestLow
Lowest Low = Previous Bar LowestLow(later on we define:)
Highest High = MathMax(High, Highest High)
Highest Low = MathMax(Low, Highest Low)G.
gg53 replied to the topic Platform Related Questions & Issues in the forum General Discussions 10 years, 5 months ago
From existing Trading platforms I can only recommend the CTrader.
Reasons:
1. Partial compatability to MQL existing code.
2. It only works on true ECN/STP brokers.
Other platforms are also Ok, but hardly compatible for ones that have a lot of assets in MQL.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
That’s the one…
Read again and/or set a parameter for how much “previous” is meaningfull.
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
Since I’m not new to the Volume and almost all aspects of it, I can only say that from vast experience daily average Volume means nothing.
But you are welcome to research it again.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Thanks, I’m so glad that from all the posts here you finally found at least one… ;-}
I’ll free my weekend to dig out all my useless RSI, CCI, Stochastic, etc from their forgotten grave, if I can find it’s location.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Thanks, I’m so glad that from all the posts here you finally found at least one… ;-}
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Thanks, I’m so glad that from all the posts here you found finally at least one… ;-}
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
No, volume average isn’t strategy depended.
Daily average will “miss” good trades in the asian session – where volume is much lower than the average.
Highest volume is in the London+NY overlapping session, and there is no reason for that fact to influence and raise the other sessions “average” by using daily average.
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
No, volume average isn’t strategy depended.
Daily average will “miss” good trades in the asian session – where volume is much lower then the average.
Highest volume is in the London+NY overlapping session, and there is no reason for that fact to influence and raise the other sessions “average” by using daily average.
G.
gg53 replied to the topic How to: Creation of Fractal Arrow Indi in the forum
Fractal Arrow Prediction 10 years, 5 months agoYou got two more “Hints” on the creation of the ForexGT_Arrow in the “Trading made REALLY simple” thread.
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
Volume should be averaged by Sessions, not by Daily average.
Sessions are: London, London+NY, NY, Asian
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
I want the indie to accurately pin-point Peaks & Troughs.
See my last post at the “Trading made REALLY easy”.
As to code sharing: I’ll start doing that when more members here will start contributing.
As far as I can see, there are only 4-5 members that are actually contributing something (and you among the best of them), but the rest are…[Read more]
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
I want the indie to accurately pin-point Peaks & Troughs.
See my last post at the “Trading made REALLY easy”.
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 5 months ago
I want the indie that accurately pin-point Peaks & Troughs.
See my last post at the “Trading made REALLY easy”.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Finding Peak & Trough by Volume:
In this case we are in a general Down-Trend, so we need to find Peaks to enter SHORT.
The Volume_Oscillator, with a few enhancements, does a pretty good job. Minimal to zero LAG, Minimal to zero false signals.
Bars are colored by the swing rule found in the “True Bars/Candles and Market Sentiment” thread. So…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Finding Peak & Trough by Volume:
In this case we are in a general Down-Trend, so we need to find Peaks to enter SHORT.
The Volume_Oscillator, with a few enhancements, does a pretty good job. Minimal to zero LAG, Minimal to zero false signals.
Bars are colored by the swing rule in the “<a class=”bbp-reply-topic-title” title=”pipatronic…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Finding Peak & Trough by Volume:
In this case we are in a general Down-Trend, so we need to find Peaks to enter SHORT.
The Volume_Oscillator, with a few enhancements, does a pretty good job. Minimal to zero LAG, Minimal to zero false signals.
Bars are colored by the swing rule in the “” thread. So for down-trend we are looking at the Green bars…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Finding Peak & Trough by Volume:
In this case we are in a general Down-Trend, so we need to find Peaks to enter SHORT.
The Volume_Oscillator, with a few enhancements, does a pretty good job. Minimal to zero LAG, Minimal to zero false signals.
G.
- Load More