• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 11:54am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 11:54am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Please help to make this indi into a Multiple Time Frame (MTF) indi 3 replies

Repainting indi into Non-Repainting Indi - Help 2 replies

Consecutive candles indi combined with volume & spread indi 13 replies

Need help to convert this indi into MTF indi 3 replies

How to code an indi that can only be used for certain accounts 7 replies

  • Recycle Bin
  • /
  • Reply to Thread
  • Subscribe
  • 228
Attachments: PlanetX Indicator - can this indi be used for trading?
Exit Attachments

PlanetX Indicator - can this indi be used for trading?

  • Last Post
  •  
  • 1 1213Page 141516 29
  • 1 13Page 1415 29
  •  
  • Post #261
  • Quote
  • Mar 7, 2022 5:39pm Mar 7, 2022 5:39pm
  •  Brambilla
  • | Joined Nov 2020 | Status: Member | 44 Posts
Quoting BestTraderEv
Disliked
{quote} Well, if you have a wick there, I don't see a problem. Though, I used to create similar overlays for Renko. In fact, if we use the original Renko Bricks, we don't see the wicks, so we don't see where the price actually was.
Ignored
Yes indeed there's no problem, i'm using that version because i bumped into it and I get used to it.and i'm OK with that. I also enjoy the normal renko, probably it's even more "clean", but for now i'll stick to this one.
 
1
  • Post #262
  • Quote
  • Mar 7, 2022 5:55pm Mar 7, 2022 5:55pm
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
Quoting ohitsyou
Disliked
{quote} Okay -- I see, thanks. I'll also noodle on it but nothing comes to mind at the moment. Actually, I have an idea that might work. PlanetX uses MT4's DRAW_HISTOGRAM style to draw histogram bars and this may sometimes pose a problem for Renko. I can instead substitute a line or dot. It may not be the final solution, but if using DRAW_LINE or DRAW_ARROW works in place of DRAW_HISTOGRAM then that would give us a clue how to fix this for Renko. And again -- why aren't all your Renko bars the same height?
Ignored
It does not matter. If it is plotted by buffers, it wil do the same. I will show you what sometimes happens with your OnChart indicator on Renko. When I can get the image.
 
 
  • Post #263
  • Quote
  • Mar 7, 2022 5:59pm Mar 7, 2022 5:59pm
  •  ohitsyou
  • | Additional Username | Joined Jan 2022 | 464 Posts
Quoting Brambilla
Disliked
{quote} Yes indeed there's no problem, i'm using that version because i bumped into it and I get used to it.and i'm OK with that. I also enjoy the normal renko, probably it's even more "clean", but for now i'll stick to this one.
Ignored
Give this version a try -- it uses the same data but charts a line instead of a histogram.

Attached File
File Type: ex4 OIY-PlanetX-Line-v7.0.ex4   30 KB | 79 downloads
 
 
  • Post #264
  • Quote
  • Mar 7, 2022 6:07pm Mar 7, 2022 6:07pm
  •  Brambilla
  • | Joined Nov 2020 | Status: Member | 44 Posts
Quoting ohitsyou
Disliked
{quote} Give this version a try -- it uses the same data but charts a line instead of a histogram. {file}
Ignored
Hi,
Unfortunately the problem is still there , i think the issue is undermined in the algorithm part, and i feel is kinda the same of the markers.

Thanks to you and @BestTraderEv for the constant updating and problem solving.
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 15 KB
 
 
  • Post #265
  • Quote
  • Mar 7, 2022 6:19pm Mar 7, 2022 6:19pm
  •  ohitsyou
  • | Additional Username | Joined Jan 2022 | 464 Posts
Quoting Brambilla
Disliked
{quote} Hi, Unfortunately the problem is still there , i think the issue is undermined in the algorithm part, and i feel is kinda the same of the markers. Thanks to you and @BestTraderEv for the constant updating and problem solving. {image}
Ignored
Actually -- that might be progress. Try this one...

Attached File
File Type: ex4 OIY-PlanetX-Line-v7.0.ex4   30 KB | 141 downloads
 
1
  • Post #266
  • Quote
  • Mar 7, 2022 6:31pm Mar 7, 2022 6:31pm
  •  Brambilla
  • | Joined Nov 2020 | Status: Member | 44 Posts
Quoting ohitsyou
Disliked
{quote} Actually -- that might be progress. Try this one... {file}
Ignored
Finally, now it seems it works correctly :
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 28 KB
While the old version overlapped this one remained stable, at least for now it seems good and stable, i'll update if i notice something suspicious.
Nice Job ! Can i know what was the issue ?
 
 
  • Post #267
  • Quote
  • Mar 7, 2022 6:40pm Mar 7, 2022 6:40pm
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
I don't know... Now the market is very slow, it has been runing for about 40 minutes and everything seems fine.
We can clearly see the difference between the OnChart, which is running on the older version, and the v6.0 ascillator.
Attached Image (click to enlarge)
Click to Enlarge

Name: [DAX40]M61.jpg
Size: 293 KB
 
 
  • Post #268
  • Quote
  • Mar 7, 2022 7:12pm Mar 7, 2022 7:12pm
  •  ohitsyou
  • | Additional Username | Joined Jan 2022 | 464 Posts
Quoting Brambilla
Disliked
{quote} Finally, now it seems it works correctly : {image}While the old version overlapped this one remained stable, at least for now it seems good and stable, i'll update if i notice something suspicious. Nice Job ! Can i know what was the issue ?
Ignored
It's an MT4 charting issue -- it has nothing to do with the algorithm. It might also have something to do with the fact that Renko data is created offline -- in a FILE. And the data in the file is subsequently fed to the chart.

Normal (non-Renko) chart:
Let's say there is a bullish trend -- then blue histogram bars are displayed and purple histogram bars are **automatically** hidden.

Renko chart:
Again, a bullish trend -- blue histogram bars are displayed and purple histogram bars are given a value of '0'. But in the Renko world '0' is a valid height and may appear on the chart.

The solution was to explicitly hide markings that would otherwise automatically be hidden by MT4 on a normal chart.
 
1
  • Post #269
  • Quote
  • Mar 8, 2022 1:29am Mar 8, 2022 1:29am
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
This happens, sometimes:

Attached Image (click to enlarge)
Click to Enlarge

Name: 2022-03-08_072658.jpg
Size: 320 KB

So, I make it back to this:
Attached Image (click to enlarge)
Click to Enlarge

Name: [DAX40]M61.jpg
Size: 286 KB
 
 
  • Post #270
  • Quote
  • Mar 8, 2022 2:20am Mar 8, 2022 2:20am
  •  ohitsyou
  • | Additional Username | Joined Jan 2022 | 464 Posts
Quoting BestTraderEv
Disliked
This happens, sometimes: {image} So, I make it back to this: {image}
Ignored
It's a "feature"...

What did you do to fix it? Some offset from the open / close of each bar?
 
 
  • Post #271
  • Quote
  • Edited at 6:37am Mar 8, 2022 4:24am | Edited at 6:37am
  •  SwingMan
  • Joined Aug 2007 | Status: Member | 2,491 Posts
Quoting ohitsyou
Disliked
...Since I'm sharing then I would expect anyone who finds this indicator useful to get with the spirit of things and do the same -- and that includes posting comments, advice, observations and thoughtful questions. What I am particularly interested in are other indicators that work well with PlanetX. If it appears that FF is dominated by timid souls who only take and never share then I will likely lose interest and bin the thread...
Ignored
In another thread I posted the BodySwitch indicator.
Here I made a small adjustment to be able to compare the trading signals with the PlanetX indicator, and I did that only because the signals are very similar in some places.
Surely one would have to adjust the indicator a bit, but I just wanted to post a small contribution to this thread.

Maybe one can use the BBsqueeze as a filter for unnecessary trades.
Attached Image (click to enlarge)
Click to Enlarge

Name: GBPJPY.rH1.png
Size: 43 KB
Attached Files
File Type: ex4 smPlanetY OnChart.ex4   25 KB | 187 downloads
File Type: ex4 bbsqueeze_darkw1b.ex4   13 KB | 171 downloads
File Type: mq4 bbsqueeze_darkw1b.mq4   5 KB | 179 downloads
smBodySwitch 3.5.0 Profit This Week: na
 
1
  • Post #272
  • Quote
  • Mar 8, 2022 4:38am Mar 8, 2022 4:38am
  •  Night63
  • | Joined Sep 2020 | Status: Member | 55 Posts
Quoting SwingMan
Disliked
{quote} In another thread I posted the BodySwitch indicator. Here I made a small adjustment to be able to compare the trading signals with the PlanetX indicator, and I did that only because the signals are very similar in some places. Surely one would have to adjust the indicator a bit, but I just wanted to post a small contribution to this thread. Maybe one can use the BBsqueeze as a filter for unnecessary trades. {image} {file}
Ignored
what DL BBsqueeze_darkw ??
 
 
  • Post #273
  • Quote
  • Mar 8, 2022 4:52am Mar 8, 2022 4:52am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Hi,

Ive just made a really nice backtest with your indicator and I cannot even code! check this out
A few little improvements in version 2 and this will be rocking profits

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 111 KB

This little system here searches for your indicator inside my MT4 and allows me to automate it
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 100 KB


Thank you
 
 
  • Post #274
  • Quote
  • Mar 8, 2022 6:04am Mar 8, 2022 6:04am
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
4 hours later still no issues:
Attached Image (click to enlarge)
Click to Enlarge

Name: [DAX40]M61.jpg
Size: 299 KB
 
1
  • Post #275
  • Quote
  • Edited at 6:32am Mar 8, 2022 6:06am | Edited at 6:32am
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
Quoting ohitsyou
Disliked
{quote} It's a "feature"... What did you do to fix it? Some offset from the open / close of each bar?
Ignored
Nah, I just restart the indicators. 5 mouse clicks for indicator.
On Renko. On timeframes I just shuffle tf's once.
 
1
  • Post #276
  • Quote
  • Mar 8, 2022 6:41am Mar 8, 2022 6:41am
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
Quoting SwingMan
Disliked
{quote} In another thread I posted the BodySwitch indicator. Here I made a small adjustment to be able to compare the trading signals with the PlanetX indicator, and I did that only because the signals are very similar in some places. Surely one would have to adjust the indicator a bit, but I just wanted to post a small contribution to this thread. Maybe one can use the BBsqueeze as a filter for unnecessary trades. {image} {file} {file} {file}
Ignored
Thanks for the contribution!
I want to show this:
Where the white v-line, your indi signals short.
When we look at the oscillators, it is long.
This is the direction we should take!
Both in trading, and in developing better signals indicators.
Attached Image (click to enlarge)
Click to Enlarge

Name: [DAX40]M15.jpg
Size: 516 KB
 
 
  • Post #277
  • Quote
  • Mar 8, 2022 6:50am Mar 8, 2022 6:50am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
I just added a few more sections to this system and now look

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 23 KB


If the total account profit is above the threshold it closes all positions
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 28 KB
 
1
  • Post #278
  • Quote
  • Mar 8, 2022 7:31am Mar 8, 2022 7:31am
  •  ohitsyou
  • | Additional Username | Joined Jan 2022 | 464 Posts
Quoting SwingMan
Disliked
{quote} In another thread I posted the BodySwitch indicator. Here I made a small adjustment to be able to compare the trading signals with the PlanetX indicator, and I did that only because the signals are very similar in some places. Surely one would have to adjust the indicator a bit, but I just wanted to post a small contribution to this thread. Maybe one can use the BBsqueeze as a filter for unnecessary trades. {image} {file} {file} {file}
Ignored
I really like the BodySwitch indicator. I'm going to take a closer look. It looks like it might even get us into a trade a bar or two earlier. Thank you @SwingMan...
 
 
  • Post #279
  • Quote
  • Mar 8, 2022 7:36am Mar 8, 2022 7:36am
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
The biggest problem a trader has is that we are never there when the best opportunity comes...

Anyways, for this moment I am satisfied with what I have, yet I will be working on better signals.
Image attached.
Attached Image (click to enlarge)
Click to Enlarge

Name: [DAX40]M15.jpg
Size: 493 KB
 
 
  • Post #280
  • Quote
  • Mar 8, 2022 7:37am Mar 8, 2022 7:37am
  •  BestTraderEv
  • | Joined Mar 2022 | Status: Member | 381 Posts
Quoting ohitsyou
Disliked
{quote} I really like the BodySwitch indicator. I'm going to take a closer look. It looks like it might even get us into a trade a bar or two earlier. Thank you @SwingMan...
Ignored
I think a better signal is one that gives a better chance of price going in our direction, not necessarily an earlier one. But, then again, maybe it's just me???
 
1
  • Recycle Bin
  • /
  • PlanetX Indicator - can this indi be used for trading?
  • Reply to Thread
    • 1 1213Page 141516 29
    • 1 13Page 1415 29
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022