Laguerre VIX Trend Extrema
99 USD
Demo heruntergeladen:
664
Veröffentlicht:
13 April 2017
Aktuelle Version:
1.5
Keinen passenden Roboter gefunden?
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Gehen Sie zu Freelance
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Wie man einen Roboter oder Indikator kaufen kann
Starte Deinen EA im
Virtual Hosting
Virtual Hosting
Teste einen Indikator/Roboter vor dem Kauf
Möchtest Du Geld im Market verdienen?
Wie man Produkte richtig präsentiert
Sie verpassen Handelsmöglichkeiten:
- Freie Handelsapplikationen
- Über 8.000 Signale zum Kopieren
- Wirtschaftsnachrichten für die Lage an den Finanzmärkte
Registrierung
Einloggen
Sie stimmen der Website-Richtlinie und den Nutzungsbedingungen zu.
Wenn Sie kein Benutzerkonto haben, registrieren Sie sich

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