Click here to Login

LiveZilla Live Help
LiveZilla Live Help
Trading Software Trading objects Features How-to Blog Search



Adaptive Trading Indicator based on the Return of Past Trades

by bug man, 392 days ago
Share |






Imagine you have a trading rule that turns itself off if the average return of the last trade (or the last few trades) that were generated by this rule are negative or below a specific threshold.

This is exactly what this technical indicator will allow you to do.
You tell him which trading rule to test, the number of past trades to consider, the number of periods to use in the return calculation (Sort of N-Bar stop) and the lookback period to search for past trades. After you enter these inputs, the indicator will tell you for each period, the average return of the past trades.

Example: (The function name is PastTrades)
rule1 = cross(close, sma(30)); // Price crosses above its 30-Bar simple moving average
ruleT1 = rule1 and PastTrades(rule1, 10, 2, 300) > 0;
buy = ruleT1;

"ruleT1" variable returns a signal if "rule1" is TRUE and if, at the same time, the average return of the last 2 trades generated by "rule1" are above zero. In the above example, a trade return is calculated based on the next-bar open price as entry price and the next 11-bar (10 + 1) open price as exit price.

I have previously developed and shared some trading indicators based on the same idea of creating adaptive rules:
Simulation/Backtest Trading Indicator
Buy Sell Simulation Indicator
Strategy Indicator - Percent winning trades for a trading rule
Buy Indicator


Share This ->
Share |


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




Type: Trading Indicator

Object ID: 950


Country:
All

Market: All

Style:
All

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

Create a Trading Strategy using Portfolio123 Ranking Systems

How to Quickly Create Fundamental Scans

Download Trading Data using the Post-Script

Download Trading Data using the Pre-Script

Download Trading Data using the URL-Script

Trading Items: Data Download using .Net Scripts

Adding Trading Indicators and Formulas to a Chart

How to Download and Use Fundamental Data

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