Sha256: 56bc5f36e953eef12fb6d531b843ac30b1ff9f2727259084a303f9a07003336d

Contents?: true

Size: 348 Bytes

Versions: 64

Compression:

Stored size: 348 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,
                    :action_signal,
                    :last_action_signal
    end
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
cryptum-0.0.397 lib/cryptum/order_book/indicator.rb
cryptum-0.0.396 lib/cryptum/order_book/indicator.rb
cryptum-0.0.395 lib/cryptum/order_book/indicator.rb
cryptum-0.0.394 lib/cryptum/order_book/indicator.rb
cryptum-0.0.393 lib/cryptum/order_book/indicator.rb
cryptum-0.0.392 lib/cryptum/order_book/indicator.rb
cryptum-0.0.389 lib/cryptum/order_book/indicator.rb
cryptum-0.0.388 lib/cryptum/order_book/indicator.rb
cryptum-0.0.387 lib/cryptum/order_book/indicator.rb
cryptum-0.0.386 lib/cryptum/order_book/indicator.rb
cryptum-0.0.385 lib/cryptum/order_book/indicator.rb
cryptum-0.0.384 lib/cryptum/order_book/indicator.rb
cryptum-0.0.383 lib/cryptum/order_book/indicator.rb
cryptum-0.0.382 lib/cryptum/order_book/indicator.rb
cryptum-0.0.381 lib/cryptum/order_book/indicator.rb
cryptum-0.0.380 lib/cryptum/order_book/indicator.rb
cryptum-0.0.379 lib/cryptum/order_book/indicator.rb
cryptum-0.0.378 lib/cryptum/order_book/indicator.rb
cryptum-0.0.377 lib/cryptum/order_book/indicator.rb
cryptum-0.0.376 lib/cryptum/order_book/indicator.rb