gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 2 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, 2 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, 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 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]
xux99 replied to the topic Stairstep Breakouts indicator and EA in the forum Trading Systems Discussion 10 years, 3 months ago
Check if your broker has enabled trading with expert advisors and if you can backtest it succesfully. You can also try the same settings in a demo account of a different broker.
xux99 replied to the topic Stairstep Breakouts indicator and EA in the forum Trading Systems Discussion 10 years, 3 months ago
Check if your broker has enabled trading with expert advisors. You can also try the same settings in a demo account of a different broker.
xux99 replied to the topic Stairstep Breakouts indicator and EA in the forum Trading Systems Discussion 10 years, 3 months ago
Check if your broker has enabled trading with expert advisors. You can also try the same settings with a demo account of a different broker.
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.
xux99 replied to the topic Stairstep Breakouts indicator and EA in the forum Trading Systems Discussion 10 years, 3 months ago
Make sure you have complete M1 historical data.
xux99 replied to the topic Stairstep Breakouts indicator and EA in the forum Trading Systems Discussion 10 years, 3 months ago
Download the latest EA version from the first post and try to check for any error messages in Experts and Journal tabs.
- Load More