mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
rename candles to bars
This commit is contained in:
parent
6d2438b74d
commit
34c32b53ce
|
@ -77,7 +77,7 @@ export function usePercentageTool(chartRef, theme: string, timeframe_ms: number)
|
||||||
style: {
|
style: {
|
||||||
x: x,
|
x: x,
|
||||||
y: y - 20,
|
y: y - 20,
|
||||||
text: `${timeDiff} Candles - ${startPrice < endPrice ? pct : '-' + pct}%`,
|
text: `${timeDiff} bars - ${startPrice < endPrice ? pct : '-' + pct}%`,
|
||||||
font: '14px sans-serif',
|
font: '14px sans-serif',
|
||||||
fill: color,
|
fill: color,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user