Wealth-Lab Version 5 (.NET) 5.0
the property do not have those parameters
Size:
Color:
There's no need for input: MACD is always created with this standard set of parameters -- 12,26,9.
Should you need to enter your own non-standard parameters for MACD, then use MACDEx instead.
Size:
Color:
Or subtract two emas in ver 5.0.
Size:
Color:
Couldn't believe there was the "WL5" tag line in the original post when I replied.
CODE:
Please log in to see this code.
Size:
Color:
When I drag & drop MACD from "plot an indicator". It is an curve, but not an histogram. When I move cursor, it shows
MACD(close)=0.26 etc..
when look at the chart, i can not tell what kind of chart it is?
Size:
Color:
When I drag & drop MACD from "plot an indicator". It is an curve, but not an histogram.
That's why the code above. There you have complete control of what's on the screen.
Size:
Color:
There seems to be some confusion here about what the MACD and a MACD Histogram are all about.
CODE:
Please log in to see this code.
In Eugene's code, the MACD should be plotted as a solid line. The Histogram is the difference between the MACD and its signal line. Eugene has corrected the Execute method above to reflect this.
Size:
Color:
Robert, thanks, your correction was applied.
Size:
Color:
In TC2000, I have the set up MACD histogram and line crossover
in one panel. but don't know how to setup in Wealth-lab 5.0.
In TC2000, to me it is almost a no brain work. I have been spend 5 hours in WL5, just can not get a MACD indicator in the chart. If i call Fidelity, can they help me on this?
Size:
Color:
ayc868,
The code above is plotting a histogram with line crossover. What is wrong?
Size:
Color:
ayc, after you paste code, make sure that you compile it by clicking either "Run the Strategy" (which compiles first) or "Compile" in the Editor toolbar. If you "Compile", you must still run it by clicking a symbol or striking F5.
Size:
Color:
I do not compile, will try when home. Thank Cone
Curious, can WL5 show indicators in the chart without write codes? also, any place have large amount of #C source codes
doing all kind of work? (other than sample strategy)
Size:
Color:
The MACDEx histogram (codes from Eugene)looks completely different compare with TC2000 weekly chart.
Size:
Color:
Which settings? What symbol? A screenshot?
Size:
Color:
How do I put in a moving average SMA 3 on signal line?
Size:
Color:
How do I put in a moving average SMA 3 on signal line?1) Either drag and drop the SMA
over the signal line (until you see squares all over it, drop only then), 2) or, by including an extra line of code (below the similarly looking lines):
CODE:
Please log in to see this code.
Size:
Color: