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.
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.
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 of course you are not wrong.. this FOMC day with highly potential that the fed will change their interest rate.. market will move very volatile, so beware for all of you who use huge leverage account and relative spread, sometime hard SL or trailing stop also not work, and your MT4 platform freeze..lol. Remember when Swis…[Read more]
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.
- Load More