post-order line draw improvements
This commit is contained in:
@@ -398,7 +398,7 @@ function dirtyLine(a, b) {
|
||||
return result
|
||||
}
|
||||
|
||||
const name = computed(()=>(props.builder.breakout?'Breakout':'Limit')+' Diagonal'+(weights.value.length>1?'s':''))
|
||||
const name = computed(()=>props.builder.breakout?'Breakout':'Limit')
|
||||
|
||||
const description = computed(()=>{
|
||||
const buy = props.order.buy
|
||||
|
||||
Reference in New Issue
Block a user