Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 659 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 659 Bytes

API algorithms

Call api, and get result.

For api doc, refer to https://apialgorithms.yuehchengchang.repl.co/docs#/

Changelog

20221020

  • 加入累計跌幅百分比
  • 加入csv下載功能

20220707

  • Pyramid - arithmetic: get買入等差金字塔(flt_總預算,flt_起始價格, flt最終價格, int_交易次數, flt_最小增加數量, flt_下單數量等差參數, flt_起始單位數=1)
  • Pyramid - geometric: get買入等比金字塔(flt_總預算,flt_起始價格, flt最終價格, int_交易次數, flt_最小增加數量, flt_下單數量等比參數, flt_起始單位數=1)