NexusFi: Find Your Edge


Home Menu

 





Is there a non-discretionary method to mark swing highs and lows?


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one bobwest with 3 posts (4 thanks)
    2. looks_two Fudgester with 3 posts (0 thanks)
    3. looks_3 thoughtful with 1 posts (0 thanks)
    4. looks_4 brixey with 1 posts (0 thanks)
    1. trending_up 4,323 views
    2. thumb_up 4 thanks given
    3. group 5 followers
    1. forum 8 posts
    2. attach_file 1 attachments




 
Search this Thread
  #1 (permalink)
Fudgester
Mumbai + India
 
Posts: 8 since Aug 2020
Thanks Given: 2
Thanks Received: 0

Hey guys,

I was wondering if there was a non-discretionary way to mark the swin highs and lows? Something like fractals. I tried using them but they end up marking continuous 2-3 swing highs or lows at one single go.

Does anything have a method for it?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Brendt Skorupinsky
Trading Reviews and Vendors
Quantum physics & Trading dynamics
The Elite Circle
How to create dashboard like this one?
Platforms and Indicators
tick data interval discrepancy
NinjaTrader
Value Area Low (VAL) – Lowest Price Level of Profile V …
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
ApexTraderFunding.com experience and review
144 thanks
1 Minute Man
64 thanks
HumbleTraders next chapter
40 thanks
Winning attitudes create winning traders
32 thanks
Vinny E-Mini & Algobox Review TRADE ROOM
25 thanks
  #2 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,164 since Jan 2013
Thanks Given: 57,705
Thanks Received: 26,359


Fudgester View Post
Hey guys,

I was wondering if there was a non-discretionary way to mark the swin highs and lows? Something like fractals. I tried using them but they end up marking continuous 2-3 swing highs or lows at one single go.

Does anything have a method for it?

For what trading platform? NinjaTrader, Sierra Shart, TradeStation, TOS, etc.... ?

If you let people know what you are asking about, you may get more answers.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
  #3 (permalink)
 RADO 
Melbourne, Australia
 
Experience: Advanced
Platform: SC, TradingView
Broker: CQG/AMP, IB
Trading: SPI, EMD, CL, ZS
Posts: 64 since Oct 2013
Thanks Given: 16
Thanks Received: 82


You can try a zig zag indicator or donchian channel.

Reply With Quote
  #4 (permalink)
Fudgester
Mumbai + India
 
Posts: 8 since Aug 2020
Thanks Given: 2
Thanks Received: 0


bobwest View Post
For what trading platform? NinjaTrader, Sierra Shart, TradeStation, TOS, etc.... ?

If you let people know what you are asking about, you may get more answers.

Bob.

Hey there. I am using multicharts. So I guess even transactions code would probably work. I was looking for a methodology to mark the swing higs/lows. Something like fractals or a way to mark structural pivots.

Reply With Quote
  #5 (permalink)
Fudgester
Mumbai + India
 
Posts: 8 since Aug 2020
Thanks Given: 2
Thanks Received: 0


RADO View Post
You can try a zig zag indicator or donchian channel.

I tried using zigzag. But realised there is alot of repainting and not very trustworthy during love markets. I was amazed by fractals but the issue with that is, it ends up giving 2-3 highs or lows in a row. Which makes it again, hard to look at in real time. In hindsight things are clear, but not in real time.


Can you kindly share how can we use donchian channels?

Reply With Quote
  #6 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,164 since Jan 2013
Thanks Given: 57,705
Thanks Received: 26,359


Fudgester View Post
Hey there. I am using multicharts. So I guess even transactions code would probably work. I was looking for a methodology to mark the swing higs/lows. Something like fractals or a way to mark structural pivots.

Thanks. I have moved this thread to the MultiCharts sub-forum, where it may get more responses specific to your platform.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:
  #7 (permalink)
thoughtful
Klamath Falls OR
 
Posts: 60 since Apr 2020
Thanks Given: 21
Thanks Received: 80


Fudgester View Post
Hey guys,

I was wondering if there was a non-discretionary way to mark the swin highs and lows? Something like fractals. I tried using them but they end up marking continuous 2-3 swing highs or lows at one single go.

Does anything have a method for it?


Not sure if I understand what you're asking... are you saying that you don't want 2 (or more) swing highs in a row, before having a swing low? IOW there's no swing low in between those 2 swing highs. If so, then yeah you can do that... you just write the code so that you don't plot the swing low until you have a potential swing high, then your code keeps updating the latest swing high and waits for the opposite potential... it waits for a potential swing low and then plots the swing high. So the swing highs & lows always ALTERNATE, there's never 2 in a row without the opposite being in between. I wrote my own code that does this. I originally tried a different algorithm, whereby the code was only looking for swings on one side at a time (and not even looking at the opposite side), but the algo I described above is so much simpler and works ~perfectly.

BTW I defined the swing strength as basically being at least 2 bars, but I also added some other optimization criteria as well such as I allow 1 bar strength if it's a big reversal amount. Then, since I have swings coded, I was easily able to code the fractal swings too, which I don't actually use LOL, but they're cool to use for S/R levels. I actually only use the "base"/minimum swings to run my custom indicators on.

Reply With Quote
  #8 (permalink)
 rgakalo 
Baku, Azerbaijan
 
Experience: Intermediate
Platform: Meta Trader
Trading: Forex
Posts: 50 since Mar 2011
Thanks Given: 66
Thanks Received: 60

Larry Williams describes one such method in a second edition of his book "Long-term secrets to short-term trading". Basically it is a bar with two bars with higher lows at each side for short term low, and short-term low with 2 short-term lows at each side for intermediate term low. I've tried to explain it with the attached picture.


Another approach is to use N-bar highs and lows or any wave type indicator.

Reply With Quote
  #9 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,164 since Jan 2013
Thanks Given: 57,705
Thanks Received: 26,359


Fudgester View Post
I tried using zigzag. But realised there is alot of repainting and not very trustworthy during love markets. I was amazed by fractals but the issue with that is, it ends up giving 2-3 highs or lows in a row. Which makes it again, hard to look at in real time. In hindsight things are clear, but not in real time.

If this is still a live topic for you, you may notice that all of the responses so far have exactly this same issue -- you have to wait until price goes the other way a bit before you can assume that it made a high or a low.

But there is really no other way to do it. Until price has turned, by at least some amount, you can't be sure that it has (wait for it), turned.

If you knew that a certain point was going to be the high or low at the exact time it happened, this would be better than a crystal ball, or at least the same. You simply aren't going to get that knowledge at that point. (And if anyone could, they wouldn't be sharing it with anyone else. They wouldn't even be trading any more. Why trade once you have become a multi-billionaire?)

So, while this is an interesting question, and it has been addressed fairly often with zig-zags and fractals and probably a lot more, you can't answer the question until the turn has passed. So you're always, to some degree, working with hindsight. This doesn't mean you can't use the information, just that at best you'll be a little late, and also it's always going to be a matter of probability, not certainty, that the turn really has come. To be more certain, you can wait longer, but then the usefulness of the information keeps going down as the time to act on it has passed by.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote




Last Updated on November 5, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts