methenol

Results 15 comments of methenol

With a support/resistance indicator, I'm assuming the context comes from the value of the current price in relation to the support/resistance line, similar to a bbands strategy. It might be...

**For initial testing:** Instead of waiting for 20 runs to tell if this works, if you're testing it set max_evals = 5 or even max_evals = 1 to make sure...

backtrader seems like a solid framework. Toyed with btgym that runs off of backtrader a bit but ran into issues using external data and didn't sink the time into changing...

I've been able to test this portion today and can report that pickling the trials is working with the code in the first post. Once the max_evals is reached, it...

This shoudn't be a problem. I have a tensorforce DDPG agent that I was hypersearching with hyperas and a different environment. I'll work on adapting it as the learning characteristics...

I think CCXT would be a great option as it would standardize the data format from several exchanges and gets around writing individual API calls on a per exchange basis....

Testing this modification to hypersearch.py, had to clear the runs database so it's going to be a bit before I can tell if it affected anything. ``` hypers['agent'] = {...

This is able to run for v0.2: Would like for it to toggle on/off like the baseline section, working on that. ``` 'actions_exploration': { 'type': 'ornstein_uhlenbeck', 'sigma': hp.quniform('exploration.sigma', 0, 1,...

Going to try and get the values to a little more realistic first before submitting a PR for it. Letting the hypersearch run for a bit so it does it's...

The run.py hasn't been setup yet after the v0.2 migration. The original run.py can be found under the v0.1 tag but it's a pretty solid assumption that it needs to...