AFL - Swing Chart - open to bidding

Cancelled Posted Jan 9, 2014 Paid on delivery
Cancelled Paid on delivery

What I want is a "Swing chart" (we will call it Flow Chart - FC) which will count the up ticks and down ticks ignoring the "inside" bars.

See attached chart FC-1

Here is the details in 3 parts (Construction of FC, scanner and display of FC).

# I have one AFL for 1st part i.e. construction of FC, if you can re-code that for part II and III then it will be ok for me)

# PLEASE NOTE MY BUDGET FOR THE AFL IS AROUND $50 OR LESS

Part I

a) As soon as higher high is created the "FC" will turn up, with count 1

b) If the second day has higher high & higher low then FC will move further, count 2.

c) As long as we get higher high and higher low sequence the FC will continue to rise, and we will continue to count the up ticks.

d) If there is any "in" candle we will ignore it as it is not a higher high nor higher low.

e) If there is any "outside" bar, we will take it as higher high and will continue to draw FC upward, ignoring the lower low of the bar- because currently the FC is in rising mode.

f) Now if the next bar is "lower high" and lower low, the FC will turn down, here the line will be drawn from previous high to current bar's low, with down count =1

g) As long as lower high and lower low sequence is intact, we will continue to draw downward moving FC

h) If there is any "in" candle we will ignore it.

i) If there is any "outside" bar, we will take it as lower low and will continue to draw FC downward, ignoring the higher high of the bar- because currently the FC is in falling mode.

------------------------------------------------------------

Part II: Scan

We need three results in scanner to find out the status of the FC

a) Up swing set up.

See chart FC-2

Up swing set up is nothing but "V" formation on flow chart, wherein x is leftmost count in V, y is lowest tip count and z is rightmost count of V

Conditions for valid "V" set up:

x is greater than/equal to y &

y is not greater than x &

z = 1 or more.

Here we require scanner to show

1) Once the "Upswing set is formed" and second (unconfirmed)

2) Once the “upswing" set is formed and "x" point of "V" is breached (confirmed)

b) Down swing set up

Down swing set up is nothing but inverted V [^] formation on flow chart, wherein x is leftmost count in V, y is highest tip count and z is rightmost count of V

Conditions for valid "^" set up:

x is greater than/equal to y &

y is not greater than x &

z = 1 or more.

Here we require scanner to show

1) Once the "Downswing set is formed" and second (unconfirmed)

2) Once the “downswing" set is formed and "x" point of "V" is breached (confirmed)

c) Count no 3 set up

This is simple scanner wherein it will show the scripts where the past count was "2" and current count is "3" (either bullish/bearish FC)

------------------------------------------------------------

Part III: Display

(All the count numbers should be displayed in "colored circle" (editable))

1) If the FC label (count) is 1 and or 2, the FC line will be dotted (with color option) & the count numbers will be shown in roman.

2) If the FC label is 3 or more the FC line will be normal (with color option) & count numbers will be shown in normal digits.

3) If the FC is rising the line color will be green (editable)

4) If the FC is falling the line color will be red (editable)

5) If there is "down swing set up" then count label will be shown in different colored circles (editable)

6) If there is "up swing set up" then count labels will be shown in different colored circles (editable)

C++ Programming Financial Markets

Project ID: #5301294

About the project

Remote project Active Jan 12, 2014