0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Observer gets a default prenext that calls next More... over 10 years ago
Add Analyzer support to bt-run and cosmetic clean-up More... over 10 years ago
Cerebro support for Analyzers More... over 10 years ago
AnnualReturn/SharpeRation analyzers and imports added More... over 10 years ago
Add analyzer base module and import More... over 10 years ago
Extension of Template to support iteration and names More... over 10 years ago
cerebro returns a list of strategies (rather than a list of lists) if no optimization is being done because there is only 1 set of strategies More... over 10 years ago
Addition of basic mathsupport module meant for statistics (average, variance, stddev) More... over 10 years ago
Rework OrderedDict import in utils to make it more visible to other modules More... over 10 years ago
linebuffer add getzeroval to get a single value from the real base 0 index More... over 10 years ago
Sample strategy SMA_CrossOver More... over 10 years ago
Generic execution script bt-run.py More... over 10 years ago
order execution sample added More... over 10 years ago
Release 1.1.2.88 More... over 10 years ago
VisualChart binary file direct data feed support More... over 10 years ago
broker change to "Close" execution llogic using new order end of session calculated time More... over 10 years ago
broker suppor for tick_xxx prices to execute the orders with the same logic in normal and replay mode More... over 10 years ago
order receives new attribute to calculate the next end of session to better support "Close" orders More... over 10 years ago
replay fills up the tick values used to reconstruct a larger bar More... over 10 years ago
Resampler uses isoweek instead of the wall calendar week to ensure weeks crossing over the year border are consistent More... over 10 years ago
Support in feed DataBase to see what the last tick values are in the form of self.tick_xxx (open, high, low, close, volume, openinterest). Unless a real time data feed or replay is active, these will be same values as the current bar (self.lines.open, ...) More... over 10 years ago
Observers documentation More... over 10 years ago
Generic Data Feed Development Documentation More... over 10 years ago
Issue #11 Close orders now not only support DataReplay but regular close price with the next bar More... over 10 years ago
Python correction for next in order id generation for Python 3 More... over 10 years ago
Release 1.1.1.88 More... over 10 years ago
Documentation on order creation and execution More... over 10 years ago
broker clarification on how to detect BuyOrders (use method rather than isinstance) and use of pcreate for limit orders (even if plimit should be the same) More... over 10 years ago
Corrections to Order to avoid redefinition of enum for Stop, StopLimit, right initial setup of "triggered" for stoplimit orders and assignment of pricelimit for OrderData More... over 10 years ago
Add missing notification for order "accept" and notifications uses clones to notify unique statuses per event More... over 10 years ago