Laguerre VIX Trend Extrema
99 USD
Download demo:
664
Publicado:
13 abril 2017
Versão atual:
1.5
Não encontrou o robô certo? Encomende um para você
no serviço Freelance.
Ir para o Freelance
no serviço Freelance.
Como comprar um robô de negociação ou indicador?
Execute seu EA na
hospedagem virtual
hospedagem virtual
Teste indicadores/robôs de negociação antes de comprá-los
Quer ganhar dinheiro no Mercado?
Como apresentar um produto para o consumidor final?
Você está perdendo oportunidades de negociação:
- Aplicativos de negociação gratuitos
- 8 000+ sinais para cópia
- Notícias econômicas para análise dos mercados financeiros
Registro
Login
Você concorda com a política do site e com os termos de uso
Se você não tem uma conta, por favor registre-se

How does it works?
Can I use in EA?
Many Thanks,
Edson.
How does it works?
Can I use in EA?
Many Thanks,
Edson.
Hi Edson,
Absolutely, to use in an EA you can use the following iCustom code:
"Regular" LVTE Bottoms:
double LVTE_up_grey = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,0,0); // LVTE Up (no warning, grey bars)
double LVTE_up_warn = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,1,0); // LVTE Up (warning)
double LVTE_up_extrema = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,2,0); // LVTE Up (extrema)
double LVTE_dn_grey = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,3,0); // LVTE Dn (no warning, grey bars)
double LVTE_dn_warn = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,4,0); // LVTE Dn (warning)
double LVTE_dn_extrema = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,5,0); // LVTE Dn (extrema)
double LVTE_up_dot = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,true,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,35,0); // LVTE "dots" on upper extrema
double LVTE_dn_dot = iCustom(NULL,0,"Laguerre VIX Trend Extrema",1,1,true,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,34,0); // LVTE "dots" on lower extrema
"VIX" LVTE Bottoms Variant:
double LVTE_up_grey = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,0,0); // LVTE Up (no warning, grey bars)
double LVTE_up_warn = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,1,0); // LVTE Up (warning)
double LVTE_up_extrema = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,2,0); // LVTE Up (extrema)
double LVTE_dn_grey = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,6,0); // LVTE Dn (no warning, grey bars)
double LVTE_dn_extrema = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,7,0); // LVTE Dn (VIX bottom)
double LVTE_up_dot = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,true,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,35,0); // LVTE "dots" on upper extrema
double LVTE_dn_dot = iCustom(NULL,0,"Laguerre VIX Trend Extrema",2,1,true,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,34,0); // LVTE "dots" on lower extrema
"Instantaneous" LVTE Bottoms Variant:
double LVTE_up_grey = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,0,0); // LVTE Up (no warning, grey bars)
double LVTE_up_warn = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,1,0); // LVTE Up (warning)
double LVTE_up_extrema = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,2,0); // LVTE Up (extrema)
double LVTE_dn_grey = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,3,0); // LVTE Dn (no warning, grey bars)
double LVTE_dn_warn = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,4,0); // LVTE Dn (warning)
double LVTE_dn_extrema = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,false,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,5,0); // LVTE Dn (extrema)
double LVTE_up_dot = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,true,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,35,0); // LVTE "dots" on upper extrema
double LVTE_dn_dot = iCustom(NULL,0,"Laguerre VIX Trend Extrema",3,1,true,90,70,0.4,0.8,200,200,22,20,2.0,50,0.85,false,false,false,false,false,false,34,0); // LVTE "dots" on lower extrema
Best wishes,
Jay
Hi, I just rented this App for a month to explore it's potential before buying. First I should ask, Do the App work properly using Heiken Ashi Candles? or Should I switch back to Standard Japenese Candles? The documentation does seem a little thin, do you have anything like a user manual to help translate the coloured bars and the Dots. Are the dotted lines at the bottom of the displays meant to act as Overbought and Over Sold areas? Why do some of the Bars in the VIX display change to Green?
Anyway I really like the concept and I have set it up with all 3 variants running as you suggested and I will continue to work my way through the options and settings. Hope to hear from you regarding my questions. WayneD
Hello,
Just recently bought this, unfortunately the symbol dropbox is blank therefore I cannot place a trade. Have sent a message, hope you can assist with this ASAP.
Thanks
Dear Sir,
I want to know, how to show the three calculation variant type in one chart, simultaneously:
1. Regular
2. Vix
3. Instantaneous
like you have showing on the overview?
Because in the input parameter, I only can choose to show one type calculation. It makes me hard to match all the three, to get best positions. Thanks
Hi, just bought the indicator, VERY nice.
Can you please add a Push Alert as well?
Thanks