QChartist Changelog

What's new in QChartist Build 79

Mar 14, 2016
  • conflict between form onshow (check for updates) and onmousewheel debugged

New in QChartist Build 78 (Mar 14, 2016)

  • timeframe detection debugged

New in QChartist Build 77 (Mar 11, 2016)

  • Now the app checks for updates on startup (can be disabled in menu Tools > Settings)

New in QChartist Build 76 (Mar 11, 2016)

  • new C++ function to get the day number of the year
  • chm documentation enriched

New in QChartist Build 75 (Mar 11, 2016)

  • chm doc enriched
  • detect_timeframe function debugged. Now MTF indicators work properly on common timeframes.

New in QChartist Build 74 (Feb 29, 2016)

  • check for updates function debugged

New in QChartist Build 73 (Feb 29, 2016)

  • conic drawing tool improved (QChart.inc and scilab.cpp modified)
  • numbars, numbars_first, numbars_last variables added to C++
  • added text label for the trendlines db
  • ZigZag cpp indicator improved

New in QChartist Build 72 (Feb 27, 2016)

  • new indicator moon_scale
  • sinusoidal method added to the planet_scale indicator
  • new chart conversion to sinusoidal in the Edit menu
  • added Scilab distribution and a sample code to be used with QChartist
  • added Scilab documentation
  • new drawing tool: conic drawn from five points

New in QChartist Build 71 (Feb 27, 2016)

  • chm documentation and indicators description enriched
  • ibarshift C++ function debugged. Now ADR displays correct values.
  • histogram for separate indicators fixed. Now realMACD displays histogram.
  • added chronogram type for separate indicators
  • astro retrograde indicator debugged

New in QChartist Build 70 (Feb 27, 2016)

  • new indicator Square numbers
  • runtime error 216 on application close bypassed thanks to qckill.exe
  • chm documentation enriched
  • new indicator TMA_CG
  • sma debugged
  • Elliot_Wave_3_Level_ZZ_Semafor indicator debugged
  • added EMA, Smoothed MA and LWMA for the C++ ima function
  • new indicator realMACD

New in QChartist Build 69 (Feb 8, 2016)

  • stepftvcprdl indicator debugged
  • new cpp function setcntbarsedit

New in QChartist Build 68 (Feb 8, 2016)

  • new indicator RBCI
  • new C++ function imaonarray
  • new indicator TSCD
  • chm documentation enriched

New in QChartist Build 67 (Feb 8, 2016)

  • added logarithmic scale for the polar chart
  • added indicator Elliot_Wave_3_Level_ZZ_Semafor
  • added persistent text labels in objects list
  • optimization of the timeframe autodetection
  • optimization of the timeframe autodetection and indicators
  • chm documentation enriched

New in QChartist Build 66 (Feb 1, 2016)

  • code optimization : now indicators are loaded and drawn faster on the chart.

New in QChartist Build 65 (Feb 1, 2016)

  • chm documentation enriched
  • added button to shift the end of the chart from the right side (this allows to show indicators
  • buffers with index

New in QChartist Build 63 (Feb 1, 2016)

  • energy indicator modified
  • chm documentation enriched
  • Added tools settings form
  • Possibility to view indicators buffers for future bars (with an index

New in QChartist Build 62 (Feb 1, 2016)

  • Moon added to the astro wheel
  • Astro wheel debugged
  • gshareinvest disabled but code still here (can be useful in the future)
  • added swe_set_topo_and_swe_calc function
  • astro wheel geocentric uses swe_set_topo_and_swe_calc :
  • uses latitude, longitude and altitude set in astro wheel settings (just the moon shows small
  • differences when the topo position is changed. Of course asc and mc show big differences.
  • Differences with other planets are too small to be visible on the wheel.)
  • added cities with latitude,longitute,altitude,timezone presets in data wheel settings
  • new indicator ztrendine_slope_pi_ratio
  • descriptions added to indicators
  • chm documentation enriched
  • new indicator CoronaSwingPosition
  • new indicator energy

New in QChartist Build 61 (Jan 9, 2016)

  • added custom_list in symbols list

New in QChartist Build 59 (Jan 9, 2016)

  • new indicator Jupiter - Saturn cycle
  • chm documentation enriched

New in QChartist Build 58 (Jan 9, 2016)

  • added Mercury synodic cycle indicator
  • added indicators descriptions
  • added Planetary Speed indicator
  • QChartist chm documentation enriched

New in QChartist Build 57 (Jan 9, 2016)

  • QSymbols and data source enriched
  • Added heliocentric/geocentric choice for astro wheel settings

New in QChartist Build 56 (Jan 9, 2016)

  • QSymbols improved
  • enrichment of the QChartist.chm documentation
  • added variables numbars_first and numbars_last (see chm documentation for more info)
  • data source debugged

New in QChartist Build 55 (Jan 9, 2016)

  • added symbols lists in Data source the way to be able to choose auctions to view
  • added update symbols script from eoddata.com and stooq.com
  • data source debugged
  • data source improved

New in QChartist Build 54 (Dec 9, 2015)

  • added cleaning fields and deleting sensible data with gshareinvest login

New in QChartist Build 53 (Dec 9, 2015)

  • data source system improved (added Yahoo Finance daily tf real time)
  • real time quotes debugged
  • date of the aiming tool centered
  • gshareinvest orders are drawn on charts with a green rectangle for buy and red rectangle for sell
  • These rectangles are added in objects lists

New in QChartist Build 52 (Dec 8, 2015)

  • Added trading functions for gshareinvest login.bas client:
  • gsi_isconnected() as integer : return 1 if the client is connected else return 0
  • function gsi_login(username as string,password as string) as integer : connects the client and return 1 if connected else return 0
  • function gsi_logout() as integer : logout user from client account
  • function gsi_order_buy(symbol as string,quantity as integer) as integer : send a buy order and return its order id # (return 0 if failed)
  • function gsi_order_sell(order_id as integer) as integer : send a sell order and return 1 if sent, 0 if failed to send order
  • (all these functions are done quietly without showing forms and messages)
  • Continuing to code realtime quotes
  • Drawing last price on chart when realtime quotes is enabled
  • Free realtime quotes with Google Finance is functional

New in QChartist Build 51 (Dec 1, 2015)

  • commented some doevents in includes files incbtnonclickpart3 and qchart inc else the scroll chart bugs under wine

New in QChartist Build 50 (Dec 1, 2015)

  • added gshareinvest online login and trading and module. With this new module you can trade stocks with bitcoins and manage your portfolio online. The module shows your account info and your orders with their value in realtime.
  • You can also send orders and perform buy and sell operations.
  • First register for a free account. Fund your account with bitcoins. Then login to your trading account in the menu File > Login

New in QChartist Build 49 (Dec 1, 2015)

  • correction of a bug when loading Google finance historical data
  • website added in the ? menu

New in QChartist Build 47 (Dec 1, 2015)

  • adding some missing code for the realtime quotes to work with Wine

New in QChartist Build 46 (Dec 1, 2015)

  • programming realtime quotes for Google Finance intraday data
  • putting doevents in long loops in relation with the realtime refresh the way the GUI is less busy during computations
  • adding 1 minute timeframe
  • enrichment of QChartist.chm documentation
  • realtime quotes available for 1M timeframe with Google Finance for testing purposes (still very buggy)

New in QChartist Build 45 (Dec 1, 2015)

  • correction of a bug in WineHQ where the screen does not refresh correctly (btnonclick(drawbox))

New in QChartist Build 44 (Dec 1, 2015)

  • new data source Google Finance for stocks intraday charts
  • bugs correction with files opening and data source connection (input symbol verification)

New in QChartist Build 43 (Dec 1, 2015)

  • enrichment of the QChartist.chm documentation and QChartist.sh5 added for edition with Vizacc HelpMaker authoring tool available on sourceforge
  • added Swiss Ephemeris documentation in docs\sweph\

New in QChartist Build 42 (Oct 22, 2015)

  • new chart type astro wheel
  • you can use realtime quotes thanks to perl scripts
  • new drawing tool square from center
  • new drawing tool triangle from center
  • new data source Stooq
  • change chart scaling
  • use keyboard shortcuts
  • send emails automatically

New in QChartist 1.0 Build 20111214 (Dec 14, 2011)

  • signal client/server connection removed because server crashed too often
  • we go back to version of the 2011-11-09 because scrolling chart didn't work anylonger
  • QC doesn't stops when a signal is found (nor alerts for it), it just save the signal in the file signals.log
  • and continues to find other signals