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.
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.
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 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, 4 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, 4 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, 4 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.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
After some tests/trials:
I prefer Buy-Limit @Close +xx, instead of the current Buy-Stop @High+xx.
In cases where entry is in mid-bar, entry should be also a Buy-Limit instead of Buy-Stop.
Vice versa for Shorts.
Advantage: More pips.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
After some tests/trials:
I prefer Buy-Limit @Close +xx, instead of Buy-Stop @High+xx.
In cases where entry is in mid-bar, entry should be also a Buy-Limit instead of Buy-Stop.
Vice versa for Shorts.
Advantage: More pips.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
This CS discussion looks interesting, but I want to see a working indicator to compare it’s accuracy and lagging, instead of reviewing bits of code.
This should be done in any case, because we have several CS’s to choose from, and we need to be practical and focus on this specific EA.
We should be using it inside the EA as a function, returning…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
This CS discussion looks interesting, but I want to see a working indicator to compare it’s accuracy and lagging, instead of reviewing bits of code.
This should be done in any case, because we have several CS’s to choose from, and we need to be practical and focus on this specific EA.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanx for contributing.
Please note that @vlanfx is in charge and responsible for versioning.
Any addition/contribution please post as separate file and @vlanfx decide where to integrate it.
BTW: your “Comment” overwites already existing one. That’s one of the reasons why only one person is in charge of new versions, and it’s @vlanfx.
G. [/quote…[Read more]gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanx for contributing.
Please note that @vlanfx is in charge and responsible for versioning.
Any addition/contribution please post as separate file and @vlanfx decide where to integrate it.
BTW: your “Comment” overwites already existing one. That’s one of the reasons why only one person is in charge of new versions, and it’s @vlanfx.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 in the forum Development 10 years, 4 months ago
Contribute here, Uradon Keeryder.
If We wanted somewhere private, we all know several other places.
This is a Community project, so everyone can participate & contribute, and you are more then welcome.
VlanFx is responsible for versioning, after comments and discussions of each contribution.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Contribute here, Uradon Keeryder.
If We wanted somewhere private, we all know several other places.
This is a Community project, so everyone can participate & contribute, and you are more then welcome.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Contribute here, Uradon Keeryder.
I we wanted somewhere private, we all know several other places.
This is a Community project, so everyone can participate & contribute, and you are more then welcome.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Guys,
(off topic)
I’m worried about Saver0.
We haven’t “seen” him for a long time, and he doesn’t respond to Skype msgs.
I sure hope everything is Ok with him, and he’s just busy.
Does anyone have contacted him lately or know other ways to confirm that everything is Ok with him?
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Guys,
I’m worried about Saver0.
We haven’t “seen” him for a long time, and he doesn’t respond to Skype msgs.
I sure hope everything is Ok with him, and he’s just busy.
Does anyone have contacted him lately or know other ways to confirm that everything is Ok with him?
G.
- Load More