Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 03/08/26 18:50
zorro with ccxt?
by opm. 03/03/26 03:17
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
3 registered members (clint000, TipmyPip, AndrewAMD), 15,132 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 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,083
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,083
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