Version 1.0.16.4 * Added menu option in Filter Alerts that allows you to save all alerts to a CSV file * Fix to Spread Dialog regarding how it handles symbols with an equal sign in the symbol name Version 1.0.16.3 * Updated ESD module * Fix to Symbol column sort-order handling Version 1.0.16.2 * Added paraSAR formula to Wizard. * Added standardError formula to Wizard. * Added regressionLowerStdErr formula to Wizard. * Added regressionUpperStdErr formula to Wizard. * Added new stream function strmStdErr() * Updated ESD module. Version 1.0.16.1 * Added Relative Spread Strength (RSS) formula to Wizard. * Added alternate version of Fisher Inverse Transform to Wizard. * Fix to ema calculation Version 1.0.16.0 * Added stoRSIK formula to Wizard. * Added stoRSID formula to Wizard. Version 1.0.15.9 * Fix (again) for symbol-linking Version 1.0.15.8 * Fix to symbol-linking between ScanExpert Viewer and eSignal Advanced Charts Version 1.0.15.7 * Added streamRSquared formula to Wizard. Version 1.0.15.6 * Added support for symbols with equal sign, such as ES #F=2 or CL V9=1 Version 1.0.15.5 * Fix to alert module * Added AsymmetricalRSI formula to Wizard. * Added Bollinger Squeeze formula to Wizard. * Added Bollinger Squeeze Histogram formula to Wizard. Version 1.0.15.4 * Fix to grid sort order when same symbol is loaded under different bar intervals. * Fix to index logic. * Added regressionCumulativeDev formula to Wizard. * Added streamIntraHighest formula to Wizard. * Added streamIntraLowest formula to Wizard. * Added percentInRange formula to Wizard. Version 1.0.15.3 * Added streamDaysAgo formula to Wizard. Version 1.0.15.2 * Updated ESD Module. This is an important update as it addresses the issue of realtime updates in certain timezones. Version 1.0.15.1 * Fix for 0.0 value sometimes displaying as blank in the grid. * Fix to basis line logic in line, fill, and histogram format types. * Added volCum formula to Wizard. Version 1.0.15.0 * Additional optimizations and fixes to date/time routines * User script will now be called on each historical bar (in prior versions the user script would only be called once all historical data was loaded). This means you can now add custom code into the user script and this code will be called on each historical bar. Refer to the Scripting User Guide. * Removed the "PreLoad Data" option from the Symbols page. Because of the changes made to how the user script operates, a preload no longer makes sense. * Added new user script function (Symbol.getBarState()). * Added vwapCum formula to Wizard. * Updated Wizard module. * Updated Editor module. * Updated documentation. Version 1.0.14.9 * Add support for custom spreads. See User Guide and video on web page for more info. * Speed optimizations to all date/time routines. * Added regressionCumulative formula to Wizard. * Updated ESD Module Version 1.0.14.7 * Added new stream function getBarsInDay() * Added streamSlope formula to Wizard. * Fix to script initialization procedure. Version 1.0.14.6 * Fix to symbol import in Configuration Manager. Can now import CSV files as long as symbol is in first column. * Fix to synchronizer in study module. Version 1.0.14.5 * Added eSignal Symbol Linking to symbol column in Filters (just double-click on symbol name) * Fix to Jurik DLL integration. * Fix to Clipboard Copy procedure in Filters. Version 1.0.14.4 * Added eSignal Symbol Linking to symbol-column menu in Viewer grid. * Updated ESD Module Version 1.0.14.3 * Added Jurik support. JMA, RSX, VEL and DMX added to Wizard. (Note: you must have a valid Jurik UT subscription to use these functions). * Fix to index error. Version 1.0.14.2 * Added KAMA study to Wizard. * Added Heikin-Ashi Open, High, Low and Close to Wizard. * Added Regression Bands to Wizard. * Updated ESD Module Version 1.0.14.1 * Optimize grid update logic to reduce cpu utilization. * Added floor trader pivots levels to Wizard. * Check session specification against bar interval and adjust if necessary. * Filter out duplicate symbol requests in portfolios. * Updated ESD Module Version 1.0.14.0 * Fix to initialize sort order in Filters. * Added data highlight color (i.e., in main grid on new data) to Grid Font/Colors dialog. * Added toggle highlight checkbox to Grid Font/Colors dialog. * Added mmLevels study to Wizard. * Updated ESD Module Version 1.0.12.9 * Fix to stay-on-top issue with Filter windows. That option will now be saved as part of the filter configuration. * Fix to vertical cell alignment for histogram, fill, and line chart-types. * Added symbol-hilite in filters. On each update, any symbol in filter that was not in filter prior to update will be highlighted. * Added vwap(), streamCrossAbove(), and streamCrossBelow() formulas to Wizard. * Added new stream functions getDay(), getDate(), getMonth(), and getYear() Version 1.0.12.8 * Added multi-column sort to grid and to filters. Can now specify multiple columns to define a sort order. Click on first column header to define primary sort, hold down Shift key and click on additional columns to add columns to the sort index. * Added column-moving (drag with mouse) to grid and to filters. Can now relocate any column. * Filters will retain last used column order and defined sort index(es). * Grid will retain last used column order and defined sort index(es). * Filter window caption now indicates if filter is paused. * When Filter Configuration Panel is minimized, lower panel is now also minimized to free up display space. * Wizard: now saves column widths in formula and alert grids. * Updated ESD Module Version 1.0.12.7 * Fix for "Duplicate Request" error when using porfolio consisting of a variety of bar intervals. * Increased default filter add/edit row height. * Added individual symbol refresh option to grid (right-click in Symbol column to access menu with this option). * Added WAV volume control to Options page in Configuration Manager. Version 1.0.12.6 * Filter column widths now saved and restored the next time a filter is launched. * Fix to script load logic if Configuration Manager is launched and then cancelled. Version 1.0.12.5 * Filter sort-column and sort-direction now saved and restored the next time filter is launched. * Fix to internal symbol count when alternate bar intervals are used. * Updated ESD Module Version 1.0.12.4 * Filter display window position and settings now saved and restored the next time filter is launched. * Fix to code that closes all open filters when either a new script is loaded or same script is re-loaded. * Updated ESD Module Version 1.0.12.3 * Updated ESD data interface module (faster data collection). Version 1.0.12.2 * Added PricePercentOsc study. * Added support for calling DLLs from formula study scripts. See example study dsSMAStudyUsingDLL.pas in Studies folder. Version 1.0.12.1 * Fix to "grid index out of range" error. * Optimize row resize logic. Version 1.0.12.0 * Fix to sort behavior in Filters. Will now match behavior set in Options page for main grid (i.e., stay with symbol or stay with row) * Set minimum Filter sort frequency to 1-sec (down from 5-sec) Version 1.0.11.9 * Fix to selected-columns logic in saved filters * Added option to delete saved filters (right-click in Saved Filters field) * Added toggle to Options page in Configuration Manager to disable display of interval in grid Symbols column. * Fix to script pre-load Version 1.0.11.8 * Added Help menu option to view ESD log file * Fix for intermittent floating point grid cell error * Fix to import function in configuration manager (was importing blank records) * Removed width constraint on Show Filter form * Added display of filter name in Show Filter form caption * Added automatic saving of filters to Add Filter form * Can now quickly select previously saved filters for display * Modified filter alert logic. Will now allow alert whenever a symbol reenters the filter (rather than just the first time a symbol enters the filter) * Added copy to clipboard option in Show Filter form. Will copy current list of symbols in filter to the clipboard * Added streamPercentDif() formula to Utility section of Wizard. Returns the distance of two streams as a percentage * Added isWithin() formula to Utility section of Wizard. Returns 1 if source #2 is within x% of source #1, otherwise returns 0 Version 1.0.11.7 * Program now keeps track of last script and portfolio used. Once you launch ScanExpert you can just click on the green Start button to use the same script and portfolio as the last time you ran the program. Version 1.0.11.6 * Added streamRegressionSlope() study formula to Utility section in Wizard * Added strmRegressionSlope() function to stream utility functions on scripting side * Added addSymbol() function which allows you to request data from a specific symbol for comparison purposes * Added symInterval() study formula which works in conjunction with addSymbol() to request data from a specfic symbol/interval * Added cell highlighting on update * Fix to Selection Box in Wizard (i.e., close/open sections) * Updated ESD module Version 1.0.11.5 * Added hint display of symbol, interval, and session to symbols column * Optimizations to the script thread functions * Reduced memory footprint of stream object * Fix to Delete menu option in Conditions grid in Wizard * Fix for deletion of column definition items when conditions have been created * Fix to "Invalid Index" error in Syntax Errors listbox * Changes to Compile procedure in Editor (you will need to re-compile any previously compiled studies)