Skip to content

Tags: zpmsoftware/SchwabApiCS

Tags

v7.5.0

Toggle v7.5.0's commit message
Version 7.5.0 - released 2025-11-23

    1. Changed target framework to .Net 10 (Visual Studio 2026 recommended)
    2. SchwabApiCS.Orders.Order.GetOrderFillDetails() - new method
    3. SchwabApiCS.MarketData.GetPriceHistoryAsync - better error handling
    4. SchwabApiCS.SchwabApi.ExternalLoggingMethod - Changed, added new parameter: bool displayMessage
    5. SchwabApiCS.SchwabApi.LogMessage - Changed, added new parameter: bool displayMessage

    6. ZpmPriceCharts.CandleSet - added suppport for 2 & 3 minute candles
    7. ZpmPriceCharts.PriceChart.xaml.cs - refactored for performance
    8. ZpmPriceCharts.Studies.Studies - Changes to studies to increase performance, some improvements, Array.Resize fix when in Release mode.
    9. ZpmPriceCharts.Studies.RecentHighLow - refactored
    10. ZpmPriceCharts.Studies.Stochastic.cs - renamed to ZpmPriceCharts.Studies.Stochastic.cs, and refactored.

v7.4.7

Toggle v7.4.7's commit message
Version 7.4.7, Fix in Streamer class needed due to Schwab api changes…

… and a few enhancements

v7.4.6

Toggle v7.4.6's commit message
Version 7.4.6

AccountActivity streamer - a number of changes adding or changing fields found in more complex orders or different types or orders.
Fixes to allow setting timzones.
Added error handling to streamer class. OnError?.Invoke to pass exception to UI thread.
PriceChart fixes, study fixes & enhancements, adding HeikinAshi Candles

v7.4.5

Toggle v7.4.5's commit message
Version 7.4.5

v7.4.4

Toggle v7.4.4's commit message
Added synchronization to streamer class to make thread safe. Updated …

…packages with security issues. Fixed issues with studies ATR and ADX. In ADX added +DI and -DI

v7.4.3

Toggle v7.4.3's commit message
Version 7.4.3 2024-02-24

v7.4.3a

Toggle v7.4.3a's commit message
V7.4.3 change

V7.4.2

Toggle V7.4.2's commit message
Price Chart - fix to support futures symbols, those starting with /

OrderExecuteReplace() - was not implemented/tested.  Works now for a simple order.  Complex orders will need more work.
OrderStopLoss() - fixed quantity, had the wrong sign.

V7.4.1

Toggle V7.4.1's commit message
Price Chart Enhancements

V7.4.0

Toggle V7.4.0's commit message
resolve conflict