gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
On TakeProfit:
While we wait for the skeleton of our EA to be finished (pre-conditions + Logic), lets discuss a much neglected topic of TakeProfit.
Besides the TrailingStop, once a trade is entered, most EA’s are basically remains static with their SL & TP. BUT the market keeps changing.
Here comes the concept of Dynamic/Adaptive TakeProfit…[Read more]
gg53 replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 4 months ago
Std. MT4 OBV is NOT an oscillator, and doesn’t have OB/OS areas.
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
1. Each instance act as a stand-alone and try to fetch the CAL file. If file already exist, the instance returns. File fetching is done on Daily basis.
2. Daily RELEVANT CAL file (only EUR & USD events loaded in case of EURUSD EA) is loaded into memory with unique name (i.e. EURUSD_CAL_DDMMYY).
3. EA instance access that memory file.
That’s…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
What’s the purpose of this ?!?!
The logic is not completed yet, as well as the pre-trading conditions…
How was the initial version?
How often do you clear “long-ago” pending trades?
I really don’t understand this “test”… or its purpose…
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Adding Commission distort the whole TRAILING process in MT4, since it is not included in the trailing calculation (besides the fact that the logic isn’t finished yet).
To simulate commission you should add it to the spread and multiply it by the lot size.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
actualRisk will later be used mainly for user display purposes.
G.
gg53 replied to the topic Filtering by Volume in the forum Trading Systems Discussion 10 years, 4 months ago
I’ll respond and relate to that AFTER the basic EA skeleton in “Tradind made REALLY simple” will be finished.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
That’s why I said Function (?)….
It can also be an external call.
…”BeforeTrade/AfterTrade (minutes) means number of minutes to next event and number of minutes after previous event? “… –> Yes.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Functionality.
We want to call that function (?) with user params like BeforeTrade/AfterTrade (minutes), Medium/High impact, Currency pair relevance.
G.
gg53 replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 4 months ago
That’s not the way I’ve implemented my MOD’s.
I agree that the 40 level is great and accurate.
Trying to find “more” signals usually leads to less acuurate indicators, although it is annoying to see missed “obvious” opportunities.
The indicator is showing Volume based opportunities, and you have to accept the fact that there are other ones,…[Read more]
gg53 replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 4 months ago
That’s not the way I’ve implemented my MOD’s.
I agree that the 40 level is great and accurate.
Trying to find “more” signals usually leads to less acuurate indicators, although it is annoying to see missed “obvious” opportunities.
The indicator is showing Volume based opportunities, and you have to accept the fact that there are other ones,…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
MT4 BackTests relies on actual data (if exist…) of Open, High, Low, Close (OHLC) of each bar.
EVERYTHING that is missing from the above is Randomized, which means all ticks within that data are randomized.
The MAX accuracy that you can get is getting perfect history of M1 OHLC of that test period and TimeFrame. Even that is hard to get.
On…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
MT4 BackTests relies on actual data (if exist…) of Open, High, Low, Close (OHLC) of each bar.
EVERYTHING that is missing from the above is Randomized, which means all ticks within that data is randomized.
The MAX accuracy that you can get is getting perfect history of M1 OHLC of that test period and TimeFrame. Even that is hard to get.
On top…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
ClearMethodSignals_01 indicator (post #10824) does exactly that.
“x” denotes swing point (repaints while bar active, static after bar close).
Arrow denotes area breakout, same behaviour (repaints while bar active, static after bar close).
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
ClearMethodSignals_01 indicator (post #10824) does exactly that.
“x” denotes swing point (repaints while bar active, static after bar close).
Arrow denotes area breakout.
G.
gg53 replied to the topic Trading made REALLY Simple 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 don’t agree with that statement.
Peak&Trough is our main logic, but pre-trading conditions are also important.
The EA should consider those pre-conditions, and if the user doesn’t want to consider some of those conditions he/she can disable them, but those conditions should be there.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Attached…
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Attached…
gg53 replied to the topic Voice Chat in the forum General Discussions 10 years, 4 months ago
Skype: ggfx_ggfx
G.
- Load More