Page 47 of 61

Re: Supertrend indicators for MT4

Posted: Mon May 27, 2024 8:15 am
by oskison
mrtools wrote: Mon May 27, 2024 7:07 am I am the author and wondering why you would need the code is it not working as is?
No, indcator is ok but I would like to change color of buffer and 1 input as default setting. I dont like create indicator sets file in mt4 platform, and prefer have indicator with my customization. Only micro changes and Saving as my new ex4 file :)

Re: Supertrend indicators for MT4

Posted: Mon May 27, 2024 10:22 am
by RodrigoRT7
oskison wrote: Mon May 27, 2024 8:15 am No, indcator is ok but I would like to change color of buffer and 1 input as default setting. I dont like create indicator sets file in mt4 platform, and prefer have indicator with my customization. Only micro changes and Saving as my new ex4 file :)
hello oskison, everything is fine?

I saw that you are new here on the forum, welcome. MQL is not included in the post for this reason:

post1295368880.html#p1295368880

:)

Re: Supertrend indicators for MT4

Posted: Mon May 27, 2024 5:16 pm
by moey_dw
oskison wrote: Mon May 27, 2024 8:15 am No, indcator is ok but I would like to change color of buffer and 1 input as default setting. I dont like create indicator sets file in mt4 platform, and prefer have indicator with my customization. Only micro changes and Saving as my new ex4 file :)
Please follow the rules even though I feel you have genuine good intentions!!

As they say....
You can't hurt nobody, ain't no toxins in your venom....
You just a grandmama in denim!!!

Re: Supertrend indicators for MT4

Posted: Mon May 27, 2024 5:43 pm
by oskison
moey_dw wrote: Mon May 27, 2024 5:16 pm Please follow the rules even though I feel you have genuine good intentions!!

As they say....
You can't hurt nobody, ain't no toxins in your venom....
You just a grandmama in denim!!!
No-source-code.gif
hello

I understood, that's why I preferred to ask rather than demand, mql4 source file.
but if I asked the author of this project about visual changes to the indicator and he sent me a new ex4 file, then everything is fine?

Re: Supertrend indicators for MT4

Posted: Mon May 27, 2024 5:58 pm
by BeatlemaniaSA
oskison wrote: Mon May 27, 2024 5:43 pm hello

I understood, that's why I preferred to ask rather than demand, mql4 source file.
but if I asked the author of this project about visual changes to the indicator and he sent me a new ex4 file, then everything is fine?
Absolutely. That is why it is a good idea to put all your requests(i.e arrows, alerts, buttons, fonts) etc. in one post request and then the author will do them for you ;) :thumbup:

Re: Supertrend indicators for MT4

Posted: Tue May 28, 2024 7:51 pm
by oskison
mrtools wrote: Mon May 27, 2024 7:07 am I am the author and wondering why you would need the code, is it not working as is?
hi

Could you make one change to the indicator?

Re: Supertrend indicators for MT4

Posted: Wed May 29, 2024 2:28 am
by mrtools
oskison wrote: Tue May 28, 2024 7:51 pm hi

Could you make one change to the indicator?
Sure, let me know what you need to change.

Re: Supertrend indicators for MT4

Posted: Wed May 29, 2024 10:28 pm
by oskison
mrtools wrote: Wed May 29, 2024 2:28 am Sure, let me know what you need to change.
I would like to use signal line from you indicator as confirmaton signal to my EA but when i use buffer from indcator theit value has EMPTY_VALUE. buffer 0 for buy line anf buffer2 for sell line.
Indicator is great but i dont know what is going on with buffers

Re: Supertrend indicators for MT4

Posted: Wed May 29, 2024 10:34 pm
by talaate
mrtools wrote: Mon May 27, 2024 5:26 am SuperTrend using Rolling Moving Averages for ATR calculation

Don't know maybe kinda close.

This indicator uses the Rolling Moving Average as it's default. For more information on this type of MA, please see this guide: What are the All Averages filters?
Hi mrtools
Looks very interested one. Would you please add MTF option and if you please later on you may, when you have time, to publish histo version.
Many Thanks
My Greetings

Re: Supertrend indicators for MT4

Posted: Thu May 30, 2024 12:13 am
by mrtools
oskison wrote: Wed May 29, 2024 10:28 pm I would like to use signal line from you indicator as confirmaton signal to my EA but when i use buffer from indcator theit value has EMPTY_VALUE. buffer 0 for buy line anf buffer2 for sell line.
Indicator is great but i dont know what is going on with buffers
Buffer for trend is #4 and > 0 equals uptrend and < 0 equals downtrend.