Class TradeAnalysisChart

java.lang.Object
com.strategyquant.tradinglib.debug.Debugger
com.strategyquant.tradinglib.TradeAnalysisChart

public abstract class TradeAnalysisChart extends com.strategyquant.tradinglib.debug.Debugger
The Class TradeAnalysisChart.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.slf4j.Logger
    The Constant Log.
    The name.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract AbstractChart
    draw​(OrdersList orders, byte plType, byte tradePeriod)
    Draw.
    To string.

    Methods inherited from class com.strategyquant.tradinglib.debug.Debugger

    debug, fdebug

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • Log

      public static final org.slf4j.Logger Log
      The Constant Log.
    • name

      public String name
      The name.
  • Constructor Details

    • TradeAnalysisChart

      public TradeAnalysisChart()
  • Method Details

    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string
    • draw

      public abstract AbstractChart draw(OrdersList orders, byte plType, byte tradePeriod)
      Draw.
      Parameters:
      orders - the orders
      plType - the pl type
      tradePeriod - the trade period
      Returns:
      the abstract chart