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
  • Array filter Types
  • Candle Pattern
  • Charting
  • Color
  • Data Types
  • Moving Averages
  • Order Types
  • Parameter Type
  • Position
  • Signal
  • Signal Types
  • Trading
  • Trading LR
  • Mathematical

Was this helpful?

  1. HaasScript
  2. Commands

Constants

Array filter Types

  • ArrayFilterExclusiveType

  • ArrayFilterGreaterThanType

  • ArrayFilterInclusiveType

  • ArrayFilterLessThanType

Candle Pattern

  • AbandonedBabyType

  • AdvanceBlockType

  • BeltHoldType

  • BreakawayType

  • ClosingMarubozuType

  • ConcealBabysWallType

  • CounterAttackType

  • DarkCloudCoverType

  • DojiStarType

  • DojiType

  • DragonflyDojiType

  • EngulfingType

  • EveningDojiStarType

  • EveningStarType

  • GapSideSideWhiteType

  • GravestoneDojiType

  • HammerType

  • HangingManType

  • HaramiCrossType

  • HaramiType

  • HignWaveType

  • HikkakeModType

  • HikkakeType

  • HomingPigeonType

  • IdenticalThreeCrowsType

  • InNeckType

  • InvertedHammerType

  • KickingByLengthType

  • KickingType

  • LadderBottomType

  • LongLeggedDojiType

  • LongLineType

  • MarubozuType

  • MatchingLowType

  • MatHoldType

  • MorningDojiStarType

  • MorningStarType

  • OnNeckType

  • PiercingType

  • RickshawManType

  • RiseFallThreeMethodsType

  • SeperatingLinesType

  • ShootingStarType

  • ShortLineType

  • SimpleDoubleDownCandleType

  • SimpleDoubleUpCandleType

  • SimpleDownCandleType

  • SimpleUpCandleType

  • SpinningTopType

  • StalledPatternType

  • StickSandwhichType

  • TakuriType

  • TasukiGapType

  • ThreeBlackCrowsType

  • ThreeInsideType

  • ThreeLineStrikeType

  • ThreeOutsideType

  • ThreeStarsInSouthType

  • ThreeWhiteSoldiersType

  • ThrustingType

  • TristarType

  • TwoCrowsType

  • UniqueThreeRiverType

  • UpsideGapTwoCrowsType

  • XSideGapThreeMethodsType

Charting

  • Candlestick

  • CandlestickHLC

  • CloseLine

  • Dashed

  • Dotted

  • HeikinAshi

  • HLC

  • LeftAxis

  • Line

  • LinearAxis

  • Mountain

  • OHLC

  • PercentageAxis

  • RightAxis

  • ShapeAdd

  • ShapeCircle

  • ShapeCross

  • ShapeDiamond

  • ShapeSquare

  • ShapeText

  • ShapeTriangleDown

  • ShapeTriangleUp

  • Smooth

  • Solid

  • Spiked

  • Spread

  • SpreadCandle

  • Step

  • StepAfter

  • StepBefore

Color

  • Aqua

  • Black

  • Blue

  • Cyan

  • DarkGray

  • DarkGreen

  • Fuchsia

  • Gold

  • Gray

  • Green

  • Maroon

  • Olive

  • Orange

  • Purple

  • Red

  • SkyBlue

  • Teal

  • White

  • Yellow

Data Types

  • ArrayDataType

  • BoolDataType

  • CommandDataType

  • FunctionDataType

  • NilDataType

  • NumberDataType

  • TextDataType

  • TupleDataType

  • UnknownDataType

  • UserDataDataType

  • VoidDataType

Moving Averages

  • DemaType

  • EmaType

  • KamaType

  • MamaType

  • SmaType

  • T3Type

  • TemaType

  • TrimaType

  • WmaType

Order Types

  • LimitOrderType

  • MakerOrCancelOrderType

  • MarketOrderType

  • NoTimeOutOrderType

  • StopLimitOrderType

  • StopMarketOrderType

  • TakeProfitLimitOrderType

  • TakeProfitMarketOrderType

Parameter Type

  • BooleanType

  • CallbackType

  • DynamicType

  • EnumType

  • ListDynamicType

  • ListNumberType

  • NumberType

  • StringType

  • VoidType

Position

  • NoPosition

  • PositionBought

  • PositionLong

  • PositionShort

  • PositionSold

Signal

  • SignalBuy

  • SignalExitPosition

  • SignalLong

  • SignalNone

  • SignalSell

  • SignalShort

Signal Types

  • BothCenterCrossType

  • BothThresholdType

  • IndicatorCenterCrossType

  • IndicatorSignalCrossType

  • IndicatorThresholdType

  • SignalCenterCrossType

  • SignalThresholdType

Trading

  • LeverageTrading

  • MarginTrading

  • SpotTrading

Trading LR

  • LR_Angle

  • LR_Default

  • LR_Intercept

  • LR_Slope

Mathematical

  • Epsilon

  • NumberMax

  • NumberMin

  • PI

  • Satoshi

PreviousChartingNextCustom Commands Helpers

Last updated 4 years ago

Was this helpful?