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