gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
My car have Automatic gear shifting…
Strangely enough, same params on both indicators looks quite the same on M30, but quite different on H4, as seen in above screenshot.
It’s not a question of adjusting gear shift, but what parameters setting correctly reflect the market.
If we decide to go with this logic:
LONG with currency the first…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
We can currently agree on few key elements of the EA’s Logic:
Trend:
ClearMethod: simplex latest version with current and 1 or 2 higher TF’s, Trend direction according to HTF, entries on areas of current TF in opposite to Trend direction.
TVI (or TickVolume): (Optional) Trend direction defined by above/below zero, entries areas are in opposite…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
We can currently agree on few key elements of the EA’s Logic:
Trend:
ClearMethod: simplex latest version with current and 1 or 2 higher TF’s, Trend direction according to HTF, entries on areas of current TF in opposite to Trend direction.
TVI (or TickVolume): (Optional) Trend direction defined by above/below zero, entries areas are in opposite…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
We can currently agree on few key elements of the EA’s Logic:
Trend:
ClearMethod: simplex latest version with current and 1 or 2 higher TF’s, Trend direction according to HTF, entries on areas of current TF in opposite to Trend direction.
TVI (or TickVolume): (Optional) Trend direction defined by above/below zero, entries areas are in opposite…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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]smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Thanks a lot G, will look at it again …

gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 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.
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi G,
About the market share, do i calculate it based on its pair “portion” ?
USD = ( EURUSDs1 + GBPUSDs2 + AUDUSDs3 … ) / 7.
So, the value of s1 = mEUR/mUSD , s2 = mGBP/mUSD … where mEUR is the share of EUR and mUSD is the share of USD.
Or we do it for each currency , after all other calculations like Vol, Momentum, etc are made :
[Read more]smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi G,
About the market share, do i calculate it based on its pair “portion” ?
USD = ( EURUSDs1 + GBPUSDs2 + AUDUSDs3 … ) / 7.
So, the value of s1 = mEUR/mUSD , s2 = mGBP/mUSD … where mEUR is the share of EUR and mUSD is the share of USD.
Or we do it for each currency , after all other calculations like Vol, Momentum, etc are made :
[Read more]gg53 replied to the topic Trading like Newton?! in the forum General Discussions 10 years, 4 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, 4 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, 4 months ago
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 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.
- Load More