Sha256: 9c467ebe5e9edc6b217fbc7825e4f4e912209a8c4c45c7df1315a537dfab93e6

Contents?: true

Size: 361 Bytes

Versions: 69

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

module Cryptum
  # Cryptum::OrderBook Namespace
  module OrderBook
    # This class is used to track market indicators to drive decision making.
    class Indicator
      attr_accessor :market_trend,
                    :profit_margin,
                    :action_signal,
                    :last_action_signal
    end
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
cryptum-0.0.466 lib/cryptum/order_book/indicator.rb
cryptum-0.0.465 lib/cryptum/order_book/indicator.rb
cryptum-0.0.464 lib/cryptum/order_book/indicator.rb
cryptum-0.0.463 lib/cryptum/order_book/indicator.rb
cryptum-0.0.462 lib/cryptum/order_book/indicator.rb
cryptum-0.0.461 lib/cryptum/order_book/indicator.rb
cryptum-0.0.460 lib/cryptum/order_book/indicator.rb
cryptum-0.0.459 lib/cryptum/order_book/indicator.rb
cryptum-0.0.458 lib/cryptum/order_book/indicator.rb
cryptum-0.0.457 lib/cryptum/order_book/indicator.rb
cryptum-0.0.456 lib/cryptum/order_book/indicator.rb
cryptum-0.0.455 lib/cryptum/order_book/indicator.rb
cryptum-0.0.454 lib/cryptum/order_book/indicator.rb
cryptum-0.0.453 lib/cryptum/order_book/indicator.rb
cryptum-0.0.452 lib/cryptum/order_book/indicator.rb
cryptum-0.0.451 lib/cryptum/order_book/indicator.rb
cryptum-0.0.450 lib/cryptum/order_book/indicator.rb
cryptum-0.0.449 lib/cryptum/order_book/indicator.rb
cryptum-0.0.448 lib/cryptum/order_book/indicator.rb
cryptum-0.0.447 lib/cryptum/order_book/indicator.rb