Sha256: c4257a890d784a56717f083631b31c9e049423928100017da5bc80274cda56cf

Contents?: true

Size: 383 Bytes

Versions: 91

Compression:

Stored size: 383 Bytes

Contents

# frozen_string_literal: true

module Cryptum
  # This plugin is used to calculate Exponential Moving Average
  # Price of a Symbol over time.

  module OrderBook
    class Indicator
      attr_accessor :market_trend,
                    :profit_margin,
                    :weighted_avg,
                    :action_signal,
                    :last_action_signal
    end
  end
end

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
cryptum-0.0.243 lib/cryptum/order_book/indicator.rb
cryptum-0.0.242 lib/cryptum/order_book/indicator.rb
cryptum-0.0.241 lib/cryptum/order_book/indicator.rb
cryptum-0.0.240 lib/cryptum/order_book/indicator.rb
cryptum-0.0.239 lib/cryptum/order_book/indicator.rb
cryptum-0.0.238 lib/cryptum/order_book/indicator.rb
cryptum-0.0.234 lib/cryptum/order_book/indicator.rb
cryptum-0.0.233 lib/cryptum/order_book/indicator.rb
cryptum-0.0.232 lib/cryptum/order_book/indicator.rb
cryptum-0.0.231 lib/cryptum/order_book/indicator.rb
cryptum-0.0.230 lib/cryptum/order_book/indicator.rb