ARBProtocol / jupgrid

ARB Protocol | Limit Order GridBot Using Jupiter
MIT License
45 stars 19 forks source link

Layer Calculation Redesign #3

Closed Spuddya7x closed 7 months ago

Spuddya7x commented 8 months ago

Redesign Layer calculations to be created at bot start, and saved locally, rather than dynamically when price shifts. Risk of improper grid trades if price shifts between close/open trades.

Spuddya7x commented 7 months ago

Closed as of v0.3.

Rebuilt the layer calculation to properly create layers, save them locally, and reference them as price moves up and down, reducing vulnerability to price swings in the cancellation phase.