Automated Trading Made Simple

Build powerful trading strategies using plain English commands. No programming required, unlimited possibilities.

Write strategies in plain English
Real-time market execution
Advanced automation tools
strategy.dipscript
IF $PROFIT > 200 THEN
SELL $ALL @ $MARKET_PRICE
IF $PRICE < $SMA_20 THEN
OBTAIN 100 @ $MARKET_PRICE

How DipSkip Works

Understand the core concepts behind DipSkip's trading automation platform

What is DipSkip?

DipSkip is an intelligent strategy automation platform built on DipScript — a human-readable language for defining trading logic. Remove the complexity of traditional programming while maintaining full control over your trading decisions.

Plain English Logic

Write trading rules in clear, readable text

Real-time Processing

Line-by-line script interpretation

Market Integration

Direct connection with trading platforms

Automate Based on Live Market Conditions

DipSkip continuously evaluates your strategy against live market data. Set up triggers based on price movements, profit targets, volume changes, and more.

IF $PROFIT > 200 AND $MARKET_PRICE < $LAST_SELL_PRICE - 1%
THEN SELL $ALL @ $MARKET_PRICE

Rules are reactive and fully customizable — you define the thresholds, DipSkip handles execution.

Line-by-Line Evaluation

DipSkip processes your script from top to bottom. Each line is evaluated independently for true/false logic. When conditions are met, corresponding actions execute through your brokerage API.

1

Read Line

Parse command syntax

2

Evaluate

Check conditions against live data

3

Execute

Perform trade action if true

Work With Dynamic Variables

DipScript provides built-in variables that automatically track your trading performance, position data, and market conditions in real-time.

Profit & Performance

$PROFIT Current profit/loss of active trade
$PROFIT_PERCENT Current profit/loss as percentage
$TOTAL_PROFIT Total profit since script started
$PEAK_PROFIT Highest profit reached since last sell

Position & Trading

$ALL Current quantity of stock owned
$MARKET_PRICE Current market price of the stock
$LAST_BUY_PRICE Price of most recent purchase
$LAST_SELL_PRICE Price of most recent sale
IF $LAST_SELL_PRICE = NULL OR 400 THEN
OBTAIN 10 @ $MARKET_PRICE

Smart null handling: If a variable has no value, the line is skipped unless an OR fallback is defined.

Monitor Strategy Performance

Get real-time visibility into script status, trade outcomes, and market conditions. Configure alerts for important events and stay informed about your automated strategies.

Smart Alerts

Profit targets, failed orders, threshold breaches

Performance Tracking

Real-time P&L, win rates, execution history

Risk Management

Position limits, drawdown protection, safety stops

Choose Your Trading Plan

Flexible subscription plans designed to scale with your trading needs

Basic

$ 39 /month
5-minute execution intervals
3 active scripts maximum
Paper trading included
100 AI chat prompts/month

Premium

$ 129 /month
5-second execution intervals
Unlimited scripts
Paper trading included
Unlimited AI prompts
Priority support

Get Support

We're here to help you succeed with your trading automation

Email Support

Reach out anytime at [email protected]

Response within 24 hours

Live Chat

Get instant help during business hours

Monday - Friday, 9am - 5pm CST

Documentation

Comprehensive guides and API references