Backtesting All Candlestick Patterns in 10 Minutes
Do you know if the Doji, Hammer, Harami and other candlestick patterns are profitable or not? Stop guessing and start using QuantShare's rules analyzer and backtester tools.Creating Hundreds of...
View ArticleTroubleshooting a Trading System
If your trading system doesn't generate any trade or behaves in an unexpected way, the following article will help you troubleshoot, debug and fix it. A trading system is composed of: - Formula -...
View ArticleReading and Exporting Data from QuantShare to Excel Programmatically
Want to use Excel with QuantShare? Getting data from Excel to QuantShare and exporting data from QuantShare to Excel? In this post, I will show you how to do that using QuantShare scripts and also give...
View ArticleHow to Run QuantShare without UAC Prompts?
Want to avoid UAC prompts when starting QuantShare? Our friend Dave W. recently sent us instructions on how to simplify the process of avoiding UAC prompts. The following files should make the process...
View ArticleHow to Optimize a Trading System with Thousands of Billions of Combinations
You can use it to optimize your list of rules, your ranking systems, your neural network models and even your trading systems. It is called AI Optimizer and we recently improved it so that it can...
View ArticleHow Does QuantShare Work?
Note that this diagram displays only part of QuantShare features. But this should give you a clear idea of how QuantShare is organized.Data...
View ArticleHow to Detect Potential Issues/Errors in Your Historical Data?
The script I am going to show in this post can be used detect potential data issues. It can be used to detect potential splits, bad ticks, issues in OHLC data... The script simply uses a list of...
View ArticleHow to Backtest an Intraday Stock Trading System with EOD Ranking
In this article, I will show you how to mix end-of-day and intraday data by creating an intraday trading system that trades different stocks every day. Let us say you want to implement the following...
View ArticleHow to Calculate and Display the Bid/Ask Spread on a Chart
A new function introduced in version 3.0.1 of QuantShare allows you to create custom functions/indicators based on bid/ask data. This function cannot be accessed directly from the QuantShare...
View ArticleSpeed Up Optimizations by Saving Ranking Data into a Custom Database
If you have an advanced ranking logic in your trading system and needs to do a lot of optimizations then you should probably take a look at this article. You will find here instructions on how to make...
View ArticleCreate Your Own Technical Stock Rating System
This article is the first part of a series where I will show you how to create a technical stock rating/ranking system and how to optimize it. For now, let us just concentrate on creating the technical...
View ArticleQuantShare Trading Software: New Features in the 3.1.2 Version
New Trading Software QuantShare version (3.1.2) comes with the following features plus many minor updates and bug fixes.Ranking System: Auto Rank Each Node The ranking system tool (Analysis ->...
View ArticleQuantShare New Website Feature: Groups
Today, we just released a new feature that allows you to create public and private groups. Members of a group will be able to share private items, discuss with other members and recommend trading...
View ArticleThe Ultimate Guide to Create Trading Systems in QuantShare
This is the ultimate guide to help you get started with backtesting and creating trading systems in QuantShare. Keep in mind that now we are just scratching the surface of what is possible to do with...
View ArticleLet QuantShare Manage your List of Securities
What are the advantages of having QuantShare handles ticker symbols for you? - You don't have to worry anymore about which stocks were added or removed from a specific exchange. - QuantShare updates...
View ArticleHow to Reference Drawing Studies in QS Formulas
Say, you draw a resistance line and want to track when stock prices increase 5% above that line. You can use the Alerts tool (Available in the real time version) or create your own formula and use it...
View ArticleHow to Backtest a Strategy from a Chart
The idea behind this post is to allow you to quickly backtest a strategy using chart's data. Let us say, you are displaying Google chart with some indicators and you want to know what would be the...
View ArticleLet me Show You How to Create Hundreds of Profitable Trading Systems
In this guide, I show you exactly how to create a trading system template in 10 minutes and let that template generates profitable trading systems for you automatically. The following instructions will...
View ArticleHow to Create a Custom Real-Time Table using QS Trading Software
Today, I am going to show you how to create a basic real-time RSI table. The table/grid we will implement today will look like this. A video showing the different steps can be found below.Grid Editor...
View Article3 Items To Get and Trade the News In QuantShare Platform
Within QuantShare, you can download news, displays them on a chart and even create composites and trading systems based on news data. In this article, I will show you first how to download news data,...
View Article