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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,016
» Latest member: Capagamma
» Forum threads: 37
» Forum posts: 55

Full Statistics

Online Users
There are currently 69 online users.
» 0 Member(s) | 67 Guest(s)
Bing, Google

Latest Threads
Happy new year
Forum: General questions
Last Post: qchartist
01-03-2026, 01:28 PM
» Replies: 0
» Views: 2,106
Proper analysis of the tr...
Forum: Tutorials and tips
Last Post: qchartist
08-28-2025, 12:52 PM
» Replies: 0
» Views: 597
Some useful TradingView P...
Forum: Other charting software
Last Post: qchartist
08-28-2025, 11:41 AM
» Replies: 4
» Views: 1,770
64 bit version of QCharti...
Forum: General questions
Last Post: qchartist
08-24-2025, 02:22 PM
» Replies: 0
» Views: 6,301
Spectrometer Hurst and FF...
Forum: Tutorials and tips
Last Post: qchartist
08-13-2025, 01:06 PM
» Replies: 0
» Views: 786
Include new c++ library f...
Forum: Tutorials and tips
Last Post: qchartist
08-13-2025, 07:17 AM
» Replies: 0
» Views: 2,190
Broker migration
Forum: General questions
Last Post: qchartist
08-07-2025, 03:16 PM
» Replies: 0
» Views: 6,500
You shouldn't try to teac...
Forum: General questions
Last Post: qchartist
07-30-2025, 04:06 PM
» Replies: 0
» Views: 6,498
QChartist DAO – Powered b...
Forum: General questions
Last Post: qchartist
07-23-2025, 01:57 PM
» Replies: 0
» Views: 6,360
QChartist Technical Analy...
Forum: General questions
Last Post: qchartist
07-11-2025, 02:33 PM
» Replies: 1
» Views: 7,870

 
  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

  Jackpot Bet Online
Posted by: Davidnuano - 10-18-2024, 02:03 AM - Forum: Other topics - No Replies

We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc - jackpotbetonline.com

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

  Increasing Business for Restaurants
Posted by: TimothySah - 10-16-2024, 05:30 PM - Forum: Other topics - No Replies

High-pressure washing is an effective method for prevent deterioration to commercial building facades. By reducing the deterioration and wear caused by algae, mildew, and dust accumulation, commercial building facades are kept in excellent condition. Regular pressure cleaning washes away pollutants that may lead to building deterioration and ruin construction elements. This routine care helps preserve the quality and condition of the structure, reducing the need for costly repairs and replacements. Moreover, a neat exterior boosts the visual appeal of the property, leading it to be more attractive to customers and visitors. By investing in pressure cleaning, building managers will safeguard their buildings and ensure they stay in excellent shape. If you're curious, feel free to check out my residential and commercial power washing site to learn more.
Patio & Balcony Wash around Tuolumne County, and Mountain View CA for trucking companies

Ensuring Clean and Hazard-free Gas Stations 6d7_6e6



Attached Files
.gif   266.gif (Size: 3.65 KB / Downloads: 7)
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