- Credits
- 0
Oh, my god.terminal mt4 no problem, i use 2 broker demo, 2 vps, and friday after close profit not open new position, and that all 8 ea i test same case
Maybe I coded no to trade on Friday?
All EA stop new oder on Friday, right??
Oh, my god.terminal mt4 no problem, i use 2 broker demo, 2 vps, and friday after close profit not open new position, and that all 8 ea i test same case
DayOfWeek()!=5
1. ea superarrowsSorry , I think there was a bug.
I coded not to trade on Friday......
Code:DayOfWeek()!=5
I added TRUE/FALSE flag so that you can select to stop(pause) EA or not.
View attachment 69001
If Stop_On_Friday =TRUE, EA will not trade on Friday.
If Stop_On_Friday =FALSE, EA will trade on Friday.
If Use_Friday timer =TRUE, EA will close all positons(orders) in a specific time on Friday.
Which EA can I fix? Please tell me what EA you are using? I will fix and upload here. Thanks.
Sorry , I think there was a bug.
I coded not to trade on Friday......
Code:DayOfWeek()!=5
I added TRUE/FALSE flag so that you can select to stop(pause) EA or not.
View attachment 69001
If Stop_On_Friday =TRUE, EA will not trade on Friday.
If Stop_On_Friday =FALSE, EA will trade on Friday.
If Use_Friday timer =TRUE, EA will close all positons(orders) in a specific time on Friday.
Which EA can I fix? Please tell me what EA you are using? I will fix and upload here. Thanks.
Tanaka san,
Konnichiwa!
EA_super_arrow_RGstar(revA).ex4 also does not work on Friday because of the same bug you mentioned, I think.
And I think "EA_mega_fx (revA)" is very profitable.
Is it possible to combine attached "FL11.ex4" with "EA_mega_fx (revA)" as one of options for profit taking ?
This indicator shows us over sold and over bought,and really works for 30M chart , 1H and 4H.
いつもありがとうございます。大変感謝しております。
Newly bought, if anyone can kindly do a step by step how to use I thank ... I did not completely understand ...
thanks...
https://pip.so/ovp/
have the manual!
Sorry , I think there was a bug.
I coded not to trade on Friday......
Code:DayOfWeek()!=5
I added TRUE/FALSE flag so that you can select to stop(pause) EA or not.
View attachment 69001
If Stop_On_Friday =TRUE, EA will not trade on Friday.
If Stop_On_Friday =FALSE, EA will trade on Friday.
If Use_Friday timer =TRUE, EA will close all positons(orders) in a specific time on Friday.
Which EA can I fix? Please tell me what EA you are using? I will fix and upload here. Thanks.
Hi SamTborn,Tanaka san,
Konnichiwa!
EA_super_arrow_RGstar(revA).ex4 also does not work on Friday because of the same bug you mentioned, I think.
And I think "EA_mega_fx (revA)" is very profitable.
Is it possible to combine attached "FL11.ex4" with "EA_mega_fx (revA)" as one of options for profit taking ?
This indicator shows us over sold and over bought,and really works for 30M chart , 1H and 4H.
いつもありがとうございます。大変感謝しております。
Sorry , I think there was a bug.
I coded not to trade on Friday......
Code:DayOfWeek()!=5
I added TRUE/FALSE flag so that you can select to stop(pause) EA or not.
View attachment 69001
If Stop_On_Friday =TRUE, EA will not trade on Friday.
If Stop_On_Friday =FALSE, EA will trade on Friday.
If Use_Friday timer =TRUE, EA will close all positons(orders) in a specific time on Friday.
Which EA can I fix? Please tell me what EA you are using? I will fix and upload here. Thanks.
Hi SamTborn,
Do you know if your indicator repaint ? Have you mq4 version please ?
Thanks
Thanks SamTborn,Yes, FL11 does repaint,but I use it for my manual trading. Maybe the attached is the latest mq4 file.
Please do not rely on this indicator too much. It is just one of references.
Good luck.
Yes, takeprofit is for normal order. Attack martin has no takeprofit and stoploss. It is used trailing stop value.Hi Tanaka, I tried EA_TR+Arrows+v.Alert and it works really great. But when I set TRUE to Attack Martin, the Martingle order didn't have TP as I set. Can you set TP for Martingle according to its original order TP? I cannot use trailing stop provided because it is too tight.
Trailing stop is too tight. Whatever value step I put, it will still modify every 1 pip. Some broker will have problem with this.
I really appreciate your help. Thank you.
OK. I will revise EA but there are so many, I will do one by one.mr tanaka. thanks for youre good work .pls the following e.as made by you do not trade on friday due to the bug .pls kindly help to work on them
i think take profit dont change can use basket profit if want one pair change magic numberYes, takeprofit is for normal order. Attack martin has no takeprofit and stoploss. It is used trailing stop value.
Maybe I should put trailing stop for attack martin separetely? What do you think?