DipSkip lets you build automated trading strategies using simple, readable commands — no programming needed.
Understand the core concepts behind DipSkip’s trading automation platform and how it enables anyone to build, monitor, and execute algorithmic strategies without writing traditional code.
DipSkip is an intelligent strategy automation platform built on top of DipScript — a human-readable DSL for defining how and when to trade stocks. It's designed to lower the barrier to algorithmic trading by removing the need for traditional programming, while still enabling deep control over decision-making.
DipSkip evaluates your strategy continuously, watching live market data. You can trigger trades when values match specific conditions like price, profit, or volume.
Example:
IF $PROFIT > 200 AND $MARKET_PRICE < $LAST_SELL_PRICE - 1% THEN SELL $ALL @ $MARKET_PRICE
Rules are reactive and customizable — you define the thresholds, and DipSkip handles the rest.
DipSkip processes your script from top to bottom. Each line is evaluated independently for true/false logic. If an IF
condition is satisfied, the corresponding action (like SELL
or OBTAIN
) is executed through the brokerage API.
Only one actionable command per line ensures clarity and prevents ambiguous logic trees.
DipScript supports a powerful set of variables like $PROFIT
, $PEAK_PROFIT
, $MARKET_PRICE
, and more. These update in real time and can be combined with math and percentages.
Smart null handling: If a variable has no value, the line is skipped unless an OR
is defined.
IF $LAST_SELL_PRICE = NULL OR 400 THEN OBTAIN 10 @ $MARKET_PRICE
DipSkip provides real-time visibility into script status, trade outcomes, and market conditions. You can configure email or in-app alerts for specific events like:
Only pay for what you use — DipSkip's flexible pricing is powered by DipBits, our internal unit for tracking trading script executions.
DipSkip uses a usage-based pricing model powered by DipBits — our internal unit that represents one full execution of a trading script. Whether you're running a strategy every minute or every second, you're only billed based on how often your scripts run.
For example, if you run one DipScript every 5 seconds during normal market hours (5 days a week), you'll use approximately 23,400 DipBits per week, which equals $14.04/week.
Daily DipBits: —
Weekly DipBits: —
Monthly DipBits (est.): —
Estimated Monthly Cost: —
Reach out to us anytime at [email protected]
Available Monday to Friday, 9am - 5pm CST.
Search our docs and FAQs for instant help.