NexusFi: Find Your Edge


Home Menu

 





PriceActionSwing discussion


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Silvester17 with 177 posts (570 thanks)
    2. looks_two dorschden with 99 posts (1,125 thanks)
    3. looks_3 Big Mike with 52 posts (90 thanks)
    4. looks_4 jmont1 with 51 posts (23 thanks)
      Best Posters
    1. looks_one dorschden with 11.4 thanks per post
    2. looks_two Silvester17 with 3.2 thanks per post
    3. looks_3 Big Mike with 1.7 thanks per post
    4. looks_4 sudhirc with 1.7 thanks per post
    1. trending_up 977,197 views
    2. thumb_up 2,948 thanks given
    3. group 613 followers
    1. forum 2,093 posts
    2. attach_file 615 attachments




 
Search this Thread

PriceActionSwing discussion

  #1761 (permalink)
Ameinbeer Singh
Bathinda Punjab India
 
Posts: 8 since Jan 2019
Thanks Given: 8
Thanks Received: 2

1. Please have a look at the attachment and help to decide whether the marked bar is 'first entry short or first entry long'?
2. How do we count the bar that is both above and below the previous bar i.e it should be a signal to go long or go short?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
 
  #1762 (permalink)
 
MiniP's Avatar
 MiniP 
USA,USA
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: ES,
Posts: 1,157 since May 2017
Thanks Given: 1,109
Thanks Received: 2,943


Ameinbeer Singh View Post
1. Please have a look at the attachment and help to decide whether the marked bar is 'first entry short or first entry long'?
2. How do we count the bar that is both above and below the previous bar i.e it should be a signal to go long or go short?

need to see more of the chart for me personally but i wouldn't short any of that if your looking for a short i would short the bearish engulfing around 11:30

the long bar would of been 7 bars to your right the bullish engulfing.

-P

"Truth is not what you want it to be; it is what it is, and you must bend to its power or live a lie"-Miyamoto Musashi
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #1763 (permalink)
 jmont1 
New York, NY
 
Experience: Intermediate
Platform: NinjaTrader8
Broker: Data = Rithmic -- Gives 70 Level II Data
Trading: 6C (Low Margin,) 6E, CL, GC, ES and Maybe DX for smaller tick value
Posts: 1,394 since May 2011
Thanks Given: 1,719
Thanks Received: 1,020



muzhik View Post
Hi Guys, could anyone add, along with Volume, Trend and Relation, an indication of Volume per Price? regards,

@muzhik, be surprised if you get any response to this without additional information and a marked up chart.

At first read it looks like you want Order Flow information with cells showing buys and sells at each level. If that is the case then most will expect you to run a separate indicator called Order Flow (available on Futures.io and vendors like @gomi https://www.gomicators.com/ and others) Check that site and see if the images are what you are trying to describe.

If it is something else then post a chart with text showing what you want.

Good Trading All !!!

Reply With Quote
  #1764 (permalink)
 jmont1 
New York, NY
 
Experience: Intermediate
Platform: NinjaTrader8
Broker: Data = Rithmic -- Gives 70 Level II Data
Trading: 6C (Low Margin,) 6E, CL, GC, ES and Maybe DX for smaller tick value
Posts: 1,394 since May 2011
Thanks Given: 1,719
Thanks Received: 1,020


muzhik View Post
jmont1 , I meant that, for Example with the Swing type “Standard” the Histogram is calculated, not Volume, but Volume by price. By Volume per price I mean the following - Total Volume of line/leg divided by the number of prices or tick increments spanned in the line/leg. The average volume required to move price one tick increment. Regards,

@muzhik, with that clarification a programmer should be able to make the changes if they are willing to. Recommend reposting the full request to this thread:


Reply With Quote
Thanked by:
  #1765 (permalink)
Ameinbeer Singh
Bathinda Punjab India
 
Posts: 8 since Jan 2019
Thanks Given: 8
Thanks Received: 2


MiniP View Post
need to see more of the chart for me personally but i wouldn't short any of that if your looking for a short i would short the bearish engulfing around 11:30

the long bar would of been 7 bars to your right the bullish engulfing.

-P

shown above is one day chart i have attached another picture

thank you

Reply With Quote
  #1766 (permalink)
 
MiniP's Avatar
 MiniP 
USA,USA
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: ES,
Posts: 1,157 since May 2017
Thanks Given: 1,109
Thanks Received: 2,943


Ameinbeer Singh View Post
shown above is one day chart i have attached another picture



thank you



It was stuck in a range if you wanted to play you should of been buying the bottom I wouldn't short it until it broke the low and then used it as resistance


Sent using the nexusfi.com mobile app

"Truth is not what you want it to be; it is what it is, and you must bend to its power or live a lie"-Miyamoto Musashi
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #1767 (permalink)
 srshanta 
Detroit MI USA
 
Experience: Beginner
Platform: NT8
Trading: ES, CL, GC
Posts: 2 since Feb 2019
Thanks Given: 4
Thanks Received: 1

I tried using the indicator through strategy builder and I am getting the error:

'NinjaTrader.NinjaScript.Strategies.Strategy.PriceActionSwing(PriceActionSwing.Base.SwingStyle, double, int, bool, bool, bool, PriceActionSwing.Base.SwingLengthStyle, PriceActionSwing.Base.SwingDurationStyle, bool, bool, bool, bool, PriceActionSwing.Base.SwingTimeStyle, PriceActionSwing.Base.SwingVolumeStyle)' is a 'method', which is not valid in the given context


This is my code:

PriceActionSwing1 = PriceActionSwing(Close, PriceActionSwing.Base.SwingStyle.Standard, 7, 20, false, true, true, PriceActionSwing.Base.SwingLengthStyle.Ticks, PriceActionSwing.Base.SwingDurationStyle.Bars, true, false, false, false, PriceActionSwing.Base.SwingTimeStyle.False, PriceActionSwing.Base.SwingVolumeStyle.Absolute);

This was autogenerated code from strategy builder.. by the way,,

What am I missing??

Reply With Quote
  #1768 (permalink)
AuthenticTrader
Avon, Ohio
 
Posts: 30 since Feb 2018
Thanks Given: 19
Thanks Received: 30

I was previously using the PASpro with divergences checked. Now when I load the indicator on the chart, and check the divergences, the swings disappear appear and the divergences don't plot. Change the divergences to false and swings come back?

And ideas what I am missing? Driving me nuts as I have been using the indicator for months - I am not a coder and use the indicator right out of the box as is.

Thanks,
Kevin

Reply With Quote
  #1769 (permalink)
 FArias 
Germany
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 9 since Feb 2011
Thanks Given: 34
Thanks Received: 2


spetscom View Post
Hello, I did not want to ask a question here, but I have studied c# in depth and I am still having trouble using this indicator in a strategy. All I am trying to do is check the values of the previous swing, and the current swing. I cannot figure it out. There are so many lines of code to dig through, I have had trouble even creating an object of the class. I read Dorschdens post on how to use it in a strategy, but that code no longer appears to be relevant. If anyone could help me I would be so appreciative.

Thanks,
Cade

Hello everyone,

I have a similar problem: I am trying to access the max and min of the last swing in a NT7 strategy but can not get it to work. I am using:

Print(PriceActionSwing(20,120, SwingStyle.Ticks, true).swingHigh.LastPrice.ToString());

in order to debug it, but all I am getting at the output are zeros.

Thanks for any hints as to what I should be doing!

Reply With Quote
  #1770 (permalink)
 
Botts's Avatar
 Botts 
Penetanguishene, Ontario, Canada
 
Experience: None
Platform: NinjaTrader-8
Broker: NinjaTrader Brokerage, Continuum
Trading: ZB, MES, NQ, YM
Posts: 924 since Jun 2011
Thanks Given: 4,019
Thanks Received: 3,605



FArias View Post
Hello everyone,

I have a similar problem: I am trying to access the max and min of the last swing in a NT7 strategy but can not get it to work. I am using:

Print(PriceActionSwing(20,120, SwingStyle.Ticks, true).swingHigh.LastPrice.ToString());

in order to debug it, but all I am getting at the output are zeros.

Thanks for any hints as to what I should be doing!

Did you read the hints for creating a strategy posted by the indicator's creator found here ?

R.I.P. John Bottomley (Botts), 1956-2022.
Please visit this thread for more information.
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote




Last Updated on January 7, 2024


© 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