• Home
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • 8:32am
Menu
  • Forums
  • News
  • Calendar
  • Coins
  • Market
  • Login
  • Join
  • 8:32am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Forex Factory

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Combining strategies 13 replies

MQL4 programming help needed - simply combining indicators 0 replies

How to make an alert combining 2 indicators? 0 replies

Combining 2 MACD indicators 2 replies

metatrader 4 combining indicators 0 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 10
Attachments: Combining indicators
Exit Attachments
Tags: Combining indicators
Cancel

Combining indicators

  • Post #1
  • Quote
  • First Post: Jun 16, 2018 7:05am Jun 16, 2018 7:05am
  •  machine25
  • | Joined Aug 2015 | Status: Member | 137 Posts
The idea is to filter an indicator by another;

In case there is already a trend going on ; If i take too indicators,
If one of the two indicators indicate a trend, there is still a trend , (up or down) :

First image : LSMA filtering NonLag

Second image : NonLag filtering LSMA

Post your comment and ideas please
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 353 KB
Click to Enlarge

Name: Screenshot2.png
Size: 348 KB
  • Post #2
  • Quote
  • Jun 16, 2018 7:18am Jun 16, 2018 7:18am
  •  ionone
  • | Commercial Member | Joined Oct 2014 | 441 Posts
could you share your indicators please ? thanks a lot
 
 
  • Post #3
  • Quote
  • Jun 16, 2018 7:28am Jun 16, 2018 7:28am
  •  machine25
  • | Joined Aug 2015 | Status: Member | 137 Posts
Same thing here, the guy indicate a strategy using two indicators which doesn't match

https://www.mql5.com/en/blogs/post/712016

CCI and MACD do not match, CCI is in percent, while MACD is in point.

To use this kind of strattegy the two indicator must either be in point or in percent

CCI, STO, RSI, DE MAKER, MOMENTUM, WILLIAM PERCENT RANGE, can be made to match together.

And the other indicator in point can match together
 
 
  • Post #4
  • Quote
  • Jun 16, 2018 7:29am Jun 16, 2018 7:29am
  •  machine25
  • | Joined Aug 2015 | Status: Member | 137 Posts
Quoting ionone
Disliked
could you share your indicators please ? thanks a lot
Ignored
Its NonLag V7 and LSMA

It's easy to find on the net
 
 
  • Post #5
  • Quote
  • Jun 16, 2018 8:09am Jun 16, 2018 8:09am
  •  cowbearcar
  • | Joined Nov 2015 | Status: Member | 71 Posts
Quoting machine25
Disliked
Same thing here, the guy indicate a strategy using two indicators which doesn't match https://www.mql5.com/en/blogs/post/712016 CCI and MACD do not match, CCI is in percent, while MACD is in point. To use this kind of strattegy the two indicator must either be in point or in percent CCI, STO, RSI, DE MAKER, MOMENTUM, WILLIAM PERCENT RANGE, can be made to match together. And the other indicator in point can match together
Ignored
I got similiar idea
William 26 cross over macd Signal

I have tried make macd into 0 to 100 scale,
by calculate the relative point against highest and lowest value
in last 40 bars of macd
The shape of macd flattern, NOT the same from original.

Hope someone can give correct path to go
 
 
  • Post #6
  • Quote
  • Jun 16, 2018 8:56am Jun 16, 2018 8:56am
  •  mitzescu
  • | Joined May 2018 | Status: Member | 109 Posts
Hi all,

Wow, i was wondering on someone would make such a thread.

This is how i see things : I trade almost entirely between S/R lines with these rules:

 

  1. Touched S/R line, the ones with H1, H4, D1, W1, MN1 (ignore the red and blue zones, they are there because i don't have alerts on my main S/R indicator)
  2. MACD Divergence
  3. Wait for envelope to change trend
  4. Enter trade
  5. Wait for semafor near S/R line to exit trade (Semafor repaints alot, so i ignore it alot of the time)

So basically enter at envelope (if S/R line touched and MACD div) and exit at semafor if near S/R line, If semafor appears
I could try to enter earlier, without waiting for envelope

I hope i didn't make a mess from this screenshot but there are actually just 3 trades there, with some risky bonus trades that could have been possibly that i did not draw all of them in screenshot.


Edit : Added simplified screenshot

Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot (869).png
Size: 74 KB
Click to Enlarge

Name: Screenshot (871).png
Size: 63 KB
 
 
  • Post #7
  • Quote
  • Jun 16, 2018 10:00am Jun 16, 2018 10:00am
  •  machine25
  • | Joined Aug 2015 | Status: Member | 137 Posts
Quoting cowbearcar
Disliked
{quote} I have tried make macd into 0 to 100 scale,
Ignored
That would be a stochastic of MACD,

Put MACD value into a stochastic fonction
 
 
  • Post #8
  • Quote
  • Jun 16, 2018 12:12pm Jun 16, 2018 12:12pm
  •  cowbearcar
  • | Joined Nov 2015 | Status: Member | 71 Posts
Quoting mitzescu
Disliked
Hi all, Wow, i was wondering on someone would make such a thread. This is how i see things : I trade almost entirely between S/R lines with these rules: Touched S/R line, the ones with H1, H4, D1, W1, MN1 (ignore the red and blue zones, they are there because i don't have alerts on my main S/R indicator) MACD Divergence Wait for envelope to change trend Enter trade Wait for semafor near S/R line to exit trade (Semafor repaints alot, so i ignore it alot of the time) So basically enter at envelope (if S/R line touched and MACD div) and exit at semafor...
Ignored
For your macd attachment, I would highlight a special way on reverse.
Take a look when macd Signal Crossover macd Histogram
You may get a Zero-lag timing with low confidence.
Especially on correction/rebound against main trend
 
 
  • Post #9
  • Quote
  • Jun 16, 2018 1:11pm Jun 16, 2018 1:11pm
  •  mitzescu
  • | Joined May 2018 | Status: Member | 109 Posts
Quoting cowbearcar
Disliked
{quote} For your macd attachment, I would highlight a special way on reverse. Take a look when macd Signal Crossover macd Histogram You may get a Zero-lag timing with low confidence. Especially on correction/rebound against main trend
Ignored
Hi,
i'm ashamed of myself and got say i have no idea what are you talking about. Can you please be a bit more specific?

Thank you!
 
 
  • Post #10
  • Quote
  • Jun 16, 2018 8:42pm Jun 16, 2018 8:42pm
  •  cowbearcar
  • | Joined Nov 2015 | Status: Member | 71 Posts
Quoting mitzescu
Disliked
{quote} Hi, i'm ashamed of myself and got say i have no idea what are you talking about. Can you please be a bit more specific? Thank you!
Ignored
Standard macd Signal crossover macd histogram.
I wonder this when I was learning macd in first week.
but it is low hit rate, may be need other indicator to confirm
Attached Image
 
 
  • Post #11
  • Quote
  • Jun 16, 2018 10:27pm Jun 16, 2018 10:27pm
  •  mitzescu
  • | Joined May 2018 | Status: Member | 109 Posts
Quoting cowbearcar
Disliked
{quote} Standard macd Signal crossover macd histogram. I wonder this when I was learning macd in first week. but it is low hit rate, may be need other indicator to confirm {image}
Ignored
Hi,

I've read your message 15 times trying to figure out. I'm sorry cowbearcar, my mind is sometimes not so sharp. You where talking about earlier entry. Usually a second indicator is very good, but not to many or trader gets confused of so many mixed signal. I really like how WPR works. So a combination of MACD and WPR i find it very good, of course with on chart S/R.
I've added the H1 chart and also the D1 and Weekly chart screnshots
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot (876).png
Size: 64 KB
Click to Enlarge

Name: Screenshot (878).png
Size: 64 KB
Click to Enlarge

Name: Screenshot (877).png
Size: 51 KB
 
 
  • Post #12
  • Quote
  • Jun 16, 2018 11:47pm Jun 16, 2018 11:47pm
  •  cowbearcar
  • | Joined Nov 2015 | Status: Member | 71 Posts
Quoting mitzescu
Disliked
{quote} Hi, I've read your message 15 times trying to figure out. I'm sorry cowbearcar, my mind is sometimes not so sharp. You where talking about earlier entry. Usually a second indicator is very good, but not to many or trader gets confused of so many mixed signal. I really like how WPR works. So a combination of MACD and WPR i find it very good, of course with on chart S/R. I've added the H1 chart and also the D1 and Weekly chart screnshots {image} {image} {image}
Ignored
Forgive my poor English presentation.

I got many separate window indicator combo on investing.
You can do it yourself, just merge those indicator in same window,
clear to see uptrend and downtrend with list of color show.

Well, I would point out that Good strategy make you fast to know what to do.
Buy on uptrend, Sell on downtrend, Don't trade on sideway.
Attached Image
 
 
  • Post #13
  • Quote
  • Jun 17, 2018 11:30am Jun 17, 2018 11:30am
  •  machine25
  • | Joined Aug 2015 | Status: Member | 137 Posts
Quoting machine25
Disliked
{quote} That would be a stochastic of MACD, Put MACD value into a stochastic fonction
Ignored
This can be done whit the new MT4 or MT5, but by someone knowing programmation better than me.
 
 
  • Post #14
  • Quote
  • Jun 17, 2018 11:37am Jun 17, 2018 11:37am
  •  machine25
  • | Joined Aug 2015 | Status: Member | 137 Posts
Look this is a stochastic, and this is a donchian channel

So you see what is a stochastic ?
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 358 KB
 
 
  • Post #15
  • Quote
  • Last Post: Mar 26, 2022 12:38am Mar 26, 2022 12:38am
  •  oo7rai
  • Joined Feb 2022 | Status: Member | 126 Posts
if you have indicators with correct setting (parameters) and buffers i can combine 2 or more indicators in one arrow indicator
 
 
  • Platform Tech
  • /
  • Combining indicators
  • Reply to Thread
1 trader viewing now
Top of Page
  • Facebook
  • Twitter
About CC
  • Mission
  • Products
  • User Guide
  • Blog
  • Contact
CC Products
  • Forums
  • Calendar
  • News
  • Coins
  • Market
CC Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow CC
  • Facebook
  • Twitter

CC Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Forex Factory

Crypto Craft® is a brand of Fair Economy, Inc.

Terms of Service / ©2023