Page 1 of 1

Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Sat Sep 26, 2020 6:09 pm
by LadyAmira
Hi folks, I found a very interesting EA called "smHilo Dashboard EA V2,3,3" which was created some years ago. Is anybody able to add a news filter to it to prevent trading during news? That would be great, thank you! :)

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Sun Sep 27, 2020 7:33 am
by mosape
LadyAmira wrote: Sat Sep 26, 2020 6:09 pm Hi folks, I found a very interesting EA called "smHilo Dashboard EA V2,3,3" which was created some years ago. Is anybody able to add a news filter to it to prevent trading during news? That would be great, thank you! :)
and it will be great if you post mql file (source code file) instead of exe file , nobody can’t do shit with exe file.
thank you 🤪

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Mon Sep 28, 2020 3:17 am
by LadyAmira
Unfortunately I don't have it. :( A lot of coders have a decompiler, so I hope that there's a solution somehow.

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Mon Sep 28, 2020 3:32 am
by Jimmy
LadyAmira wrote: Mon Sep 28, 2020 3:17 am Unfortunately I don't have it. :( A lot of coders have a decompiler, so I hope that there's a solution somehow.
Decompiling/hacking is not permitted to be discussed here. Please follow our rules.

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Mon Sep 28, 2020 4:39 am
by moey_dw
LadyAmira wrote: Mon Sep 28, 2020 3:17 am Unfortunately I don't have it. :( A lot of coders have a decompiler, so I hope that there's a solution somehow.
Need to post mql man............... no decompile suggestions allowed here!!!!

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Mon Sep 28, 2020 4:53 am
by LadyAmira
moey_dw wrote: Mon Sep 28, 2020 4:39 am

Need to post mql man............... no decompile suggestions allowed here!!!!
It was not my intention man... Furthermore Jimmy said enough, unnecessary comment!

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Thu Oct 01, 2020 11:31 pm
by LadyAmira
Hi folks, I now have the files directly from the author. :)

Besides the news filter there is one important trading rule missing, too:


No trade if current H1 candle makes highest or lowest price of the day, so the function what is important:

- Under above situation, EA won't create a new trade or pending order in M15 until current H1 candle close

- EA will close all previous market order and pending order.


Maybe anyone of the great coders here can help, thank you very much for your efforts! :)

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Thu Oct 01, 2020 11:44 pm
by ChuChu Rocket
LadyAmira wrote: Thu Oct 01, 2020 11:31 pm Hi folks, I now have the files directly from the author. :)
Good work, many thanks to the author for allowing the codes to be posted. Hopefully Mrtools or Pacois may be able to check it out :)

Re: Is anybody able to add a news filter to smHilo Dashboard EA V2,3,3? :)

Posted: Fri Oct 02, 2020 9:56 pm
by forextraderaz
LadyAmira wrote: Thu Oct 01, 2020 11:31 pm Hi folks, I now have the files directly from the author. :)

Besides the news filter there is one important trading rule missing, too:


No trade if current H1 candle makes highest or lowest price of the day, so the function what is important:

- Under above situation, EA won't create a new trade or pending order in M15 until current H1 candle close

- EA will close all previous market order and pending order.


Maybe anyone of the great coders here can help, thank you very much for your efforts! :)
Hi,
When I compiled the EA I am getting 30 errors is there a missing include file that needs to be posted?