@gg53
Active 4 years, 4 months agogg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 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, 5 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, 5 months ago
Instruction added to 1st post.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 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.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 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, 5 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.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Please add reverse entry logic to EXIT trade if happened before SL.
(i.e. if Trough becomes Peak and we entered trade – than if it turns back into Trough again -> we exit trade.)
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Sorry, my BUG…
calcLOT designed to receive SL in POINTS and not PIPS, so we need to divide recieved variable /10.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Sorry, my BUG…
calcLOT designed to receive SL in POINTS and not PIPS, so we need to multiply recieved variable x10.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 5 months ago
Currency-Strength is a good indicator to add to our system, but please move the discussion of its inner build to the proper thread. Suggest one when it is finished and bug free – with proper way on how to use it to enhance our current EA.
G.
- Load More