Meet DipSkip

DipSkip lets you build automated trading strategies using simple, readable commands — no programming needed.

  • Write strategies in plain English
  • Automate simple or very complex strategies
  • Fast reliable execution
Coming Soon
DipSkip UI

How DipSkip Works

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.

What is DipSkip?

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.

  • Trade logic defined in clear text
  • Line-by-line script interpretation
  • Real-time integration with Tradier
DipSkip Overview

Automate Based on Live Market Conditions

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.

Line-by-Line Evaluation

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.

Execution Engine
Variables

Work With Dynamic Variables

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
            

Monitor Strategy Performance

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:

  • Profit targets hit
  • Orders rejected or missed
  • Trade thresholds crossed
Monitoring UI

Pricing

Only pay for what you use — DipSkip's flexible pricing is powered by DipBits, our internal unit for tracking trading script executions.

How DipBit Pricing Works

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.

  • 1 DipBit = 1 script execution
  • Each DipBit costs $0.0006
  • You only pay for what you use — no overages, no lock-ins

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.

Tip: Adjust your execution frequency to fit your strategy and budget. You’re always in control of how many DipBits you consume.
DipBit Cost Estimator
seconds

Daily DipBits:

Weekly DipBits:

Monthly DipBits (est.):

Estimated Monthly Cost:

Support

Email Support

Reach out to us anytime at [email protected]

Live Chat

Available Monday to Friday, 9am - 5pm CST.

Knowledge Base

Search our docs and FAQs for instant help.