LogoLogo
Back to HaasOnline.comSwitch to Developer API
4.x
4.x
  • Welcome
  • TradeServer Cloud
    • Overview
    • Security
    • Troubleshooting
  • TradeServer Enterprise
    • Overview
    • Updates
    • Security
    • Installation
      • Windows
      • MacOS
      • Linux
    • Configuration
      • License Key
      • Login credentials
      • Hosting
        • Linux VPS Hosting
    • Special features
      • Price history
      • Backups
      • Machine Learning
        • Built-in Machine Learning
        • Custom Machine Learning
      • Scripted Exchange API (Coming Soon)
      • Local API (Coming Soon)
    • Troubleshooting
  • Interface
    • General Interface
      • Left Menu
      • Upper Right Items
        • Account data
        • Execute trade
        • AI Chatbots
          • Chatbot Julia
          • Chatbot David
          • Chatbot Thomas
        • Notifications
        • Menu
          • Exchange accounts
          • Settings
          • License information
          • Change Logs
          • Logout
      • Status bar
        • Price tickers
    • Dashboard
    • Bots
      • Bot management
      • Bot templates
    • HaasScript
      • Web Editor
      • Backtest Lab
        • Lab test setup
      • Backtest History
      • Manage Scripts
      • Manage Signals
    • Tools
      • Marketview
      • Market intelligence
      • Exchange profiler
      • Markets explorer
      • News
    • Finance
      • Portfolio
      • External Wallet
  • Haasscript
    • About
      • Change Log
    • Tutorials
      • Bot building
        • Trade-bot building
        • Visual bot building
        • Scripted bot building
      • Usage
        • HaasScript
          • Interval
          • Markets
          • Input Fields
          • Memory Management
          • Signal Handling
          • Position Information
          • Positions Handling
            • Fee correction
          • Order Handling
          • Trading
          • Charting
          • Optimizations
        • Visual Editor
          • Blocks
          • Parameters
          • Flow Control
          • Interaction
        • Script Editor
          • Classes
        • Managed Trading
        • Unmanaged Trading
    • Commands
      • Trade Bots
        • TradeBot Containers
        • Easy Indicators
        • Easy Safeties
        • Easy Insurances
      • Helpers
        • Array Helpers
        • Custom Command Helpers
        • Enumerations
        • Equations
        • Mathematical
        • Memory Helpers
        • Signal Helpers
        • String Helpers
        • Miscellaneous
        • Technical Analysis Helpers
      • Input data
        • Bot Settings
        • Input fields
        • Price Market Information
        • Script Settings
        • Time Information
        • Trade Market Information
      • Prices
      • Technical Analysis
      • Charting
      • Trading
        • Managed Trade Commands
        • Unmanaged Trade Commands
        • Order Information
        • Order Handeling
        • Position Information
        • Position Price Information
        • Profit Information
        • Wallet Information
      • Social Media
    • Built-in Bots
      • Version 3 bots
        • C# Scripted Bot
        • Email bot
        • Trendline Bot
        • Triangle Arbitrage Bot
      • Accumulation Bot
      • Enhanced RSI bot
      • FlashCrash (Grid) Bot
      • Crypto Index Bot
      • Intellibot Alice
      • Inter Exchange Arbitrage Bot
      • MadHatter Bot
      • Market Making Bot
      • Order Bot
      • PingPong Bot
      • Scalper bot
      • Zone-Recovery Bot
    • Community Bots
      • Simple Grid Bot (SPOT)
      • Simple Grid Bot (FUTURES)
      • Simple Market Maker (SPOT)
      • Simple Market Maker (FUTURES)
  • Usage
    • First Usage
    • Setup Exchange
      • Adding an API to the Platform
      • Binance
      • Binance US
      • Bit2me
      • Bitfinex
      • Bitget
      • BitMEX
      • ❌Bitpanda
      • Bitstamp
      • ❌Bittrex
      • Bybit
      • ❌Cex.IO (Legacy API)
      • ❌Coinbase
      • ❌Crypto.com
      • Deribit
      • Gemini
      • Gleec
      • ❌HitBTC
      • Huobi
      • ❌Ionomy
      • Kraken
      • Kraken Futures
      • KuCoin
      • KuCoin Futures
      • LBank
      • ❌OKCoin
      • OKX
      • OKX-Futures
      • OKX-Swap
      • Phemex
      • Poloniex
      • Poloniex Futures
      • WooX
    • Setup Telegram Notification Bot
    • Setup Discord Notification Bot
    • Use Signals
  • Other Resources
    • YouTube
    • Guides & Tutorials
    • Questions & Answers
    • Community Projects
  • Need Help?
    • Ask on Discord
    • Submit Support Ticket
Powered by GitBook
On this page
  • All Scripts Tab
  • HaasScripts Tab
  • Visual Scripts Tab
  • Commands Tab
  • Creating a New Script
  • Editing a Script
  • Deleting a Script

Was this helpful?

  1. Interface
  2. HaasScript

Manage Scripts

The Manage Scripts page in TradeServer allows you to view and manage all of your scripts in one place. You can create new scripts, edit existing scripts, and delete scripts that are no longer needed. The page is divided into four tabs: "All Scripts," "HaasScripts," "Visual Scripts," and "Commands."

All Scripts Tab

The "All Scripts" tab displays a list of all the scripts in your TradeServer account, regardless of the script type. The list includes the following columns:

  • Name: The name of the script.

  • Description: A brief description of the script.

  • Script Type: The type of script (HaasScript, Visual, or Command).

  • Command Name: If the script is a command, this column displays the name of the command.

  • Dependencies: Any dependencies that the script has.

  • Creation Date: The date when the script was created.

  • Updated Date: The date when the script was last updated.

  • Options: A column with icons for editing, viewing, or deleting the script.

To view or edit a script, click the eye icon in the "Options" column to open the web editor page. To edit the name or description of the script, click the edit icon in the "Options" column. To delete a script, click the delete icon in the "Options" column.

HaasScripts Tab

The "HaasScripts" tab displays a list of all the scripts in your TradeServer account that are based on HaasScript. The list includes the same columns and options as the "All Scripts" list.

Visual Scripts Tab

The "Visual Scripts" tab displays a list of all the scripts in your TradeServer account that are based on Visual. The list includes the same columns and options as the "All Scripts" list.

Commands Tab

The "Commands" tab displays a list of all the Command scripts in your TradeServer account. The list includes the same columns and options as the "All Scripts" list.

Creating a New Script

To create a new script, click the "Create New Script" button on the top right-hand corner of the page. You will be directed to the web editor page, where you can create your new script.

Editing a Script

To edit a script, click the eye icon or the edit icon in the "Options" column of the script you want to edit. This will take you to the web editor page, where you can edit the script.

Deleting a Script

To delete a script, click the delete icon in the "Options" column of the script you want to delete. A confirmation message will appear asking you to confirm the deletion. Click "OK" to confirm the deletion, or "Cancel" to abort the deletion.

PreviousBacktest HistoryNextManage Signals

Last updated 2 years ago

Was this helpful?