Project

rirera

0.0
No commit activity in last 3 years
No release in over 3 years
A simple Risk Reward Ratio calculator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.7.3, ~> 0.7
= 2.0
 Project Readme

<img src=“https://travis-ci.org/MaximilianMeister/rirera.svg” alt=“Build Status” /> <img src=“https://codeclimate.com/github/MaximilianMeister/rirera/badges/gpa.svg” /> <img src=“https://codeclimate.com/github/MaximilianMeister/rirera/badges/coverage.svg” />

rirera¶ ↑

What is rirera?¶ ↑

A rails engine.

A small ruby command line tool to calculate a risk reward ratio.

Installation¶ ↑

gem install 'rirera'

Alternatively run directly from the git directory

Configuration¶ ↑

Add your broker, and its specific commission rates to ‘config/brokers.yml`

Run¶ ↑

$ bin/rirera -h
Options:
  --broker, -b <s>:   choose your broker
  --volume, -v <f>:   volume (amount of money)
  --target, -t <f>:   target price
  --actual, -a <f>:   actual price
    --stop, -s <f>:   stop loss
        --loop, -l:   start rirera in loop input mode (other options will be
                      discarded)
        --help, -h:   Show this message