Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::trend_line Struct Reference

Class that represents a trendline to be drawn on a chart. More...

#include <TSCWrapper.h>

Public Attributes

double end_price
 Trendine end price.
 
tsa::date_time end_timestamp
 Trendline end date_time.
 
color line_color
 Trendline color.
 
double start_price
 Trendline start price.
 
tsa::date_time start_timestamp
 Trendline start timestamp.
 
int weight
 Trendline weight.
 

Detailed Description

Class that represents a trendline to be drawn on a chart.