Laguerre VIX Trend Extrema
99 USD
Descargado demo:
664
Publicado:
13 abril 2017
Versión actual:
1.5
¿No ha encontrado el robot adecuado?
Encargue el suyo
en la bolsa Freelance.
Pasar a la bolsa
Encargue el suyo
en la bolsa Freelance.
Cómo comprar un robot comercial o indicador
Inicia el robot en el
hosting virtual
hosting virtual
Pruebe un indicador/robot comercial antes de comprarlo
¿Quieres ganar en el Market?
Cómo ofrecer un producto para que lo compren
Está perdiendo oportunidades comerciales:
- Aplicaciones de trading gratuitas
- 8 000+ señales para copiar
- Noticias económicas para analizar los mercados financieros
Registro
Entrada
Usted acepta la política del sitio web y las condiciones de uso
Si no tiene cuenta de usuario, regístrese

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