Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Portfolio.SignalExports Namespace Reference

Classes

class  BaseSignalExport
 Base class to send signals to different 3rd party API's More...
 
class  Collective2SignalExport
 Exports signals of desired positions to Collective2 API using JSON and HTTPS. Accepts signals in quantity(number of shares) i.e symbol:"SPY", quant:40 More...
 
class  CrunchDAOSignalExport
 Exports signals of the desired positions to CrunchDAO API. Accepts signals in percentage i.e ticker:"SPY", date: "2020-10-04", signal:0.54 More...
 
class  NumeraiSignalExport
 Exports signals of the desired positions to Numerai API. Accepts signals in percentage i.e numerai_ticker:"IBM US", signal:0.234 More...
 
class  SignalExportManager
 Class manager to send portfolio targets to different 3rd party API's For example, it allows Collective2, CrunchDAO and Numerai signal export providers More...
 
class  SignalExportTargetParameters
 Class to wrap objects needed to send signals to the different 3rd party API's More...