Skip to content

Commit

Permalink
Typos:
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 4, 2024
1 parent 3a58295 commit 7b0a184
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tradingstrategy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def fetch_clmm_liquidity_provision_candles_by_pair_ids(self,
end_time: Optional[AnyTimestamp] = None,
progress_bar_description: Optional[str] = None,
) -> pd.DataFrame:
"""Fetch CLMM liquidity provision candles..
"""Fetch CLMM liquidity provision candles.
Get Uniswap v3 liquidity provision data for liquidity provider position backtesting.
Expand All @@ -398,8 +398,7 @@ def fetch_clmm_liquidity_provision_candles_by_pair_ids(self,
:param bucket:
Candle time frame.
Ask `TimeBucker.d1` or higher. TVL data may not be indexed for
for lower timeframes.
Ask `TimeBucket.d1` or lower. `TimeBucket.m1` is most useful for LP backtesting.
:param start_time:
All candles after this.
Expand Down

0 comments on commit 7b0a184

Please sign in to comment.