"breakdown" language for breakout sells

This commit is contained in:
tim
2025-04-10 13:34:48 -04:00
parent 556554fbf3
commit 0673b01ac8
5 changed files with 23 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ export class Shape {
// text label
let text = allocationText(this.model.buy, this.model.allocation, this.model.amount, this.model.baseSymbol, this.model.amountSymbol)
if (this.model.breakout)
text += ' ' + (this.model.textLocation==='above' ? '▲Breakout▲' : '▼Breakout▼')
text += ' ' + (this.model.textLocation==='above' ? '▲Breakout▲' : '▼Breakdown▼')
if (this.model.extraText)
text += ' '+this.model.extraText
if (this.debug) text = `${this.id} ` + text