PaulForInvent

Results 7 comments of PaulForInvent

Please don't let it be such foolish thing, that it bought 100 positions, but when you do `position.close()` you just sell a single stock?! So maybe just the last one?...

@kernc No it just closed size=1 positions? I used now self.sell() to close all. Maybe I miss something? Now there are strange things that only the beginning and last trade...

Thanks for your deep interest. Isn't this basically related to basic usage of this library and your meaning of what your broker is doing and how are the trades processed?...

@polakowo Ok, this looks great! I think I can start with this. Thank you! > The ma_above method is created dynamically as a helper method for you, that's why it's...

@polakowo What is the reason for these cache fucntion? Do I really need them for eg. Ichimoku. I do not get the intention of this.

> 1. takes input arrays such as `high`, `low`, and `close` (one-dimensional), and parameters such as `tenkan`, `kijun`, and `senkou` (single values), So I also can use these values as...

Thanks! I try it. Then next thing I think struggle to find out, where can I set my custom rules for buys/sells. think this is handled via the entries and...