Click here to Login








CompRule

by Zoidberg, 3184 days ago
Share |






CompRule(rules, category, weightFormula, aggregateFormula)
is a function for use in e.g. trading systems, that attempts to implement
(somewhat) similar functionality as Comp(...) but across rules, not symbols.
The "composite rule" is returned.
Note: "rule" here means any numeric vector, whether it consists solely of 1/0 (true/false)
or values from a continuous range.

OBS: Not every use has been tested, use at your own peril.
This code might be very slow to run.

Input parameters:
rules: ';'-separated list of expressions (string formulas), or name of rule list
category: Name of category for rule (only used if rules specifies a rule list name)
weightFormula: Expression for weight of each rule during aggregation of the composite rule.
May reference symbol "rule".
Empty string is interpreted as "1". The computed value is
unused for some aggregateFormulas.
aggregateFormula: Expression used when aggregating the composite rule, or name of a pre-defined operation.
If you want to specify non-standard aggregation methods, have a look at the code how to specify.

Pre-defined operations, all performed for each bar across all rules:

wavg: Weighted average (e.g. for logical OR of "boolean" rules by checking if return value > 0)
wsum: Weighted sum (e.g. for logical OR of "boolean" rules by checking if return value > 0)
prod: Product (e.g. for logical AND of "boolean" rules)
min: Minimum (e.g. for logical AND of "boolean" rules)
max: Maximum (e.g. for logical OR of "boolean" rules)
wmin: Rule that has lowest weight (maybe unusual requirement)
wmax: Rule that has highest weight

Examples for (e.g.) trading system strategy:

rules = "rsi(14) < 20; rsi(14) < 30";
// Alternative:
// rules = "myListName";

// Find best rule dynamically. BuyInd1 must be downloaded.
// May want to handle NaN's from BuyInd1() => low value
rule0 = CompRule(rules, "", "BuyInd1(rule, 1, 1, 250)", "wmax");

rule1 = CompRule(rules, "", "1", "wsum") > 0; // Logical OR
rule2 = CompRule(rules, "", "1", "max"); // Logical OR


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 1597


Country:


Market:

Style:

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

QuantShare Trading Software: New Features in the 3.4.0 Version

Advanced Tactical Asset Allocation Strategies

Create Your Own Tactical Asset Allocation Strategies

QuantShare Trading Software: New Features in the 3.3.2 Version

How to use the new Market Regimes Feature in QuantShare Trading Software

Create Realtime Quote Sheets with the Watchlist Tool

How To Create and Backtest an S&P 500 Trend Following System

QuantShare Trading Software: New Features in the 3.3.1 Version

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






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 © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.