Origami Documentation
CtrlK
User GuideFunction
  • User Guide
    • Create Project
    • Add accounts
    • API Key Creation
      • Hyperliquid
      • Binance
      • Bybit
      • OKX
      • Gate io
      • Mexc
      • HTX
      • Kucoin
      • BingX
      • Bitget
      • BitMart
    • Create Spot Bot
    • Create Futures Bot
    • Create Grid
    • Grids Examples
      • Selling at the Best Price with Minimum Price and Balance Constraints
      • Selling at the Best Price Considering Historical Data
      • Buying at the Best Price with Maximum Price and Balance Constraints
      • Buying at the Best Price Considering Historical Data
      • Placing Orders at the Best Price or with a Minimum Spread
      • Placing Orders with a Spread Based on Historical Data
      • Placing Buy and Sell Orders Based on RSI of 15-Minute Candlesticks
      • Buying and Selling When the 15-Minute RSI Exits a Defined Range
  • Function
    • Required parameters
      • Buy Orders Count
      • Sell Orders Count
      • Execute Price
      • Execute Volume
    • Base logic
    • Optional parameters
      • Time Between Orders
      • Sleep After Seconds
      • Is Buy First
    • Functions
      • Ticker
      • Orderbook
      • Candles
      • VWAP
      • Amount Before Price
      • Amount Threshold Index
      • Symbol
      • Balance
      • Saved Balance
      • Group Balance
      • Mean
      • Median
      • Max
      • Min
      • Exp
      • Abs
      • Logn
      • Count
      • Random
      • Sum
      • Cached
      • Remove NaN
      • Is NaN
      • Var
    • Technical analysis
      • Relative Strenght Index
      • RSI to price
      • Average True Range
      • Bollinger Bands
      • Donchian Channel
      • Exponential Moving Average
      • Kaufman Efficiency Indicator
      • Kaufman's Adaptive Moving Average
      • Keltner Channels
      • Momentum Breakout Bands
      • Pivot Points
      • Percentage Price Oscillator
      • Percent B
      • Stop-and-Reverse
      • Stochastic Oscillator %K
      • Stochastic RSI
      • True Range
      • Triple Exponential Moving Average Oscillator
      • Volume Adjusted Moving Average
    • Structures
      • Balance
      • GroupBalance
      • Orderbook
      • OrderBookUnit
      • Symbol
      • Candle
    • Shortcuts
      • Base
      • Counter
    • Exchanges list
    • Pre-defined parameters
      • Order Pos
      • Side
Powered by GitBook
On this page
  1. Function

Technical analysis

Technical analysis is a collection of tools used for forecasting probability price movements based on patterns in historical price changes.

rsi

Relative Strenght Index

rsi_to_price

RSI to price

atr

Average True Range

bbands

Bollinger Bands

do

Donchian Channel

ema

Exponential Moving Average

er

Kaufman Efficiency Indicator

kama

Kaufman's Adaptive Moving Average

kc

Keltner Channels

mobo

Momentum Breakout Bands

pivot

Pivot Points

ppo

Percentage Price Oscillator

percent_b

Percent B

sar

Stop-and-Reverse

stoch

Stochastic Oscillator %K

stochrsi

Stochastic RSI

tr

True Range

trix

Triple Exponential Moving Average Oscillator

vama

Volume Adjusted Moving Average

PreviousVarNextRelative Strenght Index

Last updated 8 months ago