Also look at the "Chandelier Exit" indicator
You could sell 33% right now, put a tight trailing stop loss on another 33% and a loose stop loss on the remainder.
I run simulations against multiple instruments (40+) at the same time using each set of parameters, collect statistics about the trades made, and...
The "approval" bit is what the OrderManager and StrategyMonitor are for but there is no pre-built risk management routine. You need to provide...
That's great, I can help you out. Once you get something done on a public fork I can take a look and lend a hand.
The reason was exactly to prevent memory leaks. That's also exactly the reason why java is used in servers that run for years without stopping....
I'm working with java since 2001, almost exclusively. If I look at python code or something else I feel lost too.
Don't forget that pig is part of the backbone of major stock exchanges (NASDAQ, NIKKEI, FTSE, etc). I worked on a distributed system used to route...
Any database with a JDBC driver is supported. Just pass in your sqlite database connection details (jdbc url, user and password) and it will use...
Or Scala, or Kotlin.
I use a large combination of factors to determine when to exit. On backtests whenever I use a single method (e.g. Chandelier Exit, Parabolic SAR,...
I guess his question is more related to the resolution of your data (as in 1 minute candle history for the last 2 years instead of 1 day candle...
Thanks for the support. In a sense the project is "complete" as in it can be used to build a trading robot for you right now. What needs to be...
That is done on purpose. If you look at the optimizing section, that constructor is changed to use Parameters. This allows you to parameterize not...
Some of them yes. quantopian/quantconnect depend on their platform so you have limited control over what you are doing. pylivetrader if I am not...
My dude this is full open source. I have no control whatsoever. You can copy, modify, sell, do whatever you want. There is no dependency on any...
It's not specific for crypto. The idea is that any broker/exchange for any sort of instrument can work with this. I personally trade with binance...
Incoming candles might be real time ticks or anything else. In the example above they are 1 minute candles. Internally the indicators have an...
Not magic, but great to know, as the purpose of the framework is to relieve programmers of the bulk of the work. In that example the candles are...
"Another?" I couldn't find anything worth the time. Most are collections of technical indicators with poor to no support for proper backtesting....
Separate names with a comma.