P
postman
dow futures 5 min
lookin a bit overcooked
we watch the aqua line
I would say Dow 24,000 was looking a bit overcooked, this is just medium rare.
dow futures 5 min
lookin a bit overcooked
we watch the aqua line
"Look into my eyes, look into my eyes, the eyes, the eyes, not around the eyes ..."
Friday never happened right!
good one Chalky...
ym 15 min
will it breakdown ?
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" //, trendsAvgLength AS "Trends average length"
Hope that helps. Rob
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.
update on ES 15 min...into FOMC minutes
can you see the trend ??