• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA Please Test

Lets Cooperate to Perfected it to Better EA Code, Good Entry with good filter rule.
CometV1 already has Money Management, it control by how many time STOP Hit you can take for your Initial Deposit. I set 6 as default medium low risk, max Risk is 2, Low risk at 10.
Never set to 1, it will use all available in 1 Trade Loss will kill your account.
Set to 2 Will survive many time but hurt a lot when get a Loss, i will manual set it to 2 if Trend really strong and I really sure about that day trade. Personally I set to 3 for my live account.

You still can also use fix lot size if you set Fix Lot not 0.
PS: suenk hope this is what you request.
 

Attachments

Last edited:
I will test your EA on 99% data over time.

Can you please explain the strategy used? All I know is you use EURUSD M15...

What is the trade selection criteria?

Thank you.
 
In hourly check the Trend by watching MA55 movement. If trend up then power of trend more than maslope (EU =13) we want to trade that day follow trend direction. If neutral no trade.
Then check MA 21 at m15 if price go contra direction of trend more than our spoint (EU = 46) then we are ready to entry, next bar is open out of our target entry we open position.
The most important is SL more than average one day max movement, for UD 600 points, lower this can be stop out at one day trade.
TP optimize to around halve movement, for UD 275 points, too high cannot hit in one day.
Use trail stop to protect profit when it profit 100points more. Hope for this as day trade.
Time to trade is before London market open.
If market already open be careful.
I have optimized some setting data for GBPUSD which more risk more return. Please don't ever use EU setting for GBPUSD.
 
Last edited:
I will test your EA on 99% data over time.

Can you please explain the strategy used? All I know is you use EURUSD M15...

What is the trade selection criteria?

Thank you.
Thanks man. Please put extra caution in GMT time difference. Before London Open.
 
Last edited:
GBP USD set by now 2018 best setting
TP: 360
SL: 760
MAslope: 3
Trail start: 140
Trail Stop: 20
Trail Step: 10
sPoint: 50
please test it, thank you for your trouble.
 
Last edited:
Trail part setting of GBP USD maybe wrong (Trail Stop only 20 Points), it look like if it go one way and it did not rest or back anymore till it hit TP 360 Points. I will watch more Price Action on following week to see it.
 
You can send your template, with all the MA, to see the algorithm of the expert. Thanks. There are ideas on the trawl, but we need to check them on the chart.
we cannot see the template on 1 chart. this strategy always need 2 chart open
i will send 2 template for each chart TF.

a. hourly chart with SMA 55.
here we need to see slope of the MA. i call it Power of trend, it need to be above 13 for EU. some time if you zoom and price movement is small, your eyes can be trick by a slope with high degree but actually not pass 13 in power. slope is calculated from now MA55 - MA55 bar before.

b. 15minutes chart with SMA 21.
there will be a hidden parameter here, we call it sPoint (or maybe bargain/discount) since we don't want to entry at MA21 only but we want to have discount when we enter.

i hope you can understand my foggy explanation.
 
[QUOTE = "marwan xu, post: 212394, member: 39895"] Re upload, неправильная опечатка в названии....
[/QUOTE]
Thanks for the templates. In the archive made my own version for one chart.
I want to understand the logic of your expert. So I have a few questions.
1. You're using the time limit. What the exact time should be relative to GMT time. Or, you focus exclusively on the Asian session?
2. How to calculate the lot when LotsFix=0?
3. Don't understand option SlopeMA=13. Where can I see it or configure it?
4. Parameter sPoint=46. What exactly does it mean, and how can it affect the entrance?
5. МА55 on H1, it is a trend. While the other three parameters: MA21 M15, SloupeMA31 and sPoint46, work with each other? You can show examples of input on the screen to understand the logic of the input.
 

Attachments

Took another test, but on the quotes Ducasse. These are tick quotes, and there are much fewer errors. And a more realistic outcome.
 

Attachments

Thanks for the templates. In the archive made my own version for one chart.
I want to understand the logic of your expert. So I have a few questions.
1. You're using the time limit. What the exact time should be relative to GMT time. Or, you focus exclusively on the Asian session?
2. How to calculate the lot when LotsFix=0?
3. Don't understand option SlopeMA=13. Where can I see it or configure it?
4. Parameter sPoint=46. What exactly does it mean, and how can it affect the entrance?
5. МА55 on H1, it is a trend. While the other three parameters: MA21 M15, SloupeMA31 and sPoint46, work with each other? You can show examples of input on the screen to understand the logic of the input.
I will Try to make a Screen Explanation.
1. GMT 4 to 9 is best to try entry daily order. (today No Trade). Yes in Asia Time where nothing real is happen only Accumulation.
2. LotsFix = 0, will activated Money Management system to count the LotSize. I calculated it from Balance / (SL*Max TradeLoss)+250. here if you set MaxTradeLoss =2, your Account will loss 50% balance every loss, it will not kill but it will hurt your feeeling. Set to 10, each loss cost 10% balance for very low risk, you will feel more comfortable.
3. SlopeMA is Trend power, it calculated from Now MA55 - MA55 1bar before in H1 chart.
zoom your H1 chart check value of MA55 that is still moving, and one before that is fix. simply math MA55 - MA55(1 bar before). See it at H1 MA55 Trend configured it at setting. It is filter for Trend changing (today EURUSD all moring Neutral Zone). Today We assume EUR USD will maybe change Trend to Buy, so we don't trade.
4. sPoint is difference from MA21 on M15 with Entry Filter. Let say we want to Sell, then we want to sell it at MA21 Price or MA21 + discount (sell higher), i prefer to let price move above MA 21 with minimum sPoint (46 Point) as discount, Price need to move above MA 21 and pass sPoint then we will interest to open entry Sell.
5. Yes it work together.
MA55 H1 is Trend but if power is small we don't interest to entry, maybe just going to switch Trend. so we add MASlope as filter, MA Moving Slope less than MASlope Parameter will consider Neutral.
MA21 at 15 minutes Chart is is Entry Point, we will sell if Price above MA21, then we want to sell higher we add 1 more parameter sPoint (safe point to entry or discount from MA21 alone), If price just moving aroud MA21 we wait till it break up pass sPoint then we will interest to Entry Sell.
 
Last edited:
upload_2018-5-21_12-30-26.png
Hope you can Understand my Entry Strategy.
It is really is Simple Follow Trend Entry. Trend in chart H1 Entry Line at M15 chart
 

Attachments

  • upload_2018-5-21_12-30-26.png
    upload_2018-5-21_12-30-26.png
    280.5 KB · Views: 384
Back
Top