Skip to main content

Amibroker - 6.93

AmiBroker 6.93 is a specific version of the popular technical analysis and charting software used by traders and analysts. It was released in February 2024.

Here is a summary of the key changes and features introduced in version 6.93: amibroker 6.93

New Functions in 6.93

  1. GetWebSocketData() – Pulls real-time fields directly from a WebSocket endpoint into an array. AmiBroker 6

    wsPrice = GetWebSocketData("wss://stream.data.com/trade", "AAPL.last");
    
  2. ArrayStats() – Returns a structure with mean, median, standard deviation, skewness, and kurtosis in one call. ArrayStats() – Returns a structure with mean, median,

    stats = ArrayStats(Close, 50);
    mySkew = stats.skewness;
    
  3. TimeFrameDecompressEx() – Allows flexible remapping of lower timeframe data to higher timeframes without gaps. Fixes the old TimeFrameDecompress() issue where weekends caused misalignment.

Step 2: Database Configuration for Speed

Once installed, create a new database with these optimal settings for 6.93:

2. Standout Features of Amibroker 6.93