Laguerre VIX Trend Extrema
99 USD
Versione demo scaricata:
664
Pubblicato:
13 aprile 2017
Versione attuale:
1.5
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

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