MTH2014 replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 4 months ago
Hi Brother.. lol, my old brother from more than 5 years ago..

Nice to met you here.. , feel free to contribute and share your knowledge brother..
May Allah Bless You and your family and friends with healthy, wealthy and strong faith..
Have a nice week end
MTH
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Already exist from the initial skelleton/template. Please familiarize yoursel with the content of this thread.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Already added to the initial skelleton/template. Please familiarize yoursel with the content of this thread.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
That’s not the situation right now, hence the request to use iCustom refering to the indicator.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Instruction added to 1st post.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
As I understand it, peak and through areas are defined by relative positions of Highs and Lows. And as long as a candle is being formed, it’s High or Low can change. So only after the candle is Closed, can we know for sure that a through has changed into peak. @GG53 which Close do you mean: highest Close of the area, or Close of the candle w…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
As I understand it, peak and through areas are defined by relative positions of Highs and Lows. And as long as a candle is being formed, it’s High or Low can change. So only after the candle is Closed, can we know for sure that a through has changed into peak. @GG53 which Close do you mean: highest Close of the area, or Close of the candle w…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
There is a post above related to this…
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Please don’t post EA versions here. Read thread instructions.
That’s VlanFx job, and he’s the only one that is permitted to do so.
If you want to suggest or add additions – please post code snippet and/or suggested indicator and the way to call it.
VlanFx will add it, if found valuable to the EA and logic accepted by other co…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Please don’t post EA versions here. Read thread instructions.
That’s VlanFx job, and he’s the only one that is permitted to do so.
If you want to suggest or add additions – please post code snippet and/or suggested indicator and the way to call it.
VlanFx will add it, if found valuable to the EA and logic accepted by other co…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
I don’t like Xmeter as a CS indicator. It’s just numeric, without any sign of current direction of each currency.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Hi G, i do not understand this part of logic. We do our Long entry point at Peak, Not at Trough? And we exit that Long trade at Trough, Not at Peak?
Could you pleae explain the reason why we do that? Or i have missed understood it? Thanks [/quote]We enter LONG when we are in Trough area breakout.
G.
MTH2014's profile was updated 10 years, 4 months ago
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Great! Looking forward to see how it is working. Yes its a shame MT4 EA’s cant be backtested using strategy tester across multiple currencies as MT5. I saw SL is also ATR based. This is intresting. I have been testing this method many times before but I never got it to preform better than a fixed value in the long run. So im exited to see if it c…[Read more]
MTH2014 replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 4 months ago
Hi Guys.. BE CAREFUL.. Market start to ‘dance’, it’s Luring time… lol..

MTH
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Please add another condition for exiting the pre-check before trade entry:
//Don’t trade large bars
//if((High[1]-Low[1])>2*ATR) return;We can debate if it should be double or more, or make it a user parameter.
Thanks,
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Please add another condition for exiting the pre-check before trade entry:
//Don’t trade large bars
//if((High[1]-Low[1])>2*ATR) return;Thanks,
G.
MTH2014 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Thanks G & simplex. So if we have some buffers (arrays), and we use IndicatorCounted(), is it better to check for New Bar coming, then we shift the content of the array ? We add a new space to array for storing the new result later. In this case, we are only work with last (current) candle, which will safe CPU load … or ? Unfortunately TVI by o…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
I’ve added more logic to the current one, using my version of CS, and it’s doing more than Ok on live (demo acct) trades.
The problem is that CS can’t be accurately backtested (MT4 backtest consider only current pair currencies), so I suggest we leave CS as a last addition, although I still consider it as major addition to this EA.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Please add reverse entry logic to EXIT trade if happened before SL.
(i.e. if Trough becomes Peak and we entered Long trade – than if it turns back into Trough again -> we exit trade.)
G.
- Load More