default slippage for DCA's

This commit is contained in:
tim
2024-09-29 21:21:11 -04:00
parent 4228a1dff6
commit dff1a6b635
3 changed files with 9 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import Color from "color";
export const MIN_EXECUTION_TIME = 60 // give at least one full minute for each tranche to trigger
export const DEFAULT_SLIPPAGE = 0.0010;
// Builders are data objects which store a configuration state
@@ -253,4 +254,4 @@ export function weightColors(weights, color) {
export function deleteBuilder(order, builder) {
order.builders = order.builders.filter((b) => b !== builder)
}
} // Fields must be defined in order to be reactive