Jump to content

Cluster indicator system and prototype EA


Recommended Posts

Real account monitering - manual trade By Sergius using Cluster indicator method:

account will be updated once a day.

broker: Alpari.ru metatrader classic USD account.

account leverage: 1:500

http://ftsys.mt4live.com
[url]http://www.mt4i.com/users/ftsys[/url]

 

Notice. trader's performance of manual trading normally needs minimum 3 months to see the average performance. Please do not judge the performance based on fews trades. Please just follow the this real account for 3 months to see the results.

 

//updated by finimej 091030

 

http://www.formulatrader.com/download/clustercc.zip

use above link to download the indicator, templated, updated on 20090824 //finimej

 

Do you know there is relationship between the forex pairs? EURUSD -> USDCHF -> CHFJPY- > JPYUSD. you see EURUSD goes up, actually, the EUR has the same value, but the dollar was getting weaker. So this use the MA to calculate the aboslute streng for each single value, EUR, USD.

 

First check out the real account results here, from 1000 (USD Cents) till 1 014 623.58 (USD cents) in 2 monthes, manual trading using cluster indicator + comman TA sense, by trader Sergius CN

real account results:

http://www.forexdreamland.com/?go=14&id=1883

 

Later he traded on dollar account, real account from 1000USD to 1100000USD within 2 monthes

http://www.onix-trade.net/?act=monitoring_stat&xid=7623

He does not use any martingal, comman lot management, the larget draw down there was that he withdraw his money, and some losses caused by big news.

 

What is the indicator that he was using?

here:

[url]http://articles.mql4.com/484[/url]

[url]http://articles.mql4.com/422[/url]

 

He trade mostly on EURUSD H4 and higher time frame.

 

How did he make the trade decision? Here, check out the pictures, even you do not understand russian, you need register there to understand the theori. [MOD] you must allow this forum link, otherwise people here wont get the knowlege.

http://www.onix-trade.net/forum/index.php?s=9aa4ee6096407ab1cdadece9837ae03a&showtopic=235&setlanguage=1&langid=en

 

-----------------

Here is my first try, 800 pips in 24 hours.

first, I have get the first buy signal and second buy signal signal, according to the method and indicator from the codebase links above, applied on EURUSD H4. then get out from the buy position until the sell signal appreas. The sell signal is very weak, so just get out from the first buy position, and wait for the sell signal to be confirmed with such as negative divergence, dubble top sort of stuff. From the picture 1 to picture 2, 800+ pips profits within 24 hours.

 

http://www.formulatrader.com/download/bild/euh1_1.gif

 

until later get the first weak sell signal. 800 + pips profits.

http://www.formulatrader.com/download/bild/euh1_2.gif

 

-------------

recommended settings for the cluster indicators

// for monthly
extern int mn_per = 12;
extern int mn_fast = 3;
// for weekly
extern int w_per = 9;
extern int w_fast = 3;
// for daily
extern int d_per = 5;
extern int d_fast = 3;
// for H4
extern int h4_per = 18;
extern int h4_fast = 6;
// for H1
extern int h1_per = 24;
extern int h1_fast = 8;
// for M30
extern int m30_per = 16;
extern int m30_fast = 2;
// for M15
extern int m15_per = 16;
extern int m15_fast = 4;
// for M5
extern int m5_per = 12;
extern int m5_fast = 3;
// for M1
extern int m1_per = 30;
extern int m1_fast = 10; 

 

---------

OK, you shall manual trading first to understand the cluster indicator system and use the comman TA sense such as resistant and support, Fib relations and divergences.

 

Later on, some russian made a free EA for the cluster indicator, but it does not deploy the common sense.

download the indicator and free EA at

http://www.mediafire.com/?zzungzj4yww

 

here was their backtest on GBPUSD H1

http://www.formulatrader.com/download/bild/clusterbacktest.gif

 

The source for the EA is from here

http://www.onix-trade.net/forum/index.php?showtopic=107&st=1095

[MOD] it is link to other forum, if you delete the link, then people wont know the source.

 

I will start to practice the cluster indicator manually on my liteforex.org account, and get know the system, and eventually tune the EA if I can.

Link to comment
Share on other sites

  • Replies 217
  • Created
  • Last Reply

Top Posters In This Topic

Re: [system] Cluster indicator system and prototype EA

 

a bit confusing. where did you open the trade on the first chart? You said "first, I have get the sell signal, according to the method and indicator from the codebase links above, applied on EURUSD H4" but on the chart you said buy.

 

Did you open the trade when it said buy? If so, I presume you exited at the point where "first very weak sell" is shown on the second chart. There's around 300 pips.

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

a bit confusing. where did you open the trade on the first chart? You said "first, I have get the sell signal, according to the method and indicator from the codebase links above, applied on EURUSD H4" but on the chart you said buy.

 

Did you open the trade when it said buy? If so, I presume you exited at the point where "first very weak sell" is shown on the second chart. There's around 300 pips.

 

oh, I have updated the text in my thread nr 1 there now.

 

This is cluster indicators, get know the correlations between the pairs. Does not means that you have all positions open on all the pairs. Sergius used cluster indicators to select which pair he shall trade, and has position on one pair most of the time. In fact, the cluster indiator is optimized for EURUSD. and trade applied on EURUSD and has one position most of the time.

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

ok, have lite time during weekend, continue with the pictures.

then I have negative divergence between the indicator and the price, dubble top on price, plus it comes to the resistance line from the 123 tops.

so sell on EURUSD, stoploss is at the 123 top line there, and target of profits aims to the bottom line of triangle.

http://www.formulatrader.com/download/bild/euh41_3.gif

 

later on the sell signal get confirmed and comes out from the cluster indicator, sell signal. if one like, can double the add the sell position here.

http://www.formulatrader.com/download/bild/euh41_4.gif

 

now, it real the balance line. The bottenline of the triangle of EURUSD H4. The bias is still negative, since the USD is getting stronger and cross up the EUR. suggestion is one shall close more than half of the short postion here and keep 50% position open.

http://www.formulatrader.com/download/bild/euh41_5.gif

 

above is my observation last week. I will apply it to my liteforex.org cents account in the comming week.

Link to comment
Share on other sites

  • 2 weeks later...

Re: [system] Cluster indicator system and prototype EA

 

I fixed a templates for the cluster templates. ref to the system pictures. What kind of indicators are included, you see them in the picture.

 

First check out the complex common indicator, the wides apart of the pair, (if you have that in your broker), is shown in the most right of the multichart. This is the pair that you shall check out and see if the trend is reversed.

 

Manage the position after you have made entry is done by an expert advisor. you put take profits, trail, scale out, and stoploss in the EA. This expert is included in the zip file.

Enjoy!

 

oh, by the way, the multichart takes 15 seconds to load in the first time, so please be patient.

http://www.formulatrader.com/download/bild/ccc.gif

 

the whole package can be downloaded at

 

http://www.4shared.com/file/113294434/da2fc57b/clustercc.html

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

strict according to cluster indicator method and running less than one week on the demo account dukascopy.

run normal lot 0.25, 0.1 million, and 6223 USD in profits just few days already.

 

account report here

http://www.formulatrader.com/download/PositionReport.htm

 

order position report here

http://www.formulatrader.com/download/PositionReport2.htm

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

JAI

please post the indicateur of news

sorry my english is bad

thank you

 

If you put the template file into "your MT4 folder"/templates folder, and of course the indicators to experts\indicators, and you open the template from the program Charts/Template/load template.

It should be there. Hope you find it.

Anyway thanks for the fantastic share. Looking for these auto trendlines for months :) now.

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

http://i600.photobucket.com/albums/tt90/RoelsMajor/clustercc.gif

 

But MTF EA didn't works...................

Any suggestions?

 

EA should be attached manually, the ea name should be in your upper right corner with :) face

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

http://www.4shared.com/file/113932949/e61b0bec/MTP_18.html

Here the MTP version 1.8..............

http://i600.photobucket.com/albums/tt90/RoelsMajor/clustercc2.gif

 

 

I hope this works...mine still testing in....

One setting included on rar...

I hope anyone could fix the bugs

I have 4 consecutive loss after profit cause by the Ea...closed trade before reach the SL...

Can anyone fix it... :shand: ??

 

Account: 819329 Name: Roels Major Currency: USD 2009 June 24, 22:54

Closed Transactions:

Ticket Open Time Type Size Item Price S / L T / P Close Time Price Commission Taxes Swap Profit

55332002 2009.06.24 15:42 sell 0.10 eurusd 1.40558 0.00000 0.00000 2009.06.24 20:40 1.39098 0.00 0.00 0.00 146.00

55396135 2009.06.24 20:41 sell 0.10 gbpusd 1.63962 0.00000 0.00000 2009.06.24 20:43 1.64065 0.00 0.00 0.00 -10.30

55397045 2009.06.24 20:45 sell 0.10 gbpusd 1.64257 0.00000 0.00000 2009.06.24 20:47 1.64289 0.00 0.00 0.00 -3.20

55397758 2009.06.24 20:48 sell 0.10 gbpusd 1.64108 0.00000 0.00000 2009.06.24 20:51 1.64146 0.00 0.00 0.00 -3.80

55401484 2009.06.24 21:06 sell 0.10 gbpusd 1.63968 0.00000 0.00000 2009.06.24 22:00 1.64323 0.00 0.00 0.00 -35.50

0.00 0.00 0.00 93.20

Closed P/L: 93.20

 

Open Trades:

Ticket Open Time Type Size Item Price S / L T / P Price Commission Taxes Swap Profit

55413841 2009.06.24 22:27 sell 0.30 gbpusd 1.64200 0.00000 0.00000 1.64032 0.00 0.00 0.00 50.40

0.00 0.00 0.00 50.40

Floating P/L: 50.40

 

8-)

Link to comment
Share on other sites

Re: [system] Cluster indicator system and prototype EA

 

Here the latest setting set of version 1.8...

PreSet_Name=Default

First_TP=50

Second_TP=110

Third_TP=0

TP_Increment=50

Close_Lots=0.10000000

Close_Method=1

First_Stop_Target=50

First_Stop=1

Second_Stop_Target=110

Second_Stop=50

Third_Stop_Target=0

Third_Stop=0

Trail_Stop_By=0

Max_Loss=75

Alert_Sound=1

Alert_Email=0

Magic_Number=0

 

But i dont need first, second, and third target...

I would be good i think if we have fix mode stoploss........

And I dont need trail stop by features...and alert email features...

Please help me....all masters coders here..

At least teach me how to fix it....

Thank u very much indeed... <):) <):) <):) <):) :shand: :)>- :)>- :-bd :-bd

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...