Indicators: Actual Volatility Scanner - page 3

 
Abdul Hakeem:
Hello Jan,
Great work.
Is this available for MT5 or  for scanning every symbol in the MarketWatch ?

no. only for MT4.

regards.

jan.

 
JAN OPOCENSKY:

no. only for MT4.

regards.

jan.

Many thanks, I got it working.

Kindly help me set up the Power of USD with Average.

I inserted it into a EURGBP chart but no histogram is seen.

 
Abdul Hakeem:

Many thanks, I got it working.

Kindly help me set up the Power of USD with Average.

I inserted it into a EURGBP chart but no histogram is seen.

You should use Power of EUR ... and Power of GBP ... for pair EURGBP.

regards.

jan.

 
my broker uses instead of DAX30 GE30
for US market US30, US500 et. I have changed but there is no still bar for index. would the rest of the calculation effected
 
Khai Nguyen #:
my broker uses instead of DAX30 GE30
for US market US30, US500 et. I have changed but there is no still bar for index. would the rest of the calculation effected

Hi  Khai Nguyen,

It is some time I made the indicator so that I do not remember everything about it.

I reccomend you to try:

- Check the correct format of the index name your broker uses. For instance my broker uses brackets in the name of some instrument [....]. In case of your broker the situation can be different but it is one option.

Let me know if above mentioned advice helped you.

Regards.

Jan. 

 
JAN OPOCENSKY #:

Hi  Khai Nguyen,

It is some time I made the indicator so that I do not remember everything about it.

I reccomend you to try:

- Check the correct format of the index name your broker uses. For instance my broker uses brackets in the name of some instrument [....]. In case of your broker the situation can be different but it is one option.

Let me know if above mentioned advice helped you.

Regards.

Jan. 

I call chart by chosing ES35, UK100,US30, US500 so the name are exact those definitions, In your broker list you call indice by [DAX30]? or only DAX30?

string IndicatorSymbol[33]; // DAX30, DJI30, SP500, NQ100
//----------------------------------------------------------------
//--------- ROZMĚRY BÁRŮ - KONEC ---------------------------
//----------------------------------------------------------------
//
//
//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int OnInit()
  {
//--- indicator buffers mapping
//ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
//ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
//ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
//ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
//string IndicatorSymbol[33]; // DAX30, DJI30, SP500, NQ100
//------------------------------------------------------------------------------
IndicatorSymbol[1]="AUDCAD";
IndicatorSymbol[2]="AUDCHF";
IndicatorSymbol[3]="AUDJPY";
IndicatorSymbol[4]="AUDNZD"; 
IndicatorSymbol[5]="AUDUSD"; 
//-------------------------
IndicatorSymbol[6]= "CADCHF";
IndicatorSymbol[7]= "CADJPY";
IndicatorSymbol[8]= "CHFJPY";
//-------------------------
IndicatorSymbol[9]=  "EURAUD";
IndicatorSymbol[10]= "EURCAD";
IndicatorSymbol[11]= "EURCHF";
IndicatorSymbol[12]= "EURGBP";
IndicatorSymbol[13]= "EURJPY";
IndicatorSymbol[14]= "EURNZD";
IndicatorSymbol[15]= "EURUSD";
//-------------------------
IndicatorSymbol[16]="GBPAUD";
IndicatorSymbol[17]="GBPCAD";
IndicatorSymbol[18]="GBPCHF";
IndicatorSymbol[19]="GBPJPY"; 
IndicatorSymbol[20]="GBPNZD";
IndicatorSymbol[21]="GBPUSD";
//-------------------------
IndicatorSymbol[22]="NZDCAD";
IndicatorSymbol[23]="NZDCHF";
IndicatorSymbol[24]="NZDJPY";
IndicatorSymbol[25]="NZDUSD";
//-------------------------
IndicatorSymbol[26]="USDCAD"; 
IndicatorSymbol[27]="USDCHF"; 
IndicatorSymbol[28]="USDJPY";
//-------------------------
IndicatorSymbol[29]="ES30";
IndicatorSymbol[30]="GE30";
IndicatorSymbol[31]="US30";
IndicatorSymbol[32]="US500";
 
JAN OPOCENSKY #:

Hi Nagisa,


it was only an instance.

The same case can be currency pairs with specific currency.

If most of the pairs with the same currency (let say with JPY) have just started to move in one direction there is higher probability that the other pair with the same currecny will follow the move.


Regards.


Jan.

rket

1. The volatility is calculated on actual TF. For instance: If you place the scanner into D1(Daily) and than you change the timeframe to H4 scanner is recalculated (it takes some time).

2. The volatility for this purpose is defined as Open-Close range. No it can not be changed.

JAN OPOCENSKY #:

Hi Nagisa,


it was only an instance.

The same case can be currency pairs with specific currency.

If most of the pairs with the same currency (let say with JPY) have just started to move in one direction there is higher probability that the other pair with the same currecny will follow the move.


Regards.


Jan.

It does JP225 index on IC market f.e.
 
JAN OPOCENSKY #:

Hi,

I tried to describe the usage of the indicator in accompanying text.

It is basically visual monitor of trading activity on multiple pairs at one place.

If you have 2 or more days of low activity on pairs with GBP (for instance, means small bars on pars with GBP) there is a higher probability the next day will be highly volatile.

Other usage can be as a correlation tool. If you see movement on one American index (for instance SP500) the other American indices move will probably follow.

You also can track the volatility for specific days of week and use it as an ngative or positove filter.

And so on ...

Regards.

Jan.

what are meaning  of the two parameters? amount of candles for calculation?  and current TF?
TrackedCandleIndex=0; // TrackedCandleIndexr

could you do one example for tracking the volatility for specific days of week and use it as an negative or positive filter.



input int CandleAverageNumber=100; // CandleAverageNumber
input int TrackedCandleIndex=0; // TrackedCandleIndex

 
Khai Nguyen #:

I call chart by chosing ES35, UK100,US30, US500 so the name are exact those definitions, In your broker list you call indice by [DAX30]? or only DAX30?

My broker has [DAX30].

The correct name you can see it in the head of your MT4 chart.

You can also try to reduce the size of the text in the indicator.

Best regards.

Jan.

 
JAN OPOCENSKY #:

My broker has [DAX30].

The correct name you can see it in the head of your MT4 chart.

You can also try to reduce the size of the text in the indicator.

Best regards.

Jan.

I manage to sort it out with the indices and txt size  & color . If you could answer the rest of my msg I would be grateful, I can understand the indi better to put it to use.
what if I change those parmeters? I see change but is it related to observing TF or number of candles or something else

I think there weakness in origin version the Volatility_Actual_Scanner_v2 is reacting faster, did you updted

Reason: