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