Anyone scalping the FTSE Futures??

"Look into my eyes, look into my eyes, the eyes, the eyes, not around the eyes ..."
Friday never happened right!
 

Attachments

  • lime.jpg
    lime.jpg
    9.1 KB · Views: 83
  • FriNeverHap.png
    FriNeverHap.png
    56.3 KB · Views: 99
mornin all
longs left in overnight..pips banked

15 min data shows the uptrend that started on Friday...we are watching the aqua line
No attempt has been made to guess the top and no real negative signal seen as yet
no dump seen as yet
spx futures 0.8 box size by 1 reversal hilo plot

w2ngoz.gif
 
a little bit of ftse futures
60 min data 6 point box size
2 trends
green and then the move from friday
what a hummer
all shorts getting killed

mauelw.gif
 
Good Afternoon all,

Here you go : Pro Real time Library, just copy into your IG Indicators:

//ONCE y = 20 // This value is also the horizon of time over which the prediction is made. The larger y is, the larger the timeperiod over which we can interpret the indicator.
ONCE upTrend = 0
ONCE downTrend = 0
ONCE countHighs = 0
downTrendLength = 0
upTrendLength = 0
countUpTrends = 0 // Number of consecutive increasing bars
countDownTrends = 0 // Number of consecutive decreasing bars
countLows = 0
IF BarIndex > y+4 THEN
FOR x=0 TO y
IF Close[x]>Max(High[x+1],Min(High[x+2],Min(High[x+3],High[x+4]))) THEN
countHighs = countHighs + 1
upTrend = 1
ELSE
IF upTrend THEN
upTrendLength = countHighs + upTrendLength
countUpTrends = countUpTrends + 1
countHighs = 0
upTrend = 0
ENDIF
ENDIF
IF Close[x]<Min(Low[x+1],Min(Low[x+2],Min(Low[x+3],Low[x+4]))) THEN
countLows = countLows + 1
downTrend = 1
ELSE
IF downTrend THEN
downTrendLength = countLows + downTrendLength
countDownTrends = countDownTrends + 1
countLows = 0
downTrend = 0
ENDIF
ENDIF
NEXT
upTrendAvgLength = upTrendLength/countUpTrends // Average length of bullish trends
downTrendAvgLength = downTrendLength/countDownTrends // Average length of bearish trends
trendsAvgLength = (upTrendAvgLength+downTrendAvgLength)/2 // Average length of trending periods.
trendingIndex = 1-(countDownTrends + countUpTrends)/y // Number of bullish and bearish trends. The less there are in relation to the number of bars, the more trendy the value is aand the higher TrendingBars will be.
ELSE
trendingIndex = undefined
trendsAvgLength = undefined
ENDIF
IF BarIndex > 2*y THEN
trendingIndexMMy = Average[y](trendingIndex)
ELSE
trendingIndexMMy = undefined
ENDIF
IF trendsAvgLength THEN
ENDIF

RETURN trendingIndex COLOURED(255,0,0) AS "Trending index" , trendingIndexMMy COLOURED(255,128,0) AS "Trending index MA(y)" //, trendsAvgLength AS "Trends average length"

Hope that helps. Rob

Hi

I managed to find the time and get this indicator in so thanks again for the code, however, just wondering where is the period setting. ie. 14 periods?
 
Those Russians are a pushover, Europe pushes out the leader of the Ukraine and replaces him with a pro western leader who breaks with Russia and then says hes joining Nato and Putin does nothing.
I mean he comes on TV and says he never sent troops to Ukraine, he says he never sent APC's to Ukraine so basically hes going to sit back and watch it happen. ;) :whistling
Its not as if we dont indulge in smoke and mirrors in the west though is it?

All gone now.
 

Attachments

  • All gone.png
    All gone.png
    46.2 KB · Views: 93
Those Russians are a pushover, Europe pushes out the leader of the Ukraine and replaces him with a pro western leader who breaks with Russia and then says hes joining Nato and Putin does nothing.
I mean he comes on TV and says he never sent troops to Ukraine, he says he never sent APC's to Ukraine so basically hes going to sit back and watch it happen. ;) :whistling
Its not as if we dont indulge in smoke and mirrors in the west though is it?

All gone now.

notice how they stopped mentioning the mh17 flight which crashed?

false flag as pretext to impose sanctions, sanctions nearly always lead to war.

bbc/sky are always lying, they were telling us how assad was being defeated they even tried to pin a chemical attack on him, but he won and the west backed terrorist had to leave Syria.

Putin is a great leader a true patriot who loves his country,

find websites that tell the truth.
 
Top