¿ªÔÆÌåÓý

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

QChartist build 177 is out!

 

QChartist build 177 is out!
- Fixed TSQ9F and TSQ144F
- Yahoo Finance scanner and QTGuard improved
- invalid stocks removed from scanner
- New drawing tool: Seed of Life
- New drawing tools for the separate canvas: Time Extensions
- QChart more documented
- SQ9F AND SQ144F support separate canvas and negative values
- now you can show x and y axis values on separate indicator canvas with the aiming tool
Enjoy this update run update and recompile with QTStart
#Free #trading #update
#Happy trading


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

 

With many other improvements:

- Fixed TSQ9F and TSQ144F (T=time ; F=Floating ; SQ9=Square of 9) oval buttons drawing tools using unix time instead of price
- When autoreverse4 sub failed to load a symbol, it is now written in QChartist.log
- When QTGuard tries to restart QChartist after a freeze, it is now written in QChartist.log
- Invalid stocks symbols found from autoreverse4 sub removed (commented)
- In autoreverse4 sub added increment variable for each country for a better readability

I will publish all that in the build 177 soon

Enjoy


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

 
Edited

Seed Of Life drawing tool is soon available in build 177

Preview:


Get real time #market #Yahoo #Finance #charts on your rooted #Android device. #yahoo #finance #charts #android #market

 

These python scripts plot real live market charts from Yahoo Finance historical data source in the terminal.
This also works on Android devices with Termux. Now you can display your favorite charts everywhere!
Programmed by Julien Moog at the end of november 2021.
Enjoy and happy trading!

Usage instructions:
?
./yf1.sh [Symbol] [Y scale ratio] [Number of points-bars] [Timeframe]
?
Valid Timeframe: 1m 5m 15m 30m 1h 1d 1wk 1mo
?
Example: ./yf1.sh MSFT 2 99 1h
?
Rooted Android installation:
?
- install termux from Google Play
- open termux
- "apt update"
- "pkg install wget"
- "wget https://www.julienmoog.com/files/trading/pychartist.zip"
- "su"
- "chmod 777 *"
- "exit"
- "unzip pychartist.zip"
- "su"
- "chmod 777 *"
- "exit"
- "pkg install clang"
- "pkg install boost"
- "clang++ yf.cpp -o yf"
- "su"
- "chmod 777 *"
- "exit"
- "pkg install python"
- "pip install drawille"
- "apt install gnuplot"
- Let's try with Bitcoin: "./demo_BTCUSD.sh"
?
Enjoy!


Re: Tradingview

 

-Computer-
Processor : 4x Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
Memory : 8236MB (667MB used)
Operating System : Ubuntu 12.04.5 LTS
(hardinfo)

Good surprise my better computer works again! (see below)
Another good surprise: my Ubuntu 12.04 (32 bits) with Firefox-63.0.3 works again with tradingview charts !
No need to upgrade to Ubuntu 14.04
Have a nice week end


Tradingview

 
Edited

(For 32 bits machines.)

-Computer-
Processor : 2x Intel(R) Atom(TM) CPU N270 ? @ 1.60GHz
Memory : 1016MB
Operating System : Ubuntu 14.04.6 LTS

Since a few days, my Ubuntu 12.04 (32 bits) with Firefox-63.0.3 do not work anylonger with tradingview charts.
The only solution i found is to upgrade to Ubuntu 14.04 with a sudo update-manager
Now with version 14.04 i am able to install Firefox 66.0.3 (default) and ?works again !
I recommand to install gnome-panel and to start the session with gnome metacity (2D is faster)
You can install wine 1.6.2 (default)
Please do not install snapd because my system crashed (with multi screens). (do not use desktop version of tradingview at all)
synaptic and gdebi are also useful
You can still install?opera-stable_45.0.2552.898_i386.deb
Enjoy and happy trading


Technical analysis Tips & Tricks

 

How to find price ranges with Speed Resistance Lines and Horizontal Lines:


#QChartist build 176 is out! - New indicator MonthlyPivot2 (this is the real Monthly Pivot indicator) See readme file in the docs folder for more details. Enjoy this update run update and recompile with QTStart #Free #trading #update #Happy trading #qchartist #free #trading #update #happy

 

#QChartist build 176 is out!
- New indicator MonthlyPivot2 (this is the real Monthly Pivot indicator)
See readme file in the docs folder for more details.
Enjoy this update run update and recompile with QTStart
#Free #trading #update
#Happy trading


How to use QChartist under ubuntu 8.04 hardy heron with wine 1.2

 
Edited

I found that QChartist.bas can't be compiled with qtstart.bat under wine 1.0 but it works with wine 1.2
If you have an old computer and install ubuntu 8.04 hardy heron, it has wine 1.0 installed by default.

In order to install wine 1.2 under ubuntu 8.04 :
- modify your sources.list file with
deb http://old-releases.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ hardy main restricted
...
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ hardy main
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ hardy main

- do a sudo apt-get update

- You need to install the updated packages with a sudo update-manager

- Then do a sudo apt-get install wine

Now you have wine 1.2 installed and QChartist will work pretty well.


#QChartist build 175 is out! - normaliz.dll added, needed for the drawing tool conic from 5 points under Windows XP - Stooq data source now works under Wine and Windows XP Enjoy this update run update and recompile with QTStart #Free #trading #update #Happy trading #free #trading #update #happy #qchartist

 

#QChartist build 175 is out!
- normaliz.dll added, needed for the drawing tool conic from 5 points under Windows XP
- Stooq data source now works under Wine and Windows XP
Enjoy this update run update and recompile with QTStart
#Free #trading #update
#Happy trading


Problem with Stooq data source url under Wine and Windows XP (works on Windows 7)

 

I found that there is a problem with Stooq data source url and the chr$(38) (&) in it under Wine and Windows XP (it works on Windows 7)
I will try to fix this bug in the next build of QChartist


Missing DLL for drawing tool conic from 5 points under Windows XP

 

I tried QChartist under Windows XP and there is a missing DLL called normaliz.dll needed for the drawing tool conic from 5 points
Solution: download the file attachment normaliz.dll and copy it in the root directory of QChartist c:\qchartist\
Then it works
I will add this dll file in the next build of QChartist update


Re: Reminder for Linux users

 

You can install wine1.6 or wine1.7 for ubuntu 12.04 available in Wine PPA
To add the ppa, press Ctrl+Alt+T and run below command in terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Remove wine1.4 first:
sudo apt-get remove --purge wine1.4
Then install it after checking for updates:
sudo apt-get update
sudo apt-get install wine1.7

wine1.6 and 1.7 are compatible with QTGuard scanner


Re: For Linux users

 

You can install wine1.6 or wine1.7 for ubuntu 12.04 available in Wine PPA
To add the ppa, press Ctrl+Alt+T and run below command in terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Remove wine1.4 first:
sudo apt-get remove --purge wine1.4
Then install it after checking for updates:
sudo apt-get update
sudo apt-get install wine1.7

wine1.6 and 1.7 are compatible with QTGuard scanner


Re: For Linux users

 
Edited

I found that QChartist and QTGuard.Exe (the scanner) with QCKill.Exe also works under ubuntu 14.04 LTS with wine-1.6.2
Then i tried ubuntu 16.04 LTS which has also wine-1.6.2 and QTGuard.Exe can also run QCKill.Exe without problem
Finally i tried ubuntu 18.04.6 LTS with wine-stable (3.0) and QTGuard.Exe failed to run QCKill.Exe (QChartist application cannot be killed by QTGuard)
Maybe i will fix this problem in a future build.


Re: Reminder for Linux users

 
Edited

I found that QChartist and QTGuard.Exe (the scanner) with QCKill.Exe also works under ubuntu 14.04 LTS with wine-1.6.2
Then i tried ubuntu 16.04 LTS which has also wine-1.6.2 and QTGuard.Exe can also run QCKill.Exe without problem
Finally i tried ubuntu 18.04.6 LTS with wine-stable (3.0) and QTGuard.Exe failed to run QCKill.Exe (QChartist application cannot be killed by QTGuard)
Maybe i will fix this problem in a future build.


#QChartist build 174 is out! - New #astro #indicator Moon_Phases for the separate canvas - New astro indicator MP_on_chart (Moon_Phases on chart) Others #planets are available too. Enjoy this update run update and recompile with QTStart #Free #trading #update #Happy trading! #happy #qchartist #astro #indicator #planets

 

#QChartist build 174 is out!
- New #astro #indicator Moon_Phases for the separate canvas
- New astro indicator MP_on_chart (Moon_Phases on chart)
Others #planets are available too.
Enjoy this update run update and recompile with QTStart
#Free #trading #update
#Happy trading!


Re: Hello, this may be useful TradingView to MT4 csv file converter In Tradingview you have to put the volume indicator You need at least a Pro+ plan in order to export charts in csv format Then click "Export chart data", Time format: UNIX timestamp then click Export Now you can use this utility to convert the Tradingview exported csv files Enjoy and happy trading!

 

I just noticed that i could have made simpler because man can export chart data with ISO time instead of UNIX timestamp ! Sometimes i'm a bit dissipated... I wanted to make it quick but it works, this is the essential!


Hello, this may be useful TradingView to MT4 csv file converter In Tradingview you have to put the volume indicator You need at least a Pro+ plan in order to export charts in csv format Then click "Export chart data", Time format: UNIX timestamp then click Export Now you can use this utility to convert the Tradingview exported csv files Enjoy and happy trading!

 

Hello, this may be useful
TradingView to MT4 csv file converter
In Tradingview you have to put the volume indicator
You need at least a Pro+ plan in order to export charts in csv format
Then click "Export chart data", Time format: UNIX timestamp then click Export
Now you can use this utility to convert the Tradingview exported csv files
Enjoy and happy trading!


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

 

Hello The Bay,

Thank you for your suggestion I take note of it.
I'll program that if I find the courage.
Do not hesitate to provide more details of what you want (code, pictures, url links, author, name) to facilitate the work.
Thank you

Happy trading