Storkle / clj-forex

Create clojure expert advisors for forex with various backends (metatrader, ...)
MIT License
41 stars 6 forks source link

Updating price stream bug #2

Open Storkle opened 13 years ago

Storkle commented 13 years ago

When price stream is very old and then updated by metatrader, clj-forex fails to update to the newest price stream and instead keeps the old price stream data (except for the first data in the price stream - eventually it will update everything, one bar at a time, over a time of (price_stream_length*length_of_a_bar))