Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 23,150
» Latest member: JosephExilt
» Forum threads: 36
» Forum posts: 57

Full Statistics

Online Users
There are currently 43 online users.
» 2 Member(s) | 40 Guest(s)
Google, JamesMob, MichaelRig

Latest Threads
Major bug solved in QChar...
Forum: General questions
Last Post: qchartist
04-13-2026, 06:12 AM
» Replies: 0
» Views: 760
Some useful TradingView P...
Forum: Other charting software
Last Post: qchartist
03-03-2026, 11:41 AM
» Replies: 6
» Views: 2,538
Broker migration
Forum: General questions
Last Post: Larisarof
03-01-2026, 07:20 AM
» Replies: 1
» Views: 9,957
Happy new year
Forum: General questions
Last Post: qchartist
01-03-2026, 01:28 PM
» Replies: 0
» Views: 4,838
Proper analysis of the tr...
Forum: Tutorials and tips
Last Post: qchartist
08-28-2025, 12:52 PM
» Replies: 0
» Views: 750
64 bit version of QCharti...
Forum: General questions
Last Post: qchartist
08-24-2025, 02:22 PM
» Replies: 0
» Views: 8,877
Spectrometer Hurst and FF...
Forum: Tutorials and tips
Last Post: qchartist
08-13-2025, 01:06 PM
» Replies: 0
» Views: 964
Include new c++ library f...
Forum: Tutorials and tips
Last Post: qchartist
08-13-2025, 07:17 AM
» Replies: 0
» Views: 2,356
You shouldn't try to teac...
Forum: General questions
Last Post: qchartist
07-30-2025, 04:06 PM
» Replies: 0
» Views: 9,111
QChartist DAO – Powered b...
Forum: General questions
Last Post: qchartist
07-23-2025, 01:57 PM
» Replies: 0
» Views: 8,934

 
  QChartist build 306 is available !
Posted by: qchartist - 11-01-2024, 09:50 AM - Forum: Extending QChartist - No Replies

In QChartist build 306:

- Added 2 new indicators : Chandle momentum and Williams %R oscillators

- Added the python 3.8 compiler and an L-System fractals on chart module for experimental purposes (fractals drawing tool).
Yes, you can use python language with QChartist and you may even call it using C++ directly.

- Problem with indicators description order with the "?" button in the indicators list solved (description in indicators .ini files)

- You can sort the Watchlist Free tickers by their name or 24h percent change
- Also for the Watchlist Free you can use Yahoo Finance or Tiingo Data Sources (need a Tiingo API key for Tiingo)
- For the Watchlist Free you can browse Yahoo Finance tickers for more info on symbols with the info button

- Added some Crypto web portals in the Data Source Crypto DEX button

- Correct Julian Dates are now displayed when you move the mouse over the chart

- Modified docs\trading_system.zip + chm sh5 and pdf

Print this item

  Todo list
Posted by: qchartist - 10-25-2024, 04:32 PM - Forum: Extending QChartist - No Replies

Todo list:

- Volume profile
- 3 Three Line Break
- Candle Volume
- Equi Volume
- Point And Figure
- Gann Swing
- Renko
- Trend Ruler
- Count Back Lines
- Wormald Triangle
- beeing able to use the selection tool with objects for the separate canvas
- use the selection tool for all objects
- change text, indicators and drawings font, style, width and color with GDI32 and make them persistent (already tried cant be done fully cause memory overflow)
- change the indicators color
- rotate,flip,reverse,change dimensions,color of objects with the selection tool
- save and load templates done
- add additional separate canvas and choose indicator destination
- keyboard shortcuts partially done
- manage dates before 1970
- add price alerts for the watchlist done
- Spline interpolation
- Make charts realtime (in relation with the realtime Market Watchlist) : Live Auto Refresh done
- Translate texts in the app from English into different languages
- Show recent opened files/charts in the File menu done
- Linear Regression channel drawing tool
- Standard Deviation channel drawing tool
- Raff channel drawing tool
- OHLC Magnet for drawing tools (objects)
- Make all drawing tools (objects) persistent for the separate canvas, when scrolling chart
- Debug the Gann Square and Box with Fixed width in bars done
- Debug timeframe autodetection for Monthly charts done
- Code overlay for Weekly charts done
- Debug the RD Combo indicator (buffer problem at bar # 0) done
- Button to close all charts at once
- Make persistent settings for drawing tools
- Add specifiable number of bars back for all indicators settings
- Make Overlay_Chart faster with C++ partially done
- Enrich .chm reference variables and functions partially done
- Add Multiple charts layouts
- Being able to save and create/open new lists of tickers in the watchlist would be nice.
- I also intend to add the python 3.8 compiler and to code an L-System fractals on chart module for experimental purposes.
- There is also a bug to solve with indicators descriptions in ini files which are not correctly displayed with the "?" button. done
- Adding multiple separate indicator canvas would be good.
- Editing indicators on chart with the mouse button would be good also.
- can sort watchlist tickers by name and percent change done will be available in build 306
- Allow to change MA type, color and to plot multiple MAs : done
- Equation of time
- Pearson7
- Various spirals
- Display correct Julian Date for bars
- Fibonacci Trend-Based Time Lines
- Parabolic Arc
- Parabola
- Phi-Ellipse
- change the line width and style of tools and indicators (already tried cant be done because memory overflow)

The square root spiral or Einstein spiral or Pythagorean spiral is a spiral composed of continuous right triangles whose hypotenuses are square roots of natural numbers. It was first constructed by Theodorus of Cyrene.

Let’s see how to construct this spiral: https://heymathblogcom.wordpress.com/201...ot-spiral/

Google for "prime fractal spiral polar" https://youtuberead.com/why-do-prime-numbers-make : done but experimental
Equation of time http://time-price-research-astrofin.blog...-2012.html
Fityk software and Pearson7
Various methods of spline interpolation : https://codes-sources.commentcamarche.ne...ion-spline
https://www.qchartist.net/files/programm...__Page.zip

Print this item

  Improvement of the Watchlist Free
Posted by: qchartist - 10-25-2024, 11:07 AM - Forum: Extending QChartist - No Replies

It can be useful to be able to sort the watchlist tickers by ticker name or by 24 hours percent change.
I have already coded the trick and it will be available in the build 306.
Being able to save and create/open new lists of tickers would be nice.

Also the new 2 indicators oscillators Chandle Mom and Williams WPR will be added in build 306.

I also intend to add the python 3.8 compiler and to code an L-System fractals on chart module for experimental purposes.

There is also a bug to solve with indicators descriptions in ini files which are not correctly displayed with the "?" button.

Adding multiple separate indicator canvas would be good.

Editing indicators on chart with the mouse button would be good also.

Print this item

  New indicators Chandes Momentum and Williams %R oscillators for QC
Posted by: qchartist - 10-17-2024, 10:09 AM - Forum: Extending QChartist - No Replies

I find these 2 oscillators Chandes Momentum and Williams %R interesting that's why i ported them.
 
Will add these indicators in the official release later.
 
For the moment you can download the indicators attached in the post 

.zip   oscillators.zip (Size: 5.22 KB / Downloads: 0)
and copy/paste them in the indicators folder, also
 
add in includes/cppincludes.cpp
 
// ''RQEXPORT function williams_percent_r(periodstr,curtfstr)
#include "indicators\williams_percent_r.cpp"

// ''RQEXPORT function chandes_mom(periodstr,curtfstr)
#include "indicators\chandes_mom.cpp"
 
(before the line #include "includes\getbufferdata.cpp")
 
and
 
add in includes/getbufferdata.cpp
 
if (strcmp(buffernamee,"williams_percent_rbuffer")==0) { sprintf(convbuf,"%f",williams_percent_rbuffer[atoi(offsett)]);return convbuf; }
if (strcmp(buffernamee,"chandes_mombuffer")==0) { sprintf(convbuf,"%f",chandes_mombuffer[atoi(offsett)]);return convbuf; }
 
recompile
 
enjoy

Print this item

  Welcome to the official forum of QChartist
Posted by: qchartist - 10-16-2024, 01:08 PM - Forum: General questions - No Replies

Welcome to the official forum of QChartist.
Thank you for using our renowned software and for joining the forum.
Have a good time on this forum. Smile

Print this item