bateman icon indicating copy to clipboard operation
bateman copied to clipboard

(ABANDONED) Simple stock trading system that optimizes its parameters with particle swarm optimization

Results 3 bateman issues
Sort by recently updated
recently updated
newest added

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...