Jump to content

Manual Saw System


Recommended Posts

Re: My Amazing Manual Saw System!

 

50club

 

Please check the MACD crossing in Eur/Usd ... Current Price 3626

 

The Sell signal is Good, but the MACD crossings do not match between FXAccu chart and MT4, in the FXAccu chart it crossed way behind

 

seems to be fine here.. what options do you have under the properties tab..

Link to comment
Share on other sites

  • Replies 287
  • Created
  • Last Reply

Top Posters In This Topic

Re: My Amazing Manual Saw System!

 

50club

 

Please check the MACD crossing in Eur/Usd ... Current Price 3626

 

The Sell signal is Good, but the MACD crossings do not match between FXAccu chart and MT4, in the FXAccu chart it crossed way behind

 

seems to be fine here.. what options do you have under the properties tab..

 

I left everything to defualt

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Here is a solid proof that MACD on FXaccu chart dont match with MT4

Something must be done

look at the attached file, not sure if it will upload, but just open the eur/Usd chart and you will know what I am talking about

I keep on getting this Error Messgae: Sorry, the board attachment quota has been reached.

upload to tinypics.com...so u'll get image code...post it here.

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

I found a bug in the routine that checks to make sure the ADX cross happens last..

 

I have tested every feature now and as far as I can tell everything works as planned..

 

So everyone please test ver 1-6.. And always check which features you want turned on in the properties tab..

 

http://depositfiles.com/files/b8vzk7lm7

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Here is a solid proof that MACD on FXaccu chart dont match with MT4

Something must be done

look at the attached file, not sure if it will upload, but just open the eur/Usd chart and you will know what I am talking about

I keep on getting this Error Messgae: Sorry, the board attachment quota has been reached.

upload to tinypics.com...so u'll get image code...post it here.

 

Thank you, here is the Image

 

Could someone please tell me what I did wrong? Look at the MACD, it has been pointing south while in the FXaccu chart its been pointing north for over two hours

 

http://i43.tinypic.com/fjhrmg.gif

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi all.....have u backtest club50/william indi?

For thesecret... do u know that MACD Forest is same as MACD? Here I got this info...

MACD = MACD Forest....

It's the same.

I think we can make MACD Forest into metatrader.

Here's the definition of MACD Forest:

http://www.tradesignalonline.com/Lexicon/Default.aspx?name=MACD+Forest+(MACDF)

 

How about my idea? so we can exactly make same signal.

 

 

I got it bro....

Here's the true rules based on Abdul explaination.

MACD Forest = MACD(signal - main)

 

So, buy if MACD Forest cross above yellow line (MACD Forest > 0), vise versa for sell.

 

here's the fixed one...added MACD Forest,

and remember to use MACD(12,26,9) as Abdul's. Please test it:

Saw-v1-6-MACDForest

http://slil.ru/27527454

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi all.....have u backtest club50/william indi?

For thesecret... do u know that MACD Forest is same as MACD? Here I got this info...

MACD = MACD Forest....

It's the same.

Sorry to interrupt.

 

But MACD Forest is not MACD.

 

I don't have a definition page for reference but I understand this from Reuters and Bloomberg software. I believe Reuters and Bloomberg give more valid definition than some website. If you open a chart at Reuters or Bloomberg and put indicator the definition would be:

- MACD = MACD Forest + MACD Signal 1 + MACD Signal 2

- MACD Forest = MACD Main

For those of you who has subscription to reuters or bloomberg, you could try this out.

 

In MT4 the MACD is only MACD Main (Forest) and MACD Signal 1. There is no MACD Signal 2.

 

If you want the MACD Signal 2, you should use the complete MACD indicator from bro Gyverd if i'm not mistaken. Just search this forum.

 

Regards,

Ore no Shinka Hikari yo Hayai. Zen Uchi o Nani no Mono Ore no Shinka Chuito Kore Nai.

Ten no Michi yo Iki. Subete o Sukosadoru Otoko.

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Sorry to interrupt.

But MACD Forest is not MACD.

..........

.........

Regards,

sorry about my mistake statement...

the true statement is:

MACD Forest = MACD(MathAbs(signal) - MathAbs(main))

 

I already check the value...if u still need some proof, please open the AccuFX, insert MACDForest and MovingAverageConvergenceDivergence.

U will see they returns same value.

It's same in Metatrader....u can check it too...

So, again....please use default MACD(12,26,9).

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hello everyone,

Lets make sure we got the right settings for the MACD, this way we can adjust the time Window, by extending the time for the MACD and add the MACD divergence element into out Favor.

yeah....I have re-analyse about MACDForest...

 

All we need to do now is replace old settings MACD(5,15,9) with MACD(12,26,9)

and then, we can get MACDForest below:

MACD Forest = MACD(MathAbs(signal) - MathAbs(main))

 

in mql:

macd1 = iMACD(NULL,0,F_Ema_Period,S_Ema_Period,Signal_Period,PRICE_CLOSE,MODE_MAIN,i+1);

macds1 = iMACD(NULL,0,F_Ema_Period,S_Ema_Period,Signal_Period,PRICE_CLOSE,MODE_SIGNAL,i+1);

macdForest1 = (MathAbs(macds1) - MathAbs(macd1));

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hello Everyone,

 

I am thinking of adding a large move indicator Simillar to this, it works on Stock Market, but does it work on Forex? It can sometimes tell when large moves might happen, which I think when coupled with our system's crossings, Bad signal should be Filtered and accuracy should Elevate up

 

Openions are welcome

 

http://www.4shared.com/file/104946426/1c6957ff/AntiAlligator.html

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi guys. I just read through the whole thread up to now. Great work so far by everyone. :arrow:

What can be achieved when people work together never ceases to amaze me. I just wish I knew how to code & program, then maybe I could help out somehow.

Keep it up guys you're doing great! :shand:

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Let me try to clear things up on the three rules, look at the following chart, see how the Two moving system lines crossed after being far from each Other. (Not close to each other)

see how the MACD crossed way behind (Adding Divergence element). see how the Momentum and Moving System crossed at once.

 

In these cases I don't care if stoploss get hit, as long as I have followed the rules in my trade, then I know that if stoploss gets hit now, there will be at least 4 winning trades next time as long as I follow the rules correctly.

 

Ofcourse keep in mind the trade Duration.

 

See chart:

 

http://i39.tinypic.com/abqs2e.gif

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Here is another Sell trade

 

Entry from 1.3649, Stoploss:1.3669 +Spread

 

Again, keep in mind trade duration, if it refuses to go down, we shut the trade

 

 

http://i44.tinypic.com/j8pg9g.gif

 

Current price, 1.3657

 

Will shut the trade for 5 pips loss

 

Enough for today

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi all.....have u backtest club50/william indi?

For thesecret... do u know that MACD Forest is same as MACD? Here I got this info...

MACD = MACD Forest....

It's the same.

I think we can make MACD Forest into metatrader.

Here's the definition of MACD Forest:

http://www.tradesignalonline.com/Lexicon/Default.aspx?name=MACD+Forest+(MACDF)

 

How about my idea? so we can exactly make same signal.

 

 

I got it bro....

Here's the true rules based on Abdul explaination.

MACD Forest = MACD(signal - main)

 

So, buy if MACD Forest cross above yellow line (MACD Forest > 0), vise versa for sell.

 

MY ENGLISH REALLY SUCKS....

I headache for a day thinking what's wrong when I compared metatrader and AccuFX value. why they different? :cry:

if u read and learn definition about MACDForest in:

http://www.tradesignalonline.com/Lexicon/Default.aspx?name=MACD+Forest+(MACDF)

 

state like this:

Description

This indicator is calculated from the MACD already known. The MACD Forest is the difference between the MACD line and its trigger. The result of this difference is plotted as a histogram around the zero axis.

 

so...Here's the true rules MACDForest based on Abdul explaination.

MACD Forest = MACD(signal - main)

 

so...we can go for the 4th rules...I'll post the really fixed indicator later.

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi all: where are u all now?

please come here and see,test it:

I have done the 3 rules(but Mr.Abdul's haven't tested them).

there are 2 version...

based on William's and Club50...

http://slil.ru/27647924

 

please test them and compare with AccuFXChart...for us...then I hope we can go for more accurate system, the 4th rule.....

 

more accurate...more safe..more profit...that's we all wish for.

 

 

Hello guys...

Here's the indicator modified by me, based on Abdul's AccuFX.

http://slil.ru/27648390
Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi all: where are u all now?

please come here and see,test it:

I have done the 3 rules(but Mr.Abdul's haven't tested them).

there are 2 version...

based on William's and Club50...

http://slil.ru/27647924

 

please test them and compare with AccuFXChart...for us...then I hope we can go for more accurate system, the 4th rule.....

 

more accurate...more safe..more profit...that's we all wish for.

 

Hi,

 

The three rules alone must be succesful and very accurate, if the three rules fail on the MT4, then the fourth rule would be useless.

 

Lets see if we have achieved settings simmiler to MT4

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

Hi all: where are u all now?

please come here and see,test it:

I have done the 3 rules(but Mr.Abdul's haven't tested them).

there are 2 version...

based on William's and Club50...

http://slil.ru/27647924

 

please test them and compare with AccuFXChart...for us...then I hope we can go for more accurate system, the 4th rule.....

 

more accurate...more safe..more profit...that's we all wish for.

 

It crashes my MT4....

Link to comment
Share on other sites

Re: My Amazing Manual Saw System!

 

It crashes my MT4....

 

Why crash? both of them?

They don't crash mine...even I put them into one chart.

 

Hello guys...

Here's the each 3 rules indicator modified by me, based on Abdul's AccuFX.

 

http://slil.ru/27648477

:arrow: added templates :arrow:

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.

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...