Class: Cryptum::OrderBook::Indicator

Inherits:
Object
  • Object
show all
Defined in:
lib/cryptum/order_book/indicator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#action_signalObject

Returns the value of attribute action_signal.



9
10
11
# File 'lib/cryptum/order_book/indicator.rb', line 9

def action_signal
  @action_signal
end

#last_action_signalObject

Returns the value of attribute last_action_signal.



9
10
11
# File 'lib/cryptum/order_book/indicator.rb', line 9

def last_action_signal
  @last_action_signal
end

#market_trendObject

Returns the value of attribute market_trend.



9
10
11
# File 'lib/cryptum/order_book/indicator.rb', line 9

def market_trend
  @market_trend
end

#profit_marginObject

Returns the value of attribute profit_margin.



9
10
11
# File 'lib/cryptum/order_book/indicator.rb', line 9

def profit_margin
  @profit_margin
end