Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
update tranche charting
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Jun 17, 2024
1 parent 8db59f3 commit b57bb7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/tranche/tranche-space.rain
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ charts:
- label: Starting tranche
value: 0.2.0
description: 'This strategy starts executing sells at the initial tranche (stack item 0.2.0)'
- label: Initial sell price
value: 0.5.3
- label: Initial effective sell price
value: 0.7
precision: 4
unit-suffix: " BLUE"
description: 'Price you pay for 1 BLUE in RED, visible on dextools (stack item 0.5.3)'
unit-suffix: "BLUE"
description: 'Price you pay for 1 RED in BLUE, visible on dextools (stack item 0.7)'
plots:

sell-simulation:
Expand Down Expand Up @@ -359,16 +359,16 @@ charts:
x: 0.0
y: 0.7
sell price by tranche:
subtitle: 'Price paid for 1 BLUE in RED, visible on dextools as RED/BLUE pair'
subtitle: 'Price paid for 1 RED in BLUE, visible on dextools as RED/BLUE pair'
x:
label: 'Tranche space'
y:
label: '1 BLUE priced in RED'
label: '1 RED priced in BLUE'
marks:
- type: line
options:
x: 0.0
y: 0.5.3
y: 0.7

deployments:
flare-buy:
Expand Down

0 comments on commit b57bb7a

Please sign in to comment.