Giter VIP home page Giter VIP logo

aqtrader's People

Contributors

pyback avatar quanttradered avatar

Stargazers

 avatar

Watchers

 avatar  avatar

aqtrader's Issues

manage holiday

step 1. load from holiday list file in commutil module (like expire_date)
step 2. load from DB in commutil module (it may work at future...)

Search for how to integrate multi-git respository

참고: http://gypark.pe.kr/wiki/Git/저장소병합

git remote add other /path/to/XXX
git fetch other
git checkout -b TEMP other/master
mkdir ZZZ
git mv stuff ZZZ/stuff # repeat as necessary for each file/dir
git commit -m "Moved stuff to ZZZ"
git checkout master
git merge TEMP --allow-unrelated-histories # should add ZZZ/ to master
git commit
git remote rm other
git branch -d TEMP # to get rid of the extra branch before pushing
git push # if you have a remote, that is

Setup IDC Server

install package (conda, redis,)
install redis

but

not complete to auto run cybos
and complicate cybos & xing

1 single core / Memo 2G / SSD 50G environ not bad

AutoTrader's strike is not number string

2018-09-04 08:00:35,118 [INFO] AutoOTMTrader.TickDataReceiveThread Init TickDataReceiveThread
2018-09-04 08:00:35,119 [INFO] AutoOTMTrader.ExecThread Init ExecThread
2018-09-04 08:00:35,121 [INFO] AutoOTMTrader.OrderThread Init OrderThread
Traceback (most recent call last):
File "AutoOTMTrader.py", line 557, in
myform = MainForm()
File "AutoOTMTrader.py", line 74, in init
call_shortcd = self.find_target_shortcd('call')
File "AutoOTMTrader.py", line 270, in find_target_shortcd
if int(strike) < int(self.atm_strike) * 1.10: continue
ValueError: invalid literal for int() with base 10: ''

send cancl exec report

zmq_exec_report send in QtViewerCFOAT00300 (KOSPI200 KRX, CME)
zmq _exec_report send in QtViewerCEXAT11300 (EUREX Options)

miss zmq msg between autotrader and oms

2020-01-14 12:51:18 send_order > xing api sendorder and return None > autotrader can't recv msg
2020-01-14 14:42:25 send_order > oms can't recv order msg

OrderManager Legacy Issue

  1. Use Thread Pool to multi receive order
  2. Apply new feature which can receive by multi thread pool.
    commit location: 0d03a51
  3. demo version is passed test, but real version doesn't work well;
    (request order com function hang out application.
  4. the one of supposed solution is that multi - api session apply to each order thread.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.