Click here to Login

Trading Software Trading objects Features How-to Blog Search


                                                   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
Maximum Drawdown Composite Indicator
Forex Trading Indicator - Better than expected Economic Calendar ...
Lagged Data From a Custom Database
Put Call Volume Comparison Indicator
Short to Long-Term Volatility Indicator based on High/Low Trading...

How-to Lessons
How to create a custom trading indicator
How to add a trading indicator to a chart
How to use a custom drawing tool
How to create a moving average of an indicator
How to hide a trading indicator from a particular time frame

Related Forum Threads
Custom Indicator
Retrieving or storing previous indicator result.
Indicator in a report
Can you access custom functions from the downloader script events...
Best way to precompute a custom formula and store it

Blog Posts
How to create the advance/decline market breadth indicator
Custom Indicator: Accumulation Distribution Line
Custom Indicator: Relative Strength
Custom Indicator: Moving average spread
The custom trading indicators tool explained









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