I am looking for a simple strategy to buy at a % close to the support and sell at resistance levels. I am not a programmer although have in years past modified code once I understand the example, however even though I prefer the rules based method (which do not exist at this time) I would be glad for any code at this time.
I use the Fidelity ATP which includes S&R lines (individual charts only) created from Recognia data. After talking with Recognia they say the data is available to Fidelity to incorporate in their screener, however after talking with Fidelity they say it is a great idea for a next release ----- basically I'm out of luck here.
I know that there are various methods, hopefully someone has calculated a support and resistance level in some way (any way or various ways) that I could initially use. I will take the raw code.
I am accustomed to the ATP levels and what I hope to do is learn and modify the code variables to closely match the ATP levels
Size:
Color:
Size:
Color:
i have the following code it compiles but support and resistance are not showing in the chart please help, can you please help to show support and resistance on the chart, thank you
CODE:
Please log in to see this code.
Size:
Color:
Well, you're in luck. "Support and Resistance Zones" per Fidelity was programmed long ago (2008) by Glitch and is available using the convenient "Strategy Download" feature (found in Wealth-Lab's
Open Strategy dialog, Ctrl+O).
The problem with your code is that you've combined two scripts into one file. That's not going to work. It looks like you may already have the S&R script. If that's the case for the code above, delete it using the Strategy Explorer and download it again.
Size:
Color:
i have it but i am not able to see it superimposed on the TMV_1202Star : WealthScript chart, please help
i can see each chart individually but not togather, i composed a code for both but i can only see the tmv chart, thanks
so is there any way to see the tmv chart and the support and resistance on the same chart
it really helps to see both togather on a chart to make trade decisions
Size:
Color:
Very easily. For the best organization, create a method for each script, and call both methods from WealthScript's Execute() method. Like this -
CODE:
Please log in to see this code.
Size:
Color:
QUOTE:
i can see each chart individually but not togather, i composed a code for both but i can only see the tmv chart, thanks
"Composed"? What a well-chosen epithet for "made a hit or miss attempt to throw two separate strategies together"! :)
What I'm trying to tell is that you're doing yourself a bad service when attempting to copy/paste instead of starting from such basics as C# (WealthScript) structure.
Size:
Color:
thanks i got it
Size:
Color:
Hello, whats a good timeframe to run this on to get results I am currently not getting any results at all.
Size:
Color:
Depends on what results you expect. This is a utility script that plots S&R levels (no trading). Works just great on daily and intraday timeframes.
Size:
Color:
It would be great if this could be added to community indicators this way it can be plotted on my charts and also I would like to be able to generate tradable alerts when the ticker is at the 40 100 250 or 500 support or resistance level. Currently, in ATP, I set an alert at those levels however I would like to use WLP to generate the alert do backtesting and execute the trade any chance this can be done?
Size:
Color:
Unfortunately it cannot be added to Community Indicators because it's not an indicator. It's a routine that draws polygons using WealthScript.
Size:
Color: