Thanks to visit codestin.com
Credit goes to github.com

Skip to content

blotter provides transaction infrastructure for defining transactions, portfolios and accounts for trading systems and simulation. Provides portfolio support for multi-asset class and multi-currency portfolios. Actively maintained and developed.

Notifications You must be signed in to change notification settings

braverock/blotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blotter - Tools for Transaction-Oriented Trading Systems Development

R-CMD-check

Transaction infrastructure for defining instruments, transactions, portfolios and accounts for trading systems and simulation. Provides portfolio support for multi-asset class and multi-currency portfolios. Actively maintained and developed.

Installing

In order to install blotter from github, you will need to install devtools.

install.packages("devtools")

then

require(devtools)
install_github("braverock/blotter")

If you can run one of the demo files, you would have successfully installed blotter.

demo('longtrend', ask=FALSE)

Prerequisites

There are a few dependencies for blotter, namely:

  • R (>= 3.0.0)
  • xts (>= 0.10-0)
  • FinancialInstrument(>= 0.6.3)
  • PerformanceAnalytics
  • quantmod

Imports:

  • zoo
  • TTR
  • graphics
  • methods
  • stats
  • utils
  • boot
  • foreach

Suggests:

  • Hmisc
  • RUnit

Authors, Creators and Contributors

  • Peter Carl [aut]
  • Brian G. Peterson [aut, cre]
  • Joshua Ulrich [ctb]
  • Jasen Mackie [ctb]
  • Daniel Cegielka [ctb]
  • Dirk Eddelbuettel [ctb]
  • Jan Humme [ctb]
  • Lance Levenson [ctb]
  • Ben McCann [ctb]
  • Jeff Ryan [ctb]
  • Garrett See [ctb]
  • Wolfgang Wu [ctb]

License

This project is licensed under GPL-3. See https://www.gnu.org/licenses/gpl-3.0.en.html for details.

About

blotter provides transaction infrastructure for defining transactions, portfolios and accounts for trading systems and simulation. Provides portfolio support for multi-asset class and multi-currency portfolios. Actively maintained and developed.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14