View Single Post
  #1 (permalink)  
Old 04-22-2009, 04:22 PM
takbir takbir is offline
Junior Member
 
Join Date: Apr 2009
Posts: 12
takbir is on a distinguished road
Pollan's indicators

As your see, IP (BBS-m).v8 and IP (BBS-index).v8 seem popular for last days. They are not repainting. However it is a great work done by a great coder. You can check it.

А такой рисунок видели? - MQL4 форум
А такой рисунок видели? - MQL4 форум

Pollan wrote (a) >>

He received a lot of questions about (BBS), just want to say that these indicators will not be freely available for two reasons.

First, do not like when my writings of other people earn money, but do not want to share (sell indiktor vylozheny online).

Second, the indicators have income greater than can be obtained from its sale, it is expensive, but for the great price no one will buy,

a cheap prodavt I do not want to.


To stop the flow of such questions, just give a basic algorithm for these indicators do not reveal all the secrets. If it will make your indicator will be for you, just happy.

1=(cci[i]-rsi[i])

a2=(cci[i-1]-rsi[i+1])-(cci[i]-rsi[i])

a3=(cci[i-2]-rsi[i+2])-(cci[i-1]-rsi[i+1])

....

an=(cci[i-n]-rsi[i+n])-(cci[i-(n-1)]-rsi[i+(n-1)])

tt1=max(a1+...+an)

tt2=min(a1+...+an)

res=tt1+tt1

is only code ...

I am not a coder. Is it possible for mathematically? In this forum there are many popular coders that have some idea about it. And we can create an indicator like pollan's have with this code.


Reply With Quote