Laguerre VIX Trend Extrema
99 USD
Demo indirildi:
664
Yayınlandı:
13 Nisan 2017
Mevcut sürüm:
1.5
Uygun bir robot bulamadınız mı?
Freelance üzerinden kendi
robotunuzu sipariş edin
Freelance'e git
Freelance üzerinden kendi
robotunuzu sipariş edin
Bir alım-satım robotu veya gösterge nasıl satın alınır?
Uzman Danışmanınızı
sanal sunucuda çalıştırın
sanal sunucuda çalıştırın
Satın almadan önce göstergeyi/alım-satım robotunu test edin
Mağazada kazanç sağlamak ister misiniz?
Satış için bir ürün nasıl sunulur?
Alım-satım fırsatlarını kaçırıyorsunuz:
- Ücretsiz alım-satım uygulamaları
- İşlem kopyalama için 8.000'den fazla sinyal
- Finansal piyasaları keşfetmek için ekonomik haberler
Kayıt
Giriş yap
Gizlilik ve Veri Koruma Politikasını ve MQL5.com Kullanım Şartlarını kabul edersiniz
Hesabınız yoksa, lütfen kaydolun

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