trbck
trbck
@degiere great stop function! I got it working with little modifications and it looks fine to me but I am not sure: ``` def stop(entry, price, exit_price, amount, ohlc, direction='long'):...
Sure. In case you have any suggestions on how to start this best - would be highly appreciated and I think others would also be interested.
I use both of your projects and get the data like this at the moment: client = Client() symbol = 'ADS.DE' y = client.get_day(symbol, 9999) index = np.array([datetime.date.fromtimestamp(v) for v...
@yinhm yes, of course. @fawce right now I send the data dataframe to the handle_data() function structured with the close price of each symbol per column. For further analysis with...
OSG installed just fine but I struggle with osgswig under Snow Leopard as well.