Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12
pedrotorres  

I am looking for a good vsa indicator. Everyone knows that brokers manipulate easily tick volumes, does your indicator relies on tick volume or candle volume? (I mean, it captures the reals ticks received by MT5 and doesn't use the tickvolume feed from the broker)

regards,

PT 

Michal Jurnik  
pedrotorres:

I am looking for a good vsa indicator. Everyone knows that brokers manipulate easily tick volumes, does your indicator relies on tick volume or candle volume? (I mean, it captures the reals ticks received by MT5 and doesn't use the tickvolume feed from the broker)

regards,

PT 

Hi pedrotorres,

I appreciate your interest in my VSA. MT5 version of my VSA supports both volume sources. You can choose tick or real volume. 

In case of any other questions, do not hesitate to contact me.  


Best Regards,

Michal Jurnik 

Vladimir .G  

Добрый день!

Что-то триал не ставится на график.

Michal Jurnik  
Vladimir .G:

Добрый день!

Что-то триал не ставится на график.


Hi Vladimir,

In case you are looking for trial version, you can download demo of any our products for free. Just click on the "Free Demo" button.

In other case, please place comment in English.


Best Regards,
Michal 

fiestafalcon  

Hi Michal, I bought your indicator, do you have sample code for iCustom interface  ?  It will ease anyone job that wants to integrate your tool to our EA.

Michal Jurnik  
fiestafalcon:

Hi Michal, I bought your indicator, do you have sample code for iCustom interface  ?  It will ease anyone job that wants to integrate your tool to our EA.


Hi fiestafalcon, 

Here is the example. Please notice, that the each param has its position by indicator property. 

  vsa_handle=iCustom(NULL,

                     0,

                     "PipTick VSA.ex5",

                     0,    // 0 = Tick, 1 = Real

                     50,

                     1,

                     true,

                     0.2,

                     7,

                     true, // Show_U

                     true, // Show_RU

                     true, // Show_PU

                     true, // Show_PRU

                     true, // Show_ND

                     true, // Show_NS

                     true, // Show_PBC

                     true, // Show_PSC

                     true, // Show_CAS

                     true, // Show_CAB

                     true, // Show_RS

                     true, // Show_S

                     true, // Show_2RS

                     true, // Show_2S

                     true, // Show_TR

                     true, // Show_BR

                     true, // Show_RER

                     true, // Show_REF

                     true, // Show_SVS

                     true, // Show_SVB

                     true, // Show_TD

                     true, // Show_TS

                     true, // Show_FPB

                     true, // Show_FPS

                     true, // Show_ERM

                     true, // Show_EFM

                     true, // Show_HS

                     true // Show_HB

                     );  // etc.

fiestafalcon  

What are your buffers and possible buffer values ? Can I enumarate buffers from U to HB , do i need to expect true or false ? Your buffer values are updated only at open price right ?

fiestafalcon  

For exp , is it correct ?

enum VsaIndexEnum

{

   VSA_U = 1,

   VSA_RU,

   VSA_PU,

   VSA_PRU,

   VSA_ND,

   VSA_NS,

   VSA_PBC,

   VSA_PSC,

   VSA_CAS,

   VSA_CAB,

   VSA_RS,

   VSA_S,

   VSA_2RS,

   VSA_2S,

   VSA_TR,

   VSA_BR,

   VSA_RER,

   VSA_REF,

   VSA_SVS,

   VSA_SVB,

   VSA_TD,

   VSA_TS,

   VSA_FPB,

   VSA_FPS,

   VSA_ERM,

   VSA_EFM,

   VSA_HS,

   VSA_HB

};

Michal Jurnik  

There is only one buffer that indicates what type of VSA patterns is at current bar.

The list is here:

      case 1: return "<  U";

      case 2: return "<  RU";

      case 3: return "<  PU";

      case 4: return "<  PRU";

      case 5: return "<  ND";

      case 6: return "<  NS";

      case 7: return "<  PBC";

      case 8: return "<  PSC";

      case 9: return "<  CAS";

      case 10: return "<  CAB";

      case 11: return "<  RS";

      case 12: return "<  S";

      case 13: return "<  2RS";

      case 14: return "<  2S";

      case 15: return "<  TR";

      case 16: return "<  BR";

      case 17: return "<  RER";

      case 18: return "<  REF";

      case 19: return "<  SVS";

      case 20: return "<  SVB";

      case 21: return "<  TD";

      case 22: return "<  TS";

      case 23: return "<  FPB";

      case 24: return "<  FPS";

      case 25: return "<  ERM";

      case 26: return "<  EFM";

      case 27: return "<  HS";

      case 28: return "<  HB";

fiestafalcon  

Hi Michal, I integrated it to my EA, and it's working. However there is major issue, looks you didn't seperate the visual drawing functionality as option while filling the buffer, frankly speaking it's a bad and poor degign. Once i disable all drawing options , buffer is always empty !!! Pls consider  filling bueffer even drawing is not enabled. Otherwise your indicator is resource hungary during EA optimization, no one does have such big time, looking forward to get new release pls !

Michal Jurnik  
fiestafalcon:

Hi Michal, I integrated it to my EA, and it's working. However there is major issue, looks you didn't seperate the visual drawing functionality as option while filling the buffer, frankly speaking it's a bad and poor degign. Once i disable all drawing options , buffer is always empty !!! Pls consider  filling bueffer even drawing is not enabled. Otherwise your indicator is resource hungary during EA optimization, no one does have such big time, looking forward to get new release pls !


Hi fiestafalcon, 

Thank you for you feedback. We really appreciate it. 

Unfortunately, we will not change our PipTick VSA as you requested. The main reason is that the purpose of the indicator is to show VSA patterns. The indicator works perfectly fine. Therefore there is no doubt that the design is correct. 

On the other hand, we are going to consider our naming convention because the "show" word indicates visual drawing, instead of calculation. 

fiestafalcon  
Michal Jurnik:

Hi fiestafalcon, 

Thank you for you feedback. We really appreciate it. 

Unfortunately, we will not change our PipTick VSA as you requested. The main reason is that the purpose of the indicator is to show VSA patterns. The indicator works perfectly fine. Therefore there is no doubt that the design is correct. 

On the other hand, we are going to consider our naming convention because the "show" word indicates visual drawing, instead of calculation. 


Hi Michal, Your indicator don not support cloud optimization,  I faced same issue with another MT5 indicator and the seller was able to fix it.

Could you pls check the case with MT support team , and release a new fixed versioon ? 

fiestafalcon  
As far as remember it is just to be re-compiled with latest MT5 version. I already spent so much time to integrate you indicator to my ea, hope you will spend time to fix could opitmization bug, otherwise all my effort will be waste of time. Thx for your support.
fiestafalcon  

Hi Michal,

Could you advice a way to speed up this indciator for icustome call. It takes really much time, do not allow me to optimize it.

I will be greatly appriced if you can help. Looking forward to hearing form you.


Thx

Michal Jurnik  
fiestafalcon:

Hi Michal,

Could you advice a way to speed up this indciator for icustome call. It takes really much time, do not allow me to optimize it.

I will be greatly appriced if you can help. Looking forward to hearing form you.


Thx


Hello Fiestafalcon,

We tested our indicator and there is no doubt that it works fine. There are 2 steps:

  1. Initial step - Once the indicators starts, it takes approximately 350ms to calculates and draws the all bar back. It depends on how many bars the MT has loaded
  2. Continuous step - It takes 30ms to calculates and calculates current bar

On the other side, there is no problem to add parameter Bars_Ago to calculate and draw only defined bars ago. We use this kind of restriction in our PipTick CSI and PipTick CSI PRO and it works like a charm. Let us know if it can be a right way to go.

Best Regards,
Michal   

fiestafalcon  
Michal Jurnik:

Hello Fiestafalcon,

We tested our indicator and there is no doubt that it works fine. There are 2 steps:

  1. Initial step - Once the indicators starts, it takes approximately 350ms to calculates and draws the all bar back. It depends on how many bars the MT has loaded
  2. Continuous step - It takes 30ms to calculates and calculates current bar

On the other side, there is no problem to add parameter Bars_Ago to calculate and draw only defined bars ago. We use this kind of restriction in our PipTick CSI and PipTick CSI PRO and it works like a charm. Let us know if it can be a right way to go.

Best Regards,
Michal   


Hello Michal,


This product is quite fine for manual trading, however it is not fast enough for automated trading, especially if you try to do optimization it is nightmare to finish a short set of optimizations.


Definitly it needs to speed up for automated trading and optimizations. 

For solutions options.

1. I will happy to try reduce "Bars_Ago to calculate and draw only defined bars ago". There is no such buffer in the indicator. Will you be releasing new one  to do this ?

2. Best and right to do is, put an option to draw it or not to draw it. For automated trading and optimization we dont need drawing. Looks you ignored it. It will be best if you can do it.


Looking forward to hear soon.

fiestafalcon  

Hello Michal, are you checking this page ? Pls do follow up.

Michal Jurnik  
fiestafalcon:

Hello Michal, are you checking this page ? Pls do follow up.

Hi fiestafalcon,

I am sorry for delay. We are quite busy these days. We are going to optimize and recompile the this indicator. You can expect a new version soon. 

Best Regards,
Michal
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12