Skip to main content

candle

Show candle for loaded fx data

Usage

candle [-p] [--sort {adjclose,open,close,high,low,volume,logret}] [-r] [--raw] [-t] [--ma MOV_AVG] [--log]

Parameters

NameDescriptionDefaultOptionalChoices
plotlyFlag to show interactive plotly chartTrueTrueNone
sortChoose a column to sort by. Only works when raw data is displayed.Trueadjclose, open, close, high, low, volume, logret
reverseData is sorted in descending order by default. Reverse flag will sort it in an ascending way. Only works when raw data is displayed.FalseTrueNone
rawShows raw data instead of chart.FalseTrueNone
trendlinesFlag to add high and low trends to candleFalseTrueNone
mov_avgAdd moving average in number of days to plot and separate by a comma. Value for ma (moving average) keyword needs to be greater than 1.NoneTrueNone
logyPlot with y axis on log scaleFalseTrueNone

candle


On this page