Synthetic VIX Indicator For MT5

Synthetic VIX Indicator For MT5

Table Of Contents:

  1. Synthetic VIX Indicator For MT5
  2. Εγκατάσταση του Synthetic VIX Indicator For MT5
  3. Παράμετροι του Synthetic VIX Indicator For MT5
  4. Buffers του Synthetic VIX Indicator For MT5
  5. Κύρια μέρη του κώδικα

Ο Synthetic VIX Indicator For MT5 βασίζεται στον καλά γνωστό δείκτη VIX. Ο τυπικός δείκτης VIX περιορίζεται σε δείκτες μετοχών, όπως το S & P 500, το NASDAQ κλπ. Το συνθετικό VIX δεν έχει περιορισμούς. Μπορεί να χρησιμοποιηθεί σε κάθε μέσο διαπραγμάτευσης.

FREE Synthetic VIX Indicator

Download the FREE Synthetic VIX Indicator for MT5.

To receive my email 100% sure: 
Put my email on your whitelist!

 

Partially Automated Trading Besides Your Day Job

Alerts In Real-Time When Divergences Occur

 

Εγκατάσταση του Synthetic VIX Indicator For MT5

Αφού κατεβάσετε την ένδειξη μέσω της παραπάνω φόρμας, πρέπει να αποσυνδέσετε το αρχείο zip. Στη συνέχεια, πρέπει να αντιγράψετε το αρχείο Synthetic VIX.mq5 στο φάκελο MQL5Indicators της εγκατάστασης MT5 . Στη συνέχεια, κάντε επανεκκίνηση του MT5 και, στη συνέχεια, θα μπορείτε να δείτε τον δείκτη στη λίστα των δεικτών.

Παράμετροι του Synthetic VIX Indicator For MT5

Το Synthetic VIX Indicator For MT5 έχει παραμέτρους 1 για να ρυθμίσετε τις παραμέτρους.

input int inpVixPeriod = 20; // Synthetic VIX period 

Buffers του Synthetic VIX Indicator For MT5

Το Synthetic VIX Indicator For MT5 παρέχει buffers 2 .

SetIndexBuffer(0,val,INDICATOR_DATA); SetIndexBuffer(1,valc,INDICATOR_COLOR_INDEX); 

Κύρια μέρη του κώδικα

int OnCalculate(const int rates_total,                 const int prev_calculated,                 const datetime &time[],                 const double &open[],                 const double &high[],                 const double &low[],                 const double &close[],                 const long &tick_volume[],                 const long &volume[],                 const int &spread[])   {    if(Bars(_Symbol,_Period) lt rates_total) return(prev_calculated);    int i=(int)MathMax(prev_calculated-1,0); for(; i lt rates_total && !_StopFlag; i++)      {       int    _start   = MathMax(i-inpVixPeriod+1,0);       double _highest = high[ArrayMaximum(high,_start,inpVixPeriod)];        val[i]  = 100.0*(_highest-low[i])/_highest;;       valc[i] = (i gt 0) ?(val[i] gt val[i-1]) ? 1 :(val[i] lt val[i-1]) ? 2 : valc[i-1]: 0;      }    return (i);   } 

 

About Me

I'm Mike Semlitsch the owner of PerfectTrendSystem.com. My trading career started in 2007. Since 2013 I have helped thousands of traders to take their trading to the next level. Many of them are now constantly profitable traders. 

The following performance was achieved by me while trading live in front of hundreds of my clients:

Connect With Me:  

Results From 5 Months!
This service starts soon! Be the first who get's notified when it begins!

This FREE Indicator Can Transform
Your Trading!

FREE Indicator + Telegram Group


Request the Ultimate Double Top/Bottom Indicator which is used by 10,000+ traders.