bateman
bateman copied to clipboard
(ABANDONED) Simple stock trading system that optimizes its parameters with particle swarm optimization
Run as Java Application and refused by Yahoo...
18:14:58.644 [main] INFO o.w.b.p.SimpleParticleSwarmOptimizer - Fetching data for symbol AAPL Exception in thread "main" java.lang.NumberFormatException at java.math.BigDecimal.(BigDecimal.java:494) at java.math.BigDecimal.(BigDecimal.java:383) at java.math.BigDecimal.(BigDecimal.java:806) at org.wkh.bateman.fetch.YahooQuoteFetcher.fetchBidAskSpread(YahooQuoteFetcher.java:23) at org.wkh.bateman.model.BuyZoneOptimizer.main(BuyZoneOptimizer.java:104)
Hello there, Have you tested this with any other stock apart from APPL? How are the results for other symbol if so? For the example you've shown there is no...