LogoLogo
Back to HaasOnline.comSwitch to Trade Platform
3.x
3.x
  • Welcome
  • Getting Started
    • Using Local API Server
    • Authentication
    • Response
      • Error Codes
  • HaasScript
    • Using HaasScript
      • HaasScript Facts
      • Charting
      • Order Handling
      • Interval
      • Input Fields
      • Positions Handling
        • Fee correction
      • Position Information
      • Memory Management
      • Optimizations
      • Signal Handling
      • Trading
    • Script Editor
      • Syntax
      • Parameters
      • Interaction
    • Visual Editor
      • Blocks
      • Parameters
      • Flow Control
      • Interaction
    • Custom Commands
    • Tutorials
      • Trade Bot Guide
        • Creating A Trade Bot
          • Visual Editor Guide
          • Script Editor Guide
          • Custom Containers
        • Customizing Indicators
        • Customizing Safeties
        • Customizing Insurances
        • Creating Easy Indicators
      • Unmanaged Trading Guide
        • Executing Orders
        • Managing Orders
        • Managing Positions
        • Managing Wallet
      • Script Editor
        • Classes
        • MadHatter BBands
        • Percentage Price Change
      • Visual Editor
        • Importing Scripts
        • SmoothRSI
        • Scalper Bot
    • Commands
      • Array Helpers
      • Charting
      • Constants
      • Custom Commands Helpers
      • Easy Indicators
      • Easy Insurances
      • Easy Safeties
      • Equations
      • Flow Control
      • Input Fields
      • Input Settings
      • Mathematical
      • Memory Helpers
      • Miscellaneous
      • Order Handling
      • Order Information
      • Position Information
      • Position Prices
      • Price Data
      • Price Market Information
      • Profit Information
      • Settings
      • Signal Helpers
      • String Helpers
      • Technical Analysis
      • Technical Analysis Helpers
      • Time Information
      • Trade Actions (Managed)
      • Trade Actions (Unmanaged)
      • Trade Bot
      • Trade Market Information
      • Wallet
  • API Endpoints
    • Software API
    • Market Data API
    • Account Data API
    • Trade Data API
    • Advanced Order API
    • Trade Bot API
    • Custom Trade Bot API
    • ENUMS
    • Data Objects
  • Examples
    • Script Bots (C#)
      • Scalper Trade Bot
      • Flash Crash Trade Bot
    • Script Indicators (C#)
      • Indicator Script
      • Technical Analysis Library
    • Pshai Scripts (C#)
      • BBands Ext
      • BBands Ext v2
      • Chaikin A/D Line
      • Calibrator
      • Pshai's RVI
    • Scripted Driver
  • Other Resources
    • YouTube
    • Guides & Tutorials
    • Questions & Answers
    • Community Projects
  • Need Help?
    • Ask on Discord
    • Submit Support Ticket
Powered by GitBook
On this page
  • Pshai's Indicators
  • Pshai's Safeties
  • Pshai's Insurances
  • Installation
  • Using Pshai's Scripts

Was this helpful?

  1. Examples

Pshai Scripts (C#)

Pshai's scripts are a collection of custom Indicators, Safeties, and Insurances for use with a custom trade bot.

Please note that the built-in Script Editor does not work with C# scripts. Please use your preferred text editor or IDE to create your own or edit the ones provided here.

Pshai's Indicators

  • BBands Ext

  • BBands Ext v2

  • Calibrator

  • Chaikin AD Line

  • Chandelier Exit

  • Continuous Candles

  • PI Donchian Channel

  • Dynamic Buy Sell

  • Full Stochastic

  • Gunbot

  • MA FIXED

  • MA ATR

  • MACD V2

  • MA Envelope

  • OBV

  • OBVOSC

  • Pshais LR

  • Pshais LR x2

  • Pshais MFI

  • Pshais RSI

  • PI RVI

  • Pshais Vol MA

  • SAR

  • PI Super Guppy

  • PI VWAP

  • TMF

  • Trade On Profit

  • Trend Watch

  • ZLMA v1 double

  • ZLMA v2 double

  • pshais MA v3

Pshai's Safeties

  • Take Profit Spot

  • Chandelier's Exit

Pshai's Insurances

  • PMCS

  • Pshais STD

  • Pshais STD 2

  • Pshais Trade Blocker Fixed

  • PINS CCI Trade Blocker

Installation

You can install them by navigating to ScriptIndicators or ScriptInsurances or ScriptSafeties. Location for each OS are outlined below:

  • Windows

    My Documents\HTS\ScriptIndicators OR ScriptInsurances OR ScriptSafeties

  • macOS ~/Library/Application Support/HTS/ScriptIndicators OR ScriptInsurances OR ScriptSafeties

  • Linux

    root/HTS/ScriptIndicators OR ScriptInsurances OR ScriptSafeties

Using Pshai's Scripts

PreviousTechnical Analysis LibraryNextBBands Ext

Last updated 5 years ago

Was this helpful?