Logo
latest
  • Home

Overview

  • Getting Started
  • Installation
  • Docker

Examples

  • Code Structure
  • Train and Evaluate

Component Types

  • Components
  • Trading Environment
  • Exchange
  • Feature Pipeline
  • Action Scheme
  • Reward Scheme
  • Trading Strategy

Trading Environment

  • TradingEnvironment

Exchanges

  • Exchange
  • SimulatedExchange
  • FBMExchange
  • CCXTExchange
  • InteractiveBrokersExchange

Features

  • FeaturePipeline
  • FeatureTransformer
  • MinMaxNormalizer
  • StandardNormalizer
  • FractionalDifference
  • TAlibIndicator

Actions

  • ActionScheme
  • ContinuousActions
  • DiscreteActions
  • MultiDiscreteActions

Rewards

  • Reward Scheme
  • Risk Adjusted Returns
  • Simple Profit

Learning Agents

  • Learning Agents
  • Stable Baselines
  • Tensorforce

Strategies

  • TradingStrategy
  • StableBaselinesTradingStrategy
  • TensorforceTradingStrategy

API reference

  • API reference
    • tensortrade package
      • Subpackages
        • tensortrade.actions package
        • tensortrade.agents package
        • tensortrade.base package
        • tensortrade.data package
        • tensortrade.environments package
        • tensortrade.exchanges package
        • tensortrade.instruments package
        • tensortrade.orders package
        • tensortrade.rewards package
        • tensortrade.stochastic package
        • tensortrade.wallets package
      • Submodules
TensorTrade
  • Docs »
  • tensortrade »
  • tensortrade package »
  • tensortrade.exchanges package
  • Edit on GitHub

tensortrade.exchanges package¶

tensortrade.exchanges.get_service(identifier)[source]¶

Gets the ExecutionService that matches with the identifier.

Parameters:identifier (str) – The identifier for the ExecutionService
Raises:KeyError – if identifier is not associated with any ExecutionService
Return type:Callable

Subpackages¶

  • tensortrade.exchanges.services package
    • Subpackages
      • tensortrade.exchanges.services.data package
        • Submodules
          • tensortrade.exchanges.services.data.ccxt module
          • tensortrade.exchanges.services.data.interactive_brokers module
          • tensortrade.exchanges.services.data.robinhood module
      • tensortrade.exchanges.services.execution package
        • Submodules
          • tensortrade.exchanges.services.execution.ccxt module
          • tensortrade.exchanges.services.execution.interactive_brokers module
          • tensortrade.exchanges.services.execution.robinhood module
          • tensortrade.exchanges.services.execution.simulated module
      • tensortrade.exchanges.services.slippage package
        • Submodules
          • tensortrade.exchanges.services.slippage.random_slippage_model module
          • tensortrade.exchanges.services.slippage.slippage_model module

Submodules¶

  • tensortrade.exchanges.exchange module
Next Previous

© Copyright 2019, Adam King Revision 376f5e4c.

Built with Sphinx using a theme provided by Read the Docs.