Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl committed Jul 26, 2024
1 parent 44ca85d commit 7611a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/app/dca/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class DcaApi extends TradeApi<DcaConfig> {

/**
* Calculate optimal no of trades for order execution. We aim to achieve
* price impact 0.1% per single execution with at least 2 trades.
* price impact 0.1% per single execution with at least 3 trades.
*
* @param priceDifference - price difference of swap execution (single trade)
* @returns optimal no of trades
Expand Down

0 comments on commit 7611a3d

Please sign in to comment.