Page 108 of 158

Re: Self-adjusting GRaB Candles

Posted: Sun Mar 13, 2022 2:51 am
by 太虚一毫
mrtools wrote:Sun Mar 13, 2022 2:35 am What is Kvak's candle format?
GRaB does this by default. If candles automatically adjust width, fine:

input int WickWidth = 2;
input int BodyWidth = 4;
input bool UseAutoWidth = false;

Re: Self-adjusting GRaB Candles

Posted: Sun Mar 13, 2022 3:23 am
by mrtools
太虚一毫 wrote:Sun Mar 13, 2022 2:51 am GRaB does this by default. If candles automatically adjust width, fine:

input int WickWidth = 2;
input int BodyWidth = 4;
input bool UseAutoWidth = false;
Yes they automatically adjust.

Re: Self-adjusting GRaB Candles

Posted: Sun Mar 13, 2022 4:04 am
by kvak
太虚一毫 wrote:Sun Mar 13, 2022 1:46 am It might be nice to upgrade GRaB to teacher kvak's candles format.
Hello.
Its not my idea or code this candles format....I copy it from Mladens and Mrtools code.
I thing is better use Mrtools averages channel candles or mine average channel....

Re: Trend Indicators for MT4

Posted: Sun Mar 13, 2022 9:47 am
by zuzu
mrtools wrote:Tue Mar 08, 2022 3:55 am Ok thanks, changed it back to the older filter function, should be good now.
hello..

Can you add another filter?
cross instant

Is it possible to only get sell alerts below zero?

Is it possible to receive purchase alerts above zero?

Re: Trend Indicators for MT4

Posted: Sun Mar 13, 2022 9:51 am
by zuzu
mrtools wrote:Tue Mar 08, 2022 3:55 am Ok thanks, changed it back to the older filter function, should be good now.
in addition to my previous post

If you add this on the zero level cross, it will all be much more beautiful.

Re: LSMA Trend Channel

Posted: Sun Mar 13, 2022 7:29 pm
by 太虚一毫
mrtools wrote:Wed Jul 24, 2019 5:41 am Added the price options.
lsma - trend - channeled (mtf + alerts + arrows) is a very good indicator! :thumbup:

What if lsma was replaced with other averaging methods?

Re: Trend Indicators for MT4

Posted: Mon Mar 14, 2022 5:34 am
by mrtools
zuzu wrote:Sun Mar 13, 2022 9:47 am hello..

Can you add another filter?
cross instant

Is it possible to only get sell alerts below zero?

Is it possible to receive purchase alerts above zero?
It has zero cross coloring, alerts, and arrows already.

Re: Trend Indicators for MT4

Posted: Mon Mar 14, 2022 6:55 am
by mrtools
太虚一毫 wrote:Sun Mar 13, 2022 7:29 pm lsma - trend - channeled (mtf + alerts + arrows) is a very good indicator! :thumbup:

What if lsma was replaced with other averaging methods?
This would be the averages trend channeled.

Re: Trend Indicators for MT4

Posted: Mon Mar 14, 2022 10:26 am
by mrtools
mrtools wrote:Mon Mar 14, 2022 6:55 am This would be the averages trend channeled.
Added filtering, looks like it may be of use.

Re: Trend Indicators for MT4

Posted: Tue Mar 15, 2022 9:56 pm
by LUCAS123
mrtools wrote:Tue Mar 08, 2022 3:55 am Ok thanks, changed it back to the older filter function, should be good now.
hi mrtools, is it possible to add a reverse arrow, buy as sell, sell as buy?