Volume Spread Analysis MT5 Indicator by PipTick
199 USD
Versione demo scaricata:
724
Pubblicato:
3 marzo 2015
Versione attuale:
1.9
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

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
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
Добрый день!
Что-то триал не ставится на график.
Добрый день!
Что-то триал не ставится на график.
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
Hello, but in Russian there?
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 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.
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 ?
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
};
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";
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 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.
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 ?
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
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:
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 Fiestafalcon,
We tested our indicator and there is no doubt that it works fine. There are 2 steps:
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.
Hello Michal, Any comment ?
Hello Michal, are you checking this page ? Pls do follow up.
Hello Michal, are you checking this page ? Pls do follow up.