Pages:
Author

Topic: Thanasis Collection Pack - page 18. (Read 170601 times)

hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
October 18, 2014, 01:45:48 AM
#94
For the new guys here some simple technical indicators lessons:

Would you like to have an indicator that measures just the probability for the next tick that the prices will go up?

Well, this is the RSI indicator.

Indeed, let in the last N ticks we had k anode ticks and m falling ticks.

We will consider the obvious assumption that the process is ergodic, i.e. the last statistical behaviour of the process is more or less repeated.

Then the probability p which we are looking for is:

Code:
p = 100 * (number k of anode ticks in the last N ticks) / (total number N of all ticks)

So,

Code:
p = 100 * k/N

Then,

Code:
p  = 100 * k/N 
p  = 100 * (N - m) / N
p  = 100 * (1 - m/N)
p  = 100 - 100 * m/N 
p  = 100 - 100 * m/(k + m)
p  = 100 - 100 * (1/(k/m + 1)
p  = 100 - 100 /(1+ k/m)

Indeed, Welles Wilder defined the RSI as

Code:
RSI = 100 - 100 / (1 + k/m)

where k/m = (Closes Up) / (Closes Down)

So for example, if for the last N = 100 ticks you have RSI = 56, this practically means that for the next tick you have 56% probability that the prices will go up.

Here is an example of calling Talib RSI function:

Code:
RSIresults = talib.RSI
        inReal: instrument.close
        startIdx: 0
        endIdx: instrument.close.length-1
        optInTimePeriod: context.period
rsi = _.last(RSIresults)[/color]

hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
October 13, 2014, 01:55:20 PM
#93


Look at the volumes B and C.

Anode Volume C is slight higher than Fall Volume  B (say 55 - 45).

Same for the probabilities of breakage.
legendary
Activity: 1498
Merit: 1000
October 13, 2014, 01:47:51 PM
#92
As you can see, now (point A) is the time for the decisive breakage of the trendline or not.
Would you risk a prediction? Breakout or breakdown?

I think breakout..
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
October 13, 2014, 01:45:30 PM
#91


As you can see, now (point A) is the time for the decisive breakage of the trendline or not.
hero member
Activity: 658
Merit: 500
October 12, 2014, 04:45:41 PM
#90
Probably you are the only one, who are interested in this  Grin
Take care and by the way - think on that
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
October 12, 2014, 09:24:03 AM
#89


As soon as you may see a decisive breakage from the prices of the red Downtrend line, consider the case of BUY.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
October 05, 2014, 01:29:07 AM
#88


So long and before the recent big fall i was not tired to insist that it was not time to BUY but it was wise to stay in FIAT (see my last posts).

I hope that all of you who had followed my advice, now you haven't any loses.

I would like to show you the real reason why i was expecting this big fall.

It is the negative gap of the prices (point A), long before the real down movement.

Indeed, every time you see such a formation, it is a precious predictive signal of a big movement near soon in the opposite direction.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
October 01, 2014, 09:57:36 AM
#87


The market still remains very weak as not only it doesn't break the red downtrend line, but as you see it can't even approach it.

So, be patient and stay in FIAT.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 28, 2014, 01:28:09 AM
#86


What we have seen during 2014 is a three-cycle trend, which i have marked with their corresponding trend lines.

We have the first red Downtrend Line, the second blue Uptrend Line and the third red Downtrend Line.

Every time we had a breakage of the trend line (points A and B), it was followed by a big movement in the opposite direction (arrows green and red).

Now we live the third trendline and you must wait of the C breakage point.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 25, 2014, 01:54:18 PM
#85


As long as the prices are inside the region A - B - C - D the trend is a downtrend and it is note wise to BUY.

Normally you must wait of a breakage of the B - C line in order to BUY.

Some opportunities for BUY will also occur if the prices will try to touch the A - B line.

At the moment you must stay at FIAT.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 23, 2014, 02:47:30 PM
#84


It's not yet time to BUY.

You must first see a valid breakage of the red downtrend lines.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 19, 2014, 05:22:49 AM
#83


For your convenience i have marked for you 3 points (A, B, C) in the past which have the same statistical characteristics as the fall we live NOW.

As you can see, two of these points have been followed with even more big fall (points A and C) and one point has been followed by a stability area (point B).

Following the instructions which i give to you for time to time, normally now you are in FIAT.

Good opportunities for a quick big profit are ahead of us.

hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 17, 2014, 10:41:28 AM
#82


As you can see, as the prices has failed to break in a valid way the downtrend line, what was follow was a rapid fall of them.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 14, 2014, 10:54:36 AM
#81


Looking at these parallel trendlines of the last months and especially the magnitude of their identical slope, maybe somebody can construct a valid strategy of BUY and SELL signals near or on breakage of these lines.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 08, 2014, 08:31:16 AM
#80


Normally, if you have followed the instructions (see my previous posts) now you must be in FIAT.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 05, 2014, 09:42:36 AM
#79


These 3 horizontal blue lines may could be your 3-level Stop Loss.

Consider to SELL if the prices will break the bottom line of them.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 04, 2014, 12:12:16 PM
#78


As you can see, the prices - as it was more or less expected, see my previous post - have broken the red Downtrend line with interesting volume.

So it is time to BUY.

At a first approach, you must set the Stop Loss at the blue Uptrend Line.
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 04, 2014, 12:54:16 AM
#77
This is a free simple easy adjustable RSI bot, written in coffeescript, as an example of my bots in the cryptotrader site (it is just an example of few lines, not a really bot with hundreds or thousands of lines).

Feel free to modify it as you like or even to contact me if you want some simple modifications and you have not the skill to achieve them.


Code:
#
# Thanasis RSI simple bot
#
# BTC: 13j4F6LmXsb3mth3DZMpe3QmpyXtWKKoP1
#
 
 
init: (context)->
    context.rsi_up   =  60
    context.rsi_down =  40
    context.period   =  30

handle: (context, data)->
    instrument = data.instruments[0]
    RSIresults = talib.RSI
        inReal: instrument.close
        startIdx: 0
        endIdx: instrument.close.length-1
        optInTimePeriod: context.period
    rsi = _.last(RSIresults)
   
    if rsi < context.rsi_down
       buy instrument
    else if rsi > context.rsi_up
       sell instrument
legendary
Activity: 1498
Merit: 1000
September 02, 2014, 12:57:26 PM
#76
In Technical Analysis all the breaks must have a margin (say 1% of the price - which means 5 $ now) in order to be valid.

The current price is seeing at the right of the chart as a green rectangle (479.95 $ now).

Thanks!
hero member
Activity: 1820
Merit: 515
★777Coin.com★ Fun BTC Casino
September 02, 2014, 12:54:31 PM
#75
In Technical Analysis all the breaks must have a margin (say 1% of the price - which means 5 $ now) in order to be valid.

The current price is seeing at the right of the chart as a green rectangle (479.95 $ now).
Pages:
Jump to: