Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Add crossover_vwap strategy to readme & genetic backtester. #858

Merged
merged 7 commits into from
Dec 14, 2017
Merged

Add crossover_vwap strategy to readme & genetic backtester. #858

merged 7 commits into from
Dec 14, 2017

Conversation

tiagosiebler
Copy link
Contributor

This opens up this new strategy to genetic backtesting.

In the process I added a RangeFactor method to the phenotype.js create() function, allowing ranges in factors of x (e.g 1-1000 at a factor of 100). Not 100% sure yet on the RangeFactor implementation, but it seems to work. Setting a min value of 0 also allows the possiblity of a 0 value being returned. E.g:
RangeFactor(0, 10000, 10)//0 disables this max cap. Test in increments of 10

@tiagosiebler
Copy link
Contributor Author

Added some HTML charts as well to demonstrate the effects of the vwap_max parameter in the decision making process.

Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 cool, thanks for contributing!

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants