vault backup: 2023-11-15 17:04:16

This commit is contained in:
Paul Trowbridge 2023-11-15 17:04:16 -05:00
parent dc1f493700
commit 52e802b389
1 changed files with 6 additions and 0 deletions

View File

@ -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---------------