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.
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like;
if ( (High - Low) != 0.0 )to protect zero result condition
Hope it…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like ‘if ( (High – Low) != 0.0 )’ to protect zero result condition
Hope it h…[Read more]
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.
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Please feel free to contact me if you need further explanation, and also inform us your result so we could learn from your experience..best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Yes Brother, we could use any tools in any charts
this example on how I calculate the r,s,u, periods setting

Hope it help and best regards
MTH
MTH2014 replied to the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Hi Brother, in general I learn about tick volume since the beginning of malcomb vsa thread at ff, so this need several years to learn and practice in forward test mode..lol.
And I never trust backtest especially with MT4 strategy tester, so when I learn about how to handle Tick Volume and use it as one of your trading tool, I use it in forward…[Read more]
- Load More
