CODE:
Please log in to see this code.
Size:
Color:
It was posted under September 2005 in the Active Trader Magazine. It was written for Wealthlab 4.0. Is this easy to convert to Wealthlab Pro
Size:
Color:
Size:
Color:
I copied the code and ran the translator. It didnn't like it. Simply copy and pasting the code results in a rather jumbled mess on the translator. Might be a snippet of code or not compatible. I do not have Wealthlab 4
Size:
Color:
Unfortunately, it was not designed for simply copying and pasting -- but that is reflected in its online help file.
Save the code as a text file with .WS extension, configure the directories as its manual suggests, and run WSTL on the file.
Size:
Color:
Eugene,
Hi, I hope I have posted my question to the right thread. I have to assume this functionality exists but I have not been able to find it. Does WLP have any built-in support for finding support and resistance levels? I need to be able to plot them and execute trades when such support levels get broken.
-thanks, j
Size:
Color:
Size:
Color:
Eugene,
Great, thanks. I think this will keep me busy for a week :-)
Size:
Color:
Eugene,
Thanks again for your help. Perhaps I am doing something wrong but I have run into the following issues:
InstantaneousTrendLine: The page does not give an example, I don't know where this function is, how can I can access it?
Draw trendlines with own indicators: It refers to TrendLinePeaks/TrendLineTroughs, again I am not sure where the code is. The page shows an exmaple which is very hard to read due to formatting. It is not clear where this function is.
Another question, would that be easier to find support and resistance levels in other chart styles? Are there any examples?
Thanks for your help, -J
Size:
Color:
QUOTE:
InstantaneousTrendLine: The page does not give an example,
That's right. There is no example because it does not exist.
QUOTE:
how can I can access it?
Exactly like you would do with any other DataSeries. Should not be a problem as you're a C# developer.
QUOTE:
It refers to TrendLinePeaks/TrendLineTroughs, again I am not sure where the code is.
There's not too much places to look for the code, and this time there's no surprise -- it's in the Wiki:
TrendLinePeaksQUOTE:
Another question, would that be easier to find support and resistance levels in other chart styles?
No but that's a perfect task for
Chart Drawing Objects (CDOs). Trend lines, Gann, Fibonacci... all you see on that toolbar is a CDO, and you can program your own. Unfortunately, Fidelity unpublished the documentation so no manual is available online.
Size:
Color:
Thanks Eugene -j
Size:
Color: