Click here to Login





                                                   custom indicator

  0

0
joe
2010-09-14 12:23:51


Hi,

I downloaded doncha channels and lan's strochastic oscillator, but couldn't manage to plot it on the chart.

When I add to the chart, it just have a zero value straight line. I have try setting different parameter, but all won't works.
Is there anything else i need to set?



QuantShare
2010-09-14 14:31:45

  0

Hi,

The problem will be fixed in the next release. However, you can make some change to the formula code to make it work.

Example for Lane Stochastic Oscillator:
Replace -> result = cFunctions.CompileFormula(...

With the following code:
var v : VectorD = Functions.CompileFormula(...
for(var i=0;i<result.Length;i++)
{
result[i] = v[i];
}

Don't forget to update the parameter of the lane_stochastic function.
Example:
p = lane_stochastic(12);
plot(p, "lane_stochastic", colorBlack, ChartLine, StyleOwnScale);



QuantShare
2010-09-15 12:44:23

  0

Best Answer
The problem is fixed in this new 1.8.5 release of QuantShare


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
Upside-Downside and Custom Standard Deviation
Forex Trading Indicator - Better than expected Economic Calendar ...
Lagged Data From a Custom Database
Put Call Volume Comparison Indicator
Maximum Drawdown Composite Indicator

How-to Lessons
How to create a custom trading indicator
How to optimize an indicator in your trading system
How to dynamically update the settings of an indicator
How to create a moving average of an indicator
How to add a trading indicator to a chart

Related Forum Threads
Custom Indicator
Retrieving or storing previous indicator result.
Indicator in a report
Building an indicator in smaller timeframe to use in larger timef...
Back-test custom indicators

Blog Posts
Custom Indicator: Accumulation Distribution Line
How to create a trading indicator that uses stock news
The custom trading indicators tool explained
Custom Indicator: Moving average spread
Custom Indicator: Relative Strength









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.