vault backup: 2023-11-15 17:04:16
This commit is contained in:
parent
dc1f493700
commit
52e802b389
@ -61,6 +61,12 @@ export function apply_guidance(doc: any) {
|
||||
let targPrice = targetPrice * (1 + markAdder);
|
||||
let targReason = `Target price ${targetPrice} + ${markAddReason}`;
|
||||
|
||||
let price = {
|
||||
cust: [custPrice, custReason],
|
||||
mark: [markPrice, markReason],
|
||||
targ: [targPrice, targReason]
|
||||
}
|
||||
|
||||
let finalPrice = minExcludingNull(listUSD,custPrice,targPrice);
|
||||
|
||||
// ------if there is not target price just exit---------------
|
||||
|
Loading…
Reference in New Issue
Block a user