gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
I’ll trade it live in the coming week to decide, and post my suggestion.
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
Validity of the CS model can be verified by comparing the USDx indicator (with market share weight) against ForexGT_Spaghetti.
When the USDx (Green) gets stronger (dotted Yellow above Red) the USD currency become strong on the ForexGT_Spaghetti (above “0”).
When the USDx (Green) gets weaker (dotted Yellow below Red) the USD currency become w…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 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, 5 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, 5 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, 5 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, 5 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]
jmn5611 joined the group
TZ and SS. 10 years, 5 months agogg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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]- Load More