Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (clonman, TipmyPip, Niels, dBc, 1 invisible), 18,961 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
tick volume #436321
01/23/14 12:45
01/23/14 12:45
Joined: Jan 2014
Posts: 86
London City
B
byakuren81 Offline OP
Junior Member
byakuren81  Offline OP
Junior Member
B

Joined: Jan 2014
Posts: 86
London City
hello, I have noticed that the .bar files do not contain the tick volume data which is really a pity as when collecting histo tick volume data from a broker and trading with this same broker, this info can be very important. Is it in process to add this data as FXCM provides it ? What would be the easiest why for me to include it in my simulations ?

Re: tick volume [Re: byakuren81] #436369
01/24/14 09:07
01/24/14 09:07
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
This was not planned so far - just for the reason that we do not know what to do with the tick volume of a certain broker. But it can of course be implemented relatively easily. You can request it on the Future forum, preferably with an example where it is used for some purpose.

Re: tick volume [Re: jcl] #437404
02/15/14 21:45
02/15/14 21:45
Joined: Feb 2014
Posts: 11
M
Mandark Offline
Newbie
Mandark  Offline
Newbie
M

Joined: Feb 2014
Posts: 11
JCL,

Related to tick volume I have a question. I'm attempting to replicate the a Tick Volume Indicator (TVI) for a strategy. TVI was invented by William Blau and has been published in his book "Momentum, Direction and Divergence" (1995, page 43).

The basic TVI without smoothing is simply 100* ((DEMA(upticks) - DEMA(downticks)) / (DEMA(upticks) + DEMA(downticks)))

Obviously, Zorro comes with a DEMA function out of the box but I am puzzled if there is a simple way to calculate the associated upticks or downticks with the tools available. Thoughts?


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1