Liking cljdoc? Tell your friends :D

btezergil.algolab-lib.core


apikeyclj


candle-dataclj

(candle-data equity & {:keys [period] :or {period "60"}})

Fetches the OHLC data for the given equity. Optional period parameter determines the candle period in minutes. 250 candles returned for 1 hour.

Fetches the OHLC data for the given equity. 
Optional period parameter determines the candle period in minutes.
250 candles returned for 1 hour.
raw docstring

checker-hashclj


encryptclj

(encrypt text)

Encryption function for login flow, uses AES encryption as required by ALGOLAB.

Encryption function for login flow, uses AES encryption as required by ALGOLAB.
raw docstring

equity-infoclj

(equity-info equity)

generate-checkerclj

(generate-checker endpoint payload)

Generates the checker that is used to validate every request.

Generates the checker that is used to validate every request.
raw docstring

loginclj

(login)

Initializes login flow by sending an SMS to the phone number of the account that is firing the request. Use the SMS received for getting the hash in login-sms-code function.

Initializes login flow by sending an SMS to the phone number of the account that is firing the request.
Use the SMS received for getting the hash in login-sms-code function.
raw docstring

login-sms-codeclj

(login-sms-code sms-code)

Uses the SMS code received in the first part of the login flow to fetch the hash that is used to generate the checker.

Uses the SMS code received in the first part of the login flow to fetch the hash that is used to generate the checker.
raw docstring

passwordclj


session-refreshclj

(session-refresh)

Refreshes the existing session.

Refreshes the existing session.
raw docstring

set-hashclj

(set-hash cur-hash)

Sets the checker hash externally to use an already existing session.

Sets the checker hash externally to use an already existing session.
raw docstring

set-tokenclj

(set-token cur-token)

Sets the token externally to use an already existing session.

Sets the token externally to use an already existing session.
raw docstring

tokenclj


usernameclj

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close