TimelineRowStylingMode#

tradeexecutor.analysis.trade_analyser.TimelineRowStylingMode Python class in Trading Strategy framework.

class TimelineRowStylingMode[source]#

Bases: Enum

An enumeration.

__init__()#

Attributes

gradient

Style using Pandas background_gradient

simple

Simple Profit = green, loss = red

gradient = 'gradient'#

Style using Pandas background_gradient

simple = 'simple'#

Simple Profit = green, loss = red