Click here to Login

Trading Software Trading objects Features How-to Blog Search


                                                   how 2 wrt rule

  0

0
felik
2010-05-24 08:57:43


for stocks trading in a range for n no of days[ means high ndlow n days back not broken by (or if brokenthen not more then by n%) till last closing day]
2) to detecht triangular price pattern





Head and Shoulders Pattern (by bug man, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads Notes Report an item

QuantShare
2010-05-26 06:24:21

  0

- Stocks trading in a high and low range that is less than 20% for the last 100 bars:
a = ((hhv(high, 100) / llv(low, 100)) - 1) < 0.2;

- Descending triangle pattern (using the advanced rules syntax)
Occurs in a period between 30 and 40 bars
a = searchfor _belowline(close, close) and _perf(close) < -5 and ((close / _min(close)) - 1) < 0.1 after 30 within 40;




felik
2010-05-27 08:37:42

  0

thanks
can i replace below with above to get ascending triangle ????



QuantShare
2010-05-27 10:15:57

  0

Best Answer
Here is a better formula for descending triangle pattern:
a = searchfor _belowline(close, close) and _perf(close) < -5 and close < ((2*_min(close) + _max(close)) / 3) after 30 within 40;

and here is the formula for ascending triangle pattern:
a = searchfor _aboveline(close, close) and _perf(close) > 5 and close > ((2*_max(close) + _min(close)) / 3) after 30 within 40;



felik
2010-06-02 01:20:48

  0

EUREKA u hav given me the perfect toys to play and earn
Thankyou very much QS TEAM



No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
How far are the close prices from the support line
Market Rule based on the Crossover Between Stock Close prices and...
Indicator -> Moving average -> Rate of change -> Trading rule
Average Performance of a trading rule during that past N days
State Change Pattern in a Trading Rule

How-to Lessons
How to draw distances on a chart?
How to download new quotes when selecting a chart
How to run QuantShare offline
How to create a mobile database/account
How to plot support and resistance lines automatically

Related Forum Threads
how t0 write rule
State Change Pattern in a Trading Rule
How to work with vectors?
how to creat support & resistance level for n days?
How do you retrieve the entry and exit price for a position?

Blog Posts
Example of advanced rule
How to get buy and sell orders for a portfolio based on a trading...
Buy the best/top rated stocks or how to create powerful rank base...
How to turn any ordinary trading strategy into a very profitable ...
How to choose which technical indicators to use in your trading s...









QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items