Click here to Login








Adaptive Trading Indicator based on the Return of Past Trades

by bug man, 4747 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

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

QuantShare Version 2.1.2 - Trading Software

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.