gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
How to EA Logic:
Now, after we have our SL, TP (?), Lots etc. and trading pre-conditions, we can implement the EA’s Logic itself.
This will be done in much the same way – by using FUNCTION calls (CS=CurrencyStrength, CM=ClearMethod, VZO=VolumeZoneOscillator, mySentimet=UserParam preference or Neutral):
//— LONG position (BUY) poss…[Read more]gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 2 months ago
How to EA Logic:
Now, after we have our SL, TP (?), Lots etc. and trading pre-conditions, we can implement the EA’s Logic itself.
This will be done in much the same way – by using FUNCTION calls (CS=CurrencyStrength, CM=ClearMethod, VZO=VolumeZoneOscillator, mySentimet=UserParam preference or Neutral):
//— LONG position (BUY) poss…[Read more]gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
Changing TF’s or currency pairs on your ClearMethod MTF version, causes the MTF to disappear, manual refreshing returns the indicator to correct state.
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
Changing TF’s or currency pairs on your ClearMethod MTF version, causes the MTF to disappear.
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
ClearMethod Peaks & Troughs can be further enhanced by using ADX (some modifications of an “ADX Candles” indicator).
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 3 months ago
About User Market Sentiment:
Sometimes a user have his own idea about market direction or some fundemental knowledge or preference.
In order to cater for that we need another User Parameter which can handle 3 states: Long only, Short Only, Both (LSB or 1,-1, 0).
The EA logic should take that parameter into consideration and trade only in the…[Read more]gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
This belongs in one of the Currency-Strength threads. I posted my “index” version as a suggestion to simplex CIX addition/option.
G.
gg53 replied to the topic Trading like Newton?! in the forum General Discussions 10 years, 3 months ago
Yeah, sure… RZ is working with high accuracy.
Just look at the EURCHF weekly chart from last year till today.
It went down from the 1.20 peg for ~11,000 pips, and 57 weeks later (more than a year…) it’s marching back, slooowly.
Will it be back to 1.20? I’m sure it will, sometime… so hang on to that position and DD, Brokers went broke, b…[Read more]
gg53 replied to the topic Trading like Newton?! in the forum General Discussions 10 years, 3 months ago
Yeah, sure… RZ is working with high accuracy.
Just look at the EURCHF weekly chart from last year till today.
It went down from the 1.20 peg for ~11,000 pips, and 57 weeks later (more than a year…) it’s marching back, slowly.
Will it be back to 1.20? I’m sure it will, sometime… so hang on with that position and DD, Brokers went broke,…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
I think it’s Ok to convert to your style and @VlanFx will adapt to that style later on. That will save precious time, and later on you can both coordinate published versions.
Many thanks to all contributing members.
G.
gg53 replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 3 months ago
Yeah, similiar articles made me make my own USDx indicator, already posted.
Thanks for the links, more readings…
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 3 months ago
I already posted that combination of ClearMethod & VZO (my ForexGT_VolumeOSC version), but it’s only part of that community EA.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 3 months ago
It will be, I promise, when the EA will be finished.
It will incluse robust understanding of: Trend, Sentiment, Currency-Strength, Volume and Price-Action – along with an EA skeleton + trading pre-conditions.
If you don’t understand the CONCEPT of each, you shouldn’t be trading the FOREX market. BUT: there is no need to go into the DETAILS of…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
My preference is that all functions be independent, for user chice which one to implement. Later we’ll issue guidelines of the implication of each and the mutual effect, if any.
While In Trade, it preferably should look like this:
If InTrade()
TrailingStop();
BreakEven();
TrailingProfit();
etc…
ExitTrade(…on opposite signal…before…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
My preference is that all functions be independent, for user chice which one to implement. Later we’ll issue guidelines of the implication of each and the mutual effect, if any.
While In Trade, it preferably should look like this:
If InTrade()
TrailingStop();
BreakEven();
TrailingProfit();
etc…
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
My preference is that all functions be independent, for user chice which one to implement. Later we’ll issue guidelines of the implication of each and the mutual effect, if any.
G.
gg53 replied to the topic VIDEO in the forum General Discussions 10 years, 3 months ago
I’ll soon share my tactics on the DAX. It’s indeed much faster.
G.
gg53 replied to the topic VIDEO in the forum General Discussions 10 years, 3 months ago
I’ll soon share my tactics on the DAX. It’s indeed mucu faster.
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 3 months ago
By watching the USDx indicator, you are looking on just one side of the coin.
If one other currency (x) is much stronger compared to a rising USD – that will be the result.
In those cases I still DON’T trade against a rising USD, and search for a weaker currency then currency (x), that is pointing down, to trade against currency (x…[Read more]
- Load More