Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 04-22-2009, 04:22 PM
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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 04-22-2009, 04:26 PM
Member
 
Join Date: Feb 2009
Location: Turkei
Posts: 97
forex_tsd_ is on a distinguished road
Wow. I only say wow for these indicators. I have never seen like that before. I see that it is created with RSI and CCI. Very interesting and non-repainting
__________________
Kt tecrbesiz bir hayat kaybetmeye mahkumdur
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 04-22-2009, 04:44 PM
Junior Member
 
Join Date: Dec 2008
Posts: 7
kudahitam is on a distinguished road
how to use it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 04-22-2009, 05:10 PM
Junior Member
 
Join Date: Apr 2009
Posts: 12
takbir is on a distinguished road
Quote:
Originally Posted by kudahitam View Post
how to use it?
The problem is how to make a new one, we have no indicators to test, only a little bit codes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 04-22-2009, 05:34 PM
Junior Member
 
Join Date: Jul 2008
Posts: 24
Kazam is on a distinguished road
C'mon guys don't be stupid, those indicators are useless.

First look at the screnshoots and you'll see that those indicators repaint

Than look at the code and see that he uses future values of CCI and RSI in his algorithm. What is more what is the sens of this part:

"tt1=max(a1+...+an)
tt2=min(a1+...+an)"

it gives the same value /it should be rather tt1=max(a1,...,an), tt2=min(a1,...,an)/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 04-22-2009, 05:45 PM
mart-hart's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 452
mart-hart is on a distinguished road
Hear is a test, If an indicator looks perfect and picks all the highs and lows and you think I will make my fortune with this indicator.


It re-paints
__________________
----o00o--(_)--o00o----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 04-22-2009, 06:00 PM
Junior Member
 
Join Date: Apr 2009
Posts: 12
takbir is on a distinguished road
We have no idea actually it is repainting or not. It is here because of discussing about it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 04-22-2009, 06:01 PM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 366
leeb is on a distinguished road
My analysis of the trades by Pollan

Whilst I agree with mart-hart that most things that look too good to be true are, if you check out the link to pollans indicators you will see a .mht file which shows his trades - all profitable - so it is not repainting or if it is it is still profitable anyway.

I have done some basic coding for this idea although I think the an calculation should be a[n] as in an array iteration - my code could help provide the basics - if any experienced coders could take a look and see if anything close to the indicators shown is possible it would be great.

This could be an amazing indicator - in his mht file pollan shows over 600,000 in profit so am sure it is not re-painting too much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 04-22-2009, 06:05 PM
Member
 
Join Date: Feb 2009
Location: Turkei
Posts: 97
forex_tsd_ is on a distinguished road
http://www.forex-tsd.com/274972-post959.html
__________________
Kt tecrbesiz bir hayat kaybetmeye mahkumdur
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 04-22-2009, 06:09 PM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 366
leeb is on a distinguished road
My code

Attached is my code using the formulas supplied - needs some work and a[n] not an as variable but is a good place to start....
Attached Files
File Type: mq4 Pollan.mq4 (3.2 KB, 498 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Indicators and EAs Collections: 350+ MT4 Indicators In One Folder balista4 Indicators - Metatrader 4 77 07-24-2009 08:35 PM
Max number of indicators in indicators folder? moneyline Metatrader 4 23 05-29-2009 12:37 PM
Custom Indicators vs. Technical Indicators shaltrade Indicators - Metatrader 4 2 06-30-2008 04:34 AM
applying indicators on indicators? tradesauce Indicators - Metatrader 4 15 12-17-2006 02:31 PM


All times are GMT. The time now is 09:48 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.