Commit Graph

307 Commits

Author SHA1 Message Date
dc46ab2b49 vectorized aggregator, minor changes 2024-05-17 14:04:48 +02:00
9e7d974ebd sitemap added (#194) 2024-04-28 18:56:36 +02:00
66a4cb5d7c update of vbt doc 2024-04-25 06:24:51 +02:00
0bf9aadb0c fix 2024-04-17 13:04:57 +02:00
81ca678f55 Feature/market attribute (#185)
* RunManagerRecord class has a new attribute market. Market enum is imported.

* row_to_runmanager function considers market column

* add_run_manager_record and update_run_manager_record functions are changed. fetch_all_markets_in_run_manager is new.

* new Market enumeration class is defined

* market_value used for job scheduling. start and stop functions have modifications of market parameter input

* new is_market_day function + modifications of get_todays_market_times function

* market attribute set default to US

* row_to_runmanager function has no string formatter for market attribute

* add_run_manager_record function adn update_run_manager_record function update the DB column market based on record.market data

* start_runman_record and stop_runman_record have got no market parameter

* get_todays_market_times function is changed

* default value for market atribute is Market.US

* update_run_manager_record function has no if condition for market key

* market_value deleted, used enumaration value Market.US instead of string US

* get_todays_market_times has a new if condition for Market.CRYPTO

* update includes market column in the run_manager table

* market attribute in Run Manager record has value given by enumeration as Market.US

* documentation of changes made in the branch

* remove README_feature_market.md

* back to original state

* Delete README_feature_market.md

* _start_runman_record has an additional else condition

* is_market_day renamed to is_US_market_day

* transferables column added into runner_header table
2024-04-17 12:14:01 +02:00
96c7f7207f vectorbtdoc 2024-04-16 15:53:51 +02:00
26b72763da bugfix (#181) 2024-03-18 18:42:09 +01:00
adc7c3c1b6 hard stop / soft stop for cutoff (#177) martingale base (#178) 2024-03-15 13:36:28 +01:00
a6343abe88 highlight logs on gui (#176) 2024-03-15 11:06:18 +01:00
075984fcff archrunner db query searches for symbol, name (#175) 2024-03-15 10:04:46 +01:00
5fce627fe3 toml validation to frontend (#174) 2024-03-14 17:39:52 +01:00
8de1356aa8 #163 transferables (#172) 2024-03-14 14:16:01 +01:00
7f47890cad #168 #166 and additional fixes (#169) 2024-03-13 12:31:06 +01:00
8cf1aea2a8 run updte 2024-03-07 14:07:46 +01:00
9231c1d273 bugfix - kontrolu na maxloss provadime az u eventy FILL, kdy je znama celkova castka 2024-03-06 15:50:16 +01:00
9391d89aab #148 #158 config refactoring to support profiles/reloading (#165) 2024-03-06 14:30:24 +01:00
9cff5fe6a1 #155 + presun row_to from db.py to transform.py 2024-03-06 13:31:09 +01:00
0e5cf5f3e0 Merge pull request #161 from drew2323/local
Minor changes for installation on windows
2024-03-04 17:03:50 +01:00
90c33c0528 Delete run.sh 2024-03-04 17:01:47 +01:00
e9e6534d2b primary live account api and secret changed 2024-03-04 16:57:10 +01:00
5874528d23 line 29 has deleted integrity and crossorigin value 2024-02-28 08:08:21 +01:00
985445d814 user_data_dir function has a second parameter author, ACCOUNT1_LIVE has still PAPER_API_KEY and SECRET_KEY 2024-02-28 08:04:02 +01:00
6c1f7f0e2e changed VIRTUAL_ENV_DIR and PYTHON_TO_USE 2024-02-27 18:15:35 +01:00
20aaa2ac23 #135 -> BT same period button 2024-02-27 12:03:57 +07:00
691514b102 all dates in gui are in market time zone (even start/stop) 2024-02-27 10:53:30 +07:00
84903aff77 batchprofit/batchcount columns hidden from archiverunners gui 2024-02-27 08:15:07 +07:00
4887e32665 #149 2024-02-26 22:42:03 +07:00
ce99448a48 moved config related services into separated package 2024-02-26 19:35:19 +07:00
887ea0ef00 #147 2024-02-26 11:30:13 +07:00
af7b678699 zpet debug podminka 2024-02-24 21:23:17 +07:00
04c63df045 docasny disable pro testing 2024-02-24 21:17:10 +07:00
ebac207489 #143 2024-02-24 20:32:01 +07:00
9f99ddc86a live_data_feed stored in runner_archive 2024-02-23 21:20:07 +07:00
e75fbc7194 bugfix 2024-02-23 21:04:23 +07:00
c4d05f47ff #139 konfigurace LIVE_DATA_FEED 2024-02-23 12:35:02 +07:00
f6e31f45f9 #136 bugfix properly closing ws 2024-02-23 10:30:12 +07:00
c42b1c4e1e fix 2024-02-22 23:23:20 +07:00
1bf11d0dc4 fix 2024-02-22 23:20:54 +07:00
1abbb07390 Scheduler support #24sched 2024-02-22 23:05:49 +07:00
b58639454b unknown symbol msg 2024-02-12 10:45:23 +07:00
a7e83fe051 bugfix create batch image (check for None from Alpaca) 2024-02-11 15:26:15 +07:00
6795338eba createbatch image tool + send to telefram enrichment 2024-02-11 12:37:19 +07:00
9aa8b58877 updatnute requirements.txt 2024-02-10 21:35:53 +07:00
eff78e8157 keys to env variables, optimalizations 2024-02-10 21:02:00 +07:00
d8bcc4bb8f Merge branch 'master' of https://github.com/drew2323/v2trading 2024-02-06 11:16:58 +07:00
7abdf47545 ok 2024-02-06 11:16:09 +07:00
1f8afef042 calendar wrapper with retry, histo bars with retry 2024-02-06 11:14:38 +07:00
df60d16eb4 Update README.md 2024-02-06 09:52:53 +07:00
535c2824b0 Update README.md 2024-02-06 09:34:33 +07:00
9cf936672d Update README.md 2024-02-06 09:30:56 +07:00