AFL for Camarilla

#1
Is this possible ?
What I am looking for is automation of the stock picking process. Please allow me to discuss in detail the aspects I am looking for.

1. Camarilla levels shall be calculated as per the following equations :
H5 = (H/L)*C
H4 = [1.1*(H-L)/2]+C
H3 = [1.1*(H-L)/4]+C
H2 = [1.1*(H-L)/6]+C
H1 = [1.1*(H-L)/12]+C

L1 = C-[1.1*(H-L)/12]
L2 = C-[1.1*(H-L)/6]
L3 = C-[1.1*(H-L)/4]
L4 = C-[1.1*(H-L)/2]
L5 = C-(H5-C)

2.These levels must be used to develop a Custom Indicator, a Custom Exploration and a Custom Expert Advisor.
3.All of the above must take care of trading holidays even those which fall within the week.
4.Custom Indicator : An integrated indicator which will display the weekly and daily Camarilla levels when plotted on any chart irrespective of whether it is an RealTime intraday chart, a daily chart or a weekly chart with easily recognisable colour coding. Also a seperate indicator for monthly Camarilla levels.
5.Custom Exploration : Three seperate explorations (daily, weekly and monthly) to find out which stocks are trading near any of the Camarila levels.
6.Custom Expert Advisor : An advisor which when attached to a chart, whether its an RT intraday chart, a weekly chart or a monthly chart, alerts with a visual and audio alert when the stock trades near any of the Daily, Weekly or Monthly Camarilla levels.
7.Changes necessary in the coding if the numbers (2,4,6,12) in the equations are to me modified.
8.System backtester.
9.Passowrd protection (of course should be know to me) for all of the above.

If anyone can provide me a code for the above or a part thereof, it will be of immense help.
Thank you.
 

Similar threads