Difference between revisions of "Geniustrader"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Geniustrader |Short description=Toolbox for systematic stock trading |Full description=GeniusTrader aims to be a full featured toolbox to create trading systems. Po...")
 
(version status (developmental) + formatting + cpan resource)
Line 2: Line 2:
 
|Name=Geniustrader
 
|Name=Geniustrader
 
|Short description=Toolbox for systematic stock trading
 
|Short description=Toolbox for systematic stock trading
|Full description=GeniusTrader aims to be a full featured toolbox to create trading systems. Powerful systematic trading requires several things:
+
|Full description='''GeniusTrader''' aims to be a full featured toolbox to create trading systems. Powerful systematic trading requires several things:
 
* many indicators and corresponding signals
 
* many indicators and corresponding signals
 
* money management rules
 
* money management rules
Line 13: Line 13:
  
 
GeniusTrader already has support of most of this. GeniusTrader consists of a bunch of Perl modules associated to a few perl scripts.
 
GeniusTrader already has support of most of this. GeniusTrader consists of a bunch of Perl modules associated to a few perl scripts.
|User level=none
+
|Homepage URL=http://www.geniustrader.org
|Status=Live
+
|User level=advanced
 +
|Extension of=svn co https://geniustrader.svn.sourceforge.net/svnroot/geniustrader geniustrader
 
|Component programs=backtest.pl,graphic.pl,scan.pl
 
|Component programs=backtest.pl,graphic.pl,scan.pl
|Homepage URL=http://www.geniustrader.org
 
|VCS checkout command=
 
 
|Computer languages=Perl
 
|Computer languages=Perl
 
|Documentation note=User tutorial available in HTML format from http://www.geniustrader.org/first_use.html
 
|Documentation note=User tutorial available in HTML format from http://www.geniustrader.org/first_use.html
|Paid support=
 
 
|IRC help=irc://irc.freenode.net/geniustrader
 
|IRC help=irc://irc.freenode.net/geniustrader
|IRC general=
 
 
|IRC development=irc://irc.freenode.net/geniustrader
 
|IRC development=irc://irc.freenode.net/geniustrader
 
|Related projects=Beancounter,smtm
 
|Related projects=Beancounter,smtm
 
|Keywords=Perl,business,signal,strategy,system,finance,share,money,order,Stock,money management,trading,quote,market,systematic trading,TradeStation,geniustrader,market simulation,indicator,strategies,broker,portfolio,backtest,graphic,candlestick,bars,equity,equities
 
|Keywords=Perl,business,signal,strategy,system,finance,share,money,order,Stock,money management,trading,quote,market,systematic trading,TradeStation,geniustrader,market simulation,indicator,strategies,broker,portfolio,backtest,graphic,candlestick,bars,equity,equities
|Is GNU=n
+
|Version date=2016/10/27
|Last review by=Janet Casey
+
|Version status=developmental
|Last review date=2010-05-29
+
|Version download=http://geniustrader.svn.sourceforge.net/viewvc/geniustrader/trunk/
 +
|Last review by=Genium
 +
|Last review date=2016/12/20
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.o
+
|Status=
|Version date=2003-06-09
+
|Is GNU=No
|Version status=beta
+
|License verified date=2003-06-09
|Version download=http://www.geniustrader.org/cgi-bin/viewcvs.cgi/trunk/GT.tar.gz?view=tar
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Janet Casey
 
|License verified date=2003-06-09
 
|License verified date=2003-06-09
|Version comment=1.o beta released 2003-06-09
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Raphael Hertzog
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Raphael Hertzog
 
 
|Email=hertzog@debian.org
 
|Email=hertzog@debian.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Joerg Sauer
 
|Role=Contributor
 
|Role=Contributor
|Real name=Joerg Sauer
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Oliver Bossert
 
|Role=Contributor
 
|Role=Contributor
|Real name=Oliver Bossert
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 59: Line 58:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://www.geniustrader.org/cgi-bin/viewcvs.cgi
+
|Resource URL=http://geniustrader.svn.sourceforge.net/viewvc/geniustrader/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 65: Line 64:
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:devel@geniustrader.org
 
|Resource URL=mailto:devel@geniustrader.org
 +
}}
 +
{{Resource
 +
|Resource audience=Perl
 +
|Resource kind=Homepage
 +
|Resource URL=http://search.cpan.org/dist/Finance-GeniusTrader/lib/Finance/GeniusTrader.pm
 
}}
 
}}
 
{{Software category
 
{{Software category
|Business=productivity,specialized,stock-market
+
|Business=productivity, specialized, stock-market
|Interface=command-line,library
+
|Interface=command-line, library
}}
+
|Programming-language=perl
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2003-06-09
 
 
}}
 
}}
 +
{{Featured}}

Revision as of 19:51, 19 December 2016


[edit]

Geniustrader

http://www.geniustrader.org
Toolbox for systematic stock trading

GeniusTrader aims to be a full featured toolbox to create trading systems. Powerful systematic trading requires several things:

  • many indicators and corresponding signals
  • money management rules
    • deciding what is a reasonable amount of money to put on a single trade (to limit the risk associated to that trade)
    • combining different values within the portfolio (to limit the global risk)
  • flexibility to be able to test all
  • combinations with the above items
  • backtesting system with analysis of results

GeniusTrader already has support of most of this. GeniusTrader consists of a bunch of Perl modules associated to a few perl scripts.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

9 June 2003




Leaders and contributors

Contact(s)Role
Joerg Sauer Contributor
Raphael Hertzog Maintainer
Oliver Bossert Contributor


Resources and communication

AudienceResource typeURI
PerlHomepagehttp://search.cpan.org/dist/Finance-GeniusTrader/lib/Finance/GeniusTrader.pm
Bug Tracking,DeveloperE-mailmailto:devel@geniustrader.org
DeveloperVCS Repository Webviewhttp://geniustrader.svn.sourceforge.net/viewvc/geniustrader/


Software prerequisites




Entry




















"Perl" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.