¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Trend and Cycles for Dollar Index and Bitcoin

 
Edited

Bitcoin


Re: QChartist build 224 is available

 

Ellipse drawing tool with BAL crypto example:


QChartist build 225 is available

 

QChartist build 225 is available
- Added new indicator: Overlay_Chart
- TS update
Run update and recompile with QTStart
Enjoy!


QChartist build 224 is available

 

QChartist build 224 is available
- Added new drawing tools (GannBox, Triangle, Rectangle)
- Improved existing ones (Ellipses, Square, Triangle, Circles and Polygone from center) with the Fibonacci ratio
- Fixed some bugs
Run update and recompile with QTStart
Enjoy!


Re: Please write your new (raw) ideas for the todo list here (work to be done for future builds of QC)

 
Edited

Hello,

I think i finally found a decent cross-platform Basic programming language to port QC software to:
BBC Basic for SDL 2.0 by R. T. Russel

BBC BASIC for SDL 2.0 (BBCSDL) is an entirely free and Open Source cross-platform implementation of BBC BASIC for Linux (x86 CPU only), MacOS, Raspberry Pi 3 or later (Pi OS), Windows, Android, iOS or for running in a browser. It combines the simplicity of BASIC with the sophistication of a structured language, allowing you to write utilities and games, use sound and graphics, and perform calculations.

Now i think that i will progressively migrate from RapidQ to BBC Basic.
This will be a heavy work to port all my codes to it, but i really find BBC pleasent.
BBC seduced me because it works on many Operating Systems and the language is quite easy to learn but powerful.
Now, all i have to do for the near future is get to work!
This will take a lot of time. But i feel this will be great.

See you later.


QChartist build 223 is available

 

QChartist build 223 is available
- Removed or renamed deprecated buttons
- Added some separate indicators
- Fixed some drawing tools
Run update and recompile with QTStart
Enjoy!


QChartist build 222 is available

 

QChartist build 222 is available
- Added a Zoom in and a Zoom out button
Run update and recompile with QTStart
Enjoy!


Re: Please write your new (raw) ideas for the todo list here (work to be done for future builds of QC)

 
Edited

Hello guys,

This is a summary of what has not be done yet ; and can still be coded in the software:

- Volume Profile
- 3 Three Line Break
- Candle Volume
- Equi Volume
- Point And Figure
- Gann Swing
- Renko
- Trend Ruler
- Count Back Lines
- Wormald Triangle
- Phi-Ellipse : done
- beeing able to use the selection tool with objects for the separate canvas
- use the selection tool for all objects
- change the indicators color : in progress
- rotate,flip,reverse,change dimensions,color of objects with the selection tool : in progress
- save and load templates : done
- overlay charts : done, will be available in build 225
- change the line width and style of tools and indicators : in progress
- add additional separate canvas and choose indicator destination
- keyboard shortcuts
- manage dates before 1970
- add price alerts for the watchlist : done
- make all drawing tools working for the separate canvas : almost done
- Allow to change MA type, color and to plot multiple MAs : in progress
- Equation of time
- Pearson7
- Spline interpolation
- Trendline by Angle : done, available in Trendline Settings
- Zoom in and Zoom out : done in build 222
- Make charts realtime (in relation with the realtime Market Watchlist)
- Gann Box : done
- Translate texts in the app from English into different languages
- Show recent opened files/charts in the File menu
- For the ellipse and rotated ellipse drawing tool: can show Fibonacci or Speed Res. ellipses in the Settings : done
Idem for the square, triangle, circle, and polygone drawing tool : done
- Gann Fan : Price mirror : done
- Fibonacci channel drawing tool : done (rotated rectangle with Fibo ratios)
- Linear Regression channel drawing tool
- Standard Deviation channel drawing tool
- Rectangle drawing tool : done
- Triangle drawing tool : partially done (not persistent)

- OHLC Magnet for drawing tools (objects)
- Convert Vector Text to lower case automatically : done
- Rename menu File > "Export indicator CSV" to "Export indi buffers to CSV" : done

- Remove menu File > "Export collection" (useless) : done
- Remove "Export collection" button (Floppy Disks icon) (useless) : done
- Remove menu Edit > "Reverse bars" (useless) : done
- Remove menu Edit > "Reverse bars from file..." (useless) : done
- Remove menu Tools > "Pre Market data" (does not work any longer) : done
- Rename "Stop" button caption to "Stop scanner" : done

- Make all drawing tools (objects) persistent when scrolling : done
- Make all drawing tools (objects) persistent for the separate canvas, when scrolling
- Add "Data source" button with icon : done
- Debug the Gann Square and Box with Fixed width in bars : done
- Various spirals
- Debug TF autodetection for Monthly charts : done

- Weekly overlay charts
- Debug the RD Combo indicator (buffer problem at bar # 0) : in progress
- Button to close all charts at once
- Add time for Begin and End date in Tools informations window : done
- Diamond drawing tool with Phi ratios: done (will be available in build 226)
- Added Fibonacci ratios for the rectangle drawing tool in Settings: done (will be available in build 227)


Happy trading to all of you.


Re: Please write your new (raw) ideas for the todo list here (work to be done for future builds of QC)

 

Hello Achmad,
i noticed you have an inquiry about the SQ9.
If you could be more precise this may help.
There are already some tools in the software in relation with the SQ9.
I hope you enjoy QC.
Thanks and happy trading.


Little update - QChartist build 221 is available

 

Little update - QChartist build 221 is available
- Date, Time, OHLCV and bar number on cursor position when scrolling fixed in menu Windows > Tools information
Run update and recompile with QTStart
Enjoy!


QChartist build 220 is available

 

QChartist build 220 is available
- Chm doc enriched
- Date, Time, OHLCV, bar number in menu Windows > Tools information are now perfectly accurate.
Run update and recompile with QTStart
Enjoy!


Re: If you find a bug, please post it here!

 
Edited

Market Watchlist do not connect with python websocket on Windows 11

It works on Windows 7 and Linux with WineHQ.
I will try to find what is wrong with Windows 11

In fact it depends on your Internet connection.
When i connect from a domestic wifi connection it fails.
When i connect from my mobile phone shared connection it works.

Problem solved.


Re: Please write your new (raw) ideas for the todo list here (work to be done for future builds of QC)

 
Edited

Hello,

BCX Basic and BaCon Basic Converter both are good candidates to port QChartist.

I tried BaCon
This is really a great Basic to C converter.

is a free BASIC to C translator for Unix-based systems, which runs on most Unix/Linux/BSD platforms, including MacOSX. It intends to be a programming aid in creating tools which can be compiled on different platforms (32bit and 64bit), while trying to revive the days of the good old .
[...]
Code converted by BaCon can be compiled by , the , , the (and possibly by other C compilers), but also by C++ compilers like or .

I think that i will try to translate RQ components to BaCon or BCX. And then port my software to BaCon or BCX.

My prefered languages :
1. RapidQ : i am familiar with it
2. BaCon (with GTK3 , GDK3 and Cairo) : i still need to learn to code with it ; it is not that easy but it's really great
2. BCX Basic : i still need to learn to code with it ; it is not that easy but it's really great

Unfortunately, BaCon is not well supported under MS Windows ; but maybe works with Cygwin or MingW
Unfortunately, BCX Basic is not well supported under Linux ; but works with WineHQ
That's why, for the moment, i will continue to develop my software with the good old RapidQ ! Which also works with WineHQ. It is so easy to code with it

Have a nice day.


QChartist build 219 is available

 

QChartist build 219 is available
- Added ImageMagick and Image Converter
- You can save charts+separate indi in one bmp or png file
- Custom color for the separate canvas fixed
- Chm doc enriched
- New ASX stocks for the Yahoo Scanner
Run update and recompile with QTStart
Enjoy!


QChartist build 218 is available

 

QChartist build 218 is available
- Fixed bug with the Date in "Tools informations"
- Added tickers category selection in the Watchlist
- Chart colors are now fully customizable
- You can draw axis grids on your charts
Run update and recompile with QTStart
Enjoy!


Re: If you find a bug, please post it here!

 

Still found a bug in the "Tools informations" window with "date on cursor".
Bug fixed and will be available in build 218


QChartist build 217 is available

 

QChartist build 217 is available
- Bug fixed when closing opened charts
- Filenames of opened charts are now displayed in the "Display chart:" switch ComboBox
- Chm documentation enriched
Run update and recompile with QTStart
Enjoy!


Re: If you find a bug, please post it here!

 
Edited

After opening several Csv files there is a bug when you close a chart with the cross button at the top right corner.
The app freezes and does not respond, and you have to restart the program.
Thus, for the moment, please don't try to close a chart. You can still switch between opened charts with the ComboBox or open new files with the "Import CSV" button (up to about 40).
I will try to fix this problem in a future build.
- Bug when closing charts fixed, will be available in build 217


QChartist build 216 is available

 

QChartist build 216 is available
- Added Jfe documentation
- Added more info in the "Tools informations" window
- Software chm documentation enriched
- Minor improvements
- Added a "Max" button to display the max number of bars allowed
Run update and recompile with QTStart
Enjoy!


Re: Envelopes on SPX Monthly are also interesting