• 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 :)

Suggestion I will make a Free EA with your Indicator

Sorry I have been busy but I am checking the forum.
Since there are many requests, I want to help all people but my coding time is very limited, so I want all to give me advices which indicators would be the most
profitable and to make a priority and I believe everyone would be happy if we can find the best one.
If I have time I will start coding but maybe I may start with easy one.:ok:

Thank You
i personaly try to check the members requests and indicators an rate them, if they are valuable or worthless.
i even revoke one of my requests.

according to my experience, source-code indicators (.mq4) rarely are profitable! and have to combine some of them to give positive results.
but some .ex4 indicators are very good-looking and with positive overall results.
there is no perfect indicator. please doubt to amazing signals of most indicators and check them with strategy-tester in M1 TF first.
and at last, my suggestion is working on this indicator:Screenshot 2018-10-14 12.11.42.png
 

Attachments

Thank You
i personaly try to check the members requests and indicators an rate them, if they are valuable or worthless.
i even revoke one of my requests.

according to my experience, source-code indicators (.mq4) rarely are profitable! and have to combine some of them to give positive results.
but some .ex4 indicators are very good-looking and with positive overall results.
there is no perfect indicator. please doubt to amazing signals of most indicators and check them with strategy-tester in M1 TF first.
and at last, my suggestion is working on this indicator:View attachment 60402

asdftty, thank you for a nice indicator. I coded.
Please do backtest to find the best setting! Though EA sometimes can not get proper signal, but overall it is OK.
I have not optimize parameter, so please try by yourself.:cool::ok:
upload_2018-10-18_0-6-55.png
 

Attachments

  • upload_2018-10-18_0-6-55.png
    upload_2018-10-18_0-6-55.png
    96.3 KB · Views: 879
  • EA_ADXm.ex4
    EA_ADXm.ex4
    146.4 KB · Views: 161
asdftty, thank you for a nice indicator. I coded.
Please do backtest to find the best setting! Though EA sometimes can not get proper signal, but overall it is OK.
I have not optimize parameter, so please try by yourself.:cool::ok:
View attachment 60409

Dear Tanaka
Thanks for your precious efforts
could you please change the type of ea setting to selectable:
its much faster in optimization
many thanks
Screenshot 2018-10-17 21.51.13.png
 

Attachments

  • Screenshot 2018-10-17 21.51.13.png
    Screenshot 2018-10-17 21.51.13.png
    55.8 KB · Views: 944
[QUOTE = "Francisco jose, post: 252709, membro: 46418"] [QUOTE = "endro yuwono, post: 252160, membro: 1169"] você pode tornar o EA assim: https://soehoe.id/ea-for -indicators.t3552 / [/ QUOTE]


amigo este EA que você indicou para mim está expirado. por favor alguém me ajude a fazer um robô com estas indicadores são grandes. por favor

amigo este EA que você indicou para mim está expirado. por favor alguém me ajude a fazer um robô com estes indicadores são grandes ganhos para todos. por favor
View attachment 60045
 
Hello Mr. Tanaka,
I would like you to create 1 EA
1- EA with the indicator fiji trend.
Point A: function: open with the arrow and close on the opposite arrow.
Point B: in case of negative order, set the increment value of lots 0.01 x 1.5 (increase).
zero increment counting if positive or take profit reached and return to entry price 0.01.
Point C: set from 1 to 12 orders as option of parameters for increment.
Point D: set increment as option from 1 to 3 (1.5, 1.8,2,0,2,3,3.0 ....).
Point E: own take profit and stop loss as option of parameters.
Point F: option for trailing stop
Point G: set start time and stop time for the day. from 01:00 until 16:00 hours running. second = true tuesday = true fourth.............
the EA must have the indicator input parameters so that settings can be made.
if possible send the mql4.
grateful
if you need to put a filter let me know ok
Thank you and I admire your work.
follow two files to use as filters if you find it necessary.
I coded. Maybe higher time frame is better. I coded with buystop & sell stop order, which you can select TRUE or FALSE. Find the best setting.:ok::)
PS. Sorry I never upload mql, ex4 only. Please understand.
Default setting with GU (TF H1)
upload_2018-10-18_9-34-59.png
upload_2018-10-18_9-35-11.png
 

Attachments

  • upload_2018-10-18_9-34-59.png
    upload_2018-10-18_9-34-59.png
    146.6 KB · Views: 909
  • upload_2018-10-18_9-35-11.png
    upload_2018-10-18_9-35-11.png
    80.7 KB · Views: 906
  • EA_Fiji Trend.ex4
    EA_Fiji Trend.ex4
    77 KB · Views: 183
asdftty, thank you for a nice indicator. I coded.
Please do backtest to find the best setting! Though EA sometimes can not get proper signal, but overall it is OK.
I have not optimize parameter, so please try by yourself.:cool::ok:
View attachment 60409
I modified the code.
Rev. A
1. Fix the code for backtest improvement. (much faster)
2. Add Buy_stop & Sell_stop order. You can choose normal buy & sell order or buy_stop & sell_stop

Backtest (default setting) : tp=2pips, sl=0 , trailing start=2pips, stop=2pips, step=10pips
If you use sellstop/buystop order, you can input buystop_sellstop_pips. For example, buystop_sellstop_pips=14 means
sellstop/buystop order is placed above/below 14pips from the price.

upload_2018-10-18_15-11-55.png
upload_2018-10-18_15-13-27.png

upload_2018-10-18_15-17-43.png
 

Attachments

  • upload_2018-10-18_15-11-55.png
    upload_2018-10-18_15-11-55.png
    96.8 KB · Views: 838
  • upload_2018-10-18_15-13-27.png
    upload_2018-10-18_15-13-27.png
    88.2 KB · Views: 839
  • upload_2018-10-18_15-17-43.png
    upload_2018-10-18_15-17-43.png
    50.3 KB · Views: 835
  • EA_ADXm(revA).ex4
    EA_ADXm(revA).ex4
    152.2 KB · Views: 194
Backtest (default setting) : tp=2pips, sl=0 , trailing start=2pips, stop=2pips, step=10pips

but how trade would be close??? suppose if price come down and change adx color then that trade would be close right??
 
I modified the code.
Rev. A
1. Fix the code for backtest improvement. (much faster)
2. Add Buy_stop & Sell_stop order. You can choose normal buy & sell order or buy_stop & sell_stop

Backtest (default setting) : tp=2pips, sl=0 , trailing start=2pips, stop=2pips, step=10pips
If you use sellstop/buystop order, you can input buystop_sellstop_pips. For example, buystop_sellstop_pips=14 means
sellstop/buystop order is placed above/below 14pips from the price.

View attachment 60520
View attachment 60522

View attachment 60528
upload_2018-10-18_12-55-57.pngwhy green line showing 93 and that blue line 120 which one is important i means which line?
 

Attachments

  • upload_2018-10-18_12-55-57.png
    upload_2018-10-18_12-55-57.png
    291.5 KB · Views: 829
Backtest (default setting) : tp=2pips, sl=0 , trailing start=2pips, stop=2pips, step=10pips

but how trade would be close??? suppose if price come down and change adx color then that trade would be close right??
sl=0 but trailing stoploss is 2pips, so if the price is down 2pips, then close orders, or you close with opposite signal.
 
upload_2018-10-18_13-1-25.pngyou means that green line is draw down... i am just checking it with lower time how it work.. i will test it with 1h also .. let see 5mnt where it will go
 

Attachments

  • upload_2018-10-18_13-1-25.png
    upload_2018-10-18_13-1-25.png
    288.1 KB · Views: 822
Back
Top