liquidity_range_all_v3 | R Documentation |
Forecast Price for liquidity range for a pair's tokens UniswapV3
liquidity_range_all_v3(
pair_address = "0x1d42064fc4beb5f8aaf85f4617ae8b3b5b8bd801",
days = 30,
cap = 10,
sims = 1000
)
pair_address |
Pair's Address |
days |
How long in future to forecast |
cap |
Max Percentage Increase that can occur in a day, default capped to 10% |
sims |
Number of simultations |
Data frame representing Forecast Price for a pair's tokens UniswapV3
liquidity_range_all_v3(pair_address = "0x1d42064fc4beb5f8aaf85f4617ae8b3b5b8bd801",
days = 30, cap = 10, sims = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.