Page 1 of 3

TRO, Heiken-Ashi Smoothed request?.. would be very useful

Posted: Wed Sep 16, 2009 7:29 pm
by PINKPANTHER5
Hi TRO,

Are you able to program a HAS dashboard? HAS is a powerful tool and that seems like one of the only indicators I did not see that you programmed yet. It would be awsome if you could program a MTF or Dashboard indicator. Also could be a good reversal confirmation of DTB :D

Posted: Wed Sep 16, 2009 7:57 pm
by flinux
Because this is a my private indicator, I don't release the source code.
Enjoy it.

Posted: Wed Sep 16, 2009 8:05 pm
by flinux
Ah.. I forget it... you need (of course) "Heiken_Ashi_Smoothed". You can download it from MQ4 codebase.

Posted: Wed Sep 16, 2009 8:25 pm
by PINKPANTHER5
Thank flux its a nice indicator. But it does not display multiple currencies. Still good though, i'm using it now.

Posted: Wed Sep 16, 2009 8:45 pm
by flinux
Image

Here the multipairs, multitimeframe version. I've coded it 5 minutes ago.
Enjoy it.

(I release the source code, this time).

Posted: Thu Sep 17, 2009 7:57 pm
by PINKPANTHER5
SUPER FLUX! Thanks!!!!

Posted: Thu Sep 17, 2009 8:01 pm
by foreman01
hey. very slick.

Thanks

Posted: Fri Sep 18, 2009 5:01 pm
by foreman01
Neither of them seem to work for me. I get all all yellow arrows with one and all yellow W's with the other.

No problem for me, as I have other HA indicators if I really want to use them. Just thought I would mention that they are not working -- at least for me.

Posted: Fri Sep 18, 2009 11:30 pm
by flinux
foreman01, you have to modify the indicator's code.
I think you have to replace the string:
string q[] = {"EURUSDm","GBPUSDm","USDJPYm","EURJPYm","GBPJPYm","USDCHFm","USDCADm","NZDUSDm"};

with:

with:

string q[] = {"EURUSD","GBPUSD","USDJPY","EURJPY","GBPJPY","USDCHF","USDCAD","NZDUSD"};

OR with:

string q[] = {"EURUSDFX","GBPUSDFX","USDJPYFX","EURJPYFX","GBPJPYFX","USDCHFFX","USDCADFX","NZDUSDFX"};

Posted: Fri Sep 18, 2009 11:35 pm
by flinux
If you don't know how to modify the code, don't worry: I'll write an "automatic" multipairs version.

Have a nice day.