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,124 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 975,764 views
    2. thumb_up 2,947 thanks given
    3. group 613 followers
    1. forum 2,093 posts
    2. attach_file 615 attachments




 
Search this Thread

PriceActionSwing discussion

  #1591 (permalink)
 xaltor 
Russia
 
Experience: Intermediate
Platform: NinjaTrader,
Trading: Emini
Posts: 8 since Feb 2018
Thanks Given: 1
Thanks Received: 1

Good afternoon. You have done a great job with the PriceActionSwing indicator, thank you very much. But I can not see the display of divergence lines on the chart. I have uncommented the lines that you spoke, compiled, there are no errors in the log file. I have 3 hours to do all sorts of dances with the settings all to no avail. Help please get work done Priceactionswingpro with GomCD. Thank you.

Its from my script:

#region GomCD
// Uncomment the next lines to use Gomi's Cumulative Delta ================================
private DataSeries gomCdAllDeltaClose;
public enum ShowGomCD
{
AbsoluteCD,
AbsoluteCD_And_SwingCD,
False,
SwingCD,
SwingCD_And_AbsoluteCD,
}
private ShowGomCD showGomCD = ShowGomCD.SwingCD_And_AbsoluteCD;
private int textOffsetGomCd = 60;
private GomCD gomCdAll;
private GomFilterModeType gomCdVolumeFilterSizeMode = GomFilterModeType.None;
private GomCDCalculationModeType gomCdCalcMode = GomCDCalculationModeType.BidAsk;
private int gomCdVolumeFilterSize = 1;
private int gomCdAllSwingLowValue = 0;
private int gomCdAllSwingHighValue = 0;
private int curHighGomCdAll = 0;
private int curLowGomCdAll = 0;
private int lastHighGomCdAll = 0;
private int lastLowGomCdAll = 0;
/// <summary>
/// Indicates if the developing cumulative delta since the last fix swing is printed in
/// the right bottem corner.
/// </summary>
private bool gomCDCurrent = true;
// Uncomment till here ====================================================================
#endregion

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #1592 (permalink)
 xaltor 
Russia
 
Experience: Intermediate
Platform: NinjaTrader,
Trading: Emini
Posts: 8 since Feb 2018
Thanks Given: 1
Thanks Received: 1


Silvester17 View Post
do you have the gom recorder installed? you need that to use the gom cd indicator. but that leads to another problem. in order to download the gom recorder, you have to be an elite member but you're not.

so I'm afraid nobody can/should help. sorry about that



Yes, I have installed and enabled Gom Recorder, but I still do not see divergences on the charts

Reply With Quote
  #1593 (permalink)
 xaltor 
Russia
 
Experience: Intermediate
Platform: NinjaTrader,
Trading: Emini
Posts: 8 since Feb 2018
Thanks Given: 1
Thanks Received: 1



Silvester17 View Post
do you have the correct version of the gom recorder? you need this one:

[]https://nexusfi.com/elite-circle/6802-gomrecorder-2-a-103.html#post292045[/url]

I have version 7.0.1000.14.

what version do I need?

Reply With Quote
  #1594 (permalink)
 xaltor 
Russia
 
Experience: Intermediate
Platform: NinjaTrader,
Trading: Emini
Posts: 8 since Feb 2018
Thanks Given: 1
Thanks Received: 1


Silvester17 View Post
I was referring to the gom recorder and not the ninja trader version. just follow my link and you'll see what you need.

I bought an elite subscription, downloaded and installed a new GOT recorder, but it still did not solve my problem((

Reply With Quote
  #1595 (permalink)
 xaltor 
Russia
 
Experience: Intermediate
Platform: NinjaTrader,
Trading: Emini
Posts: 8 since Feb 2018
Thanks Given: 1
Thanks Received: 1


Silvester17 View Post
excellent!

now remember one thing. when using bid/ask, you don't have any historical data. you need to record first. as a little test, you could use up down tick instead of bid/ask. that way you should be able to see the divergences.

this is up/down tick with continuation. also remember for using up/down you need ninja tick file. and in order to do that, you need a tick based (tick, volume, range etc) chart somewhere to load the tick data:

in case you still having problems, I attached the pas pro with gom cd enabled



Thanks a lot !!! With your file the problem is no more. I am very grateful for your help! And now I will enjoy the elite membership!

Reply With Quote
Thanked by:
  #1596 (permalink)
 
KennyK's Avatar
 KennyK 
Sunshine Coast Queensland Australia
 
Experience: Intermediate
Platform: Ninja Trader, DT7.
Broker: Ninjatrader
Trading: AUD Futures
Posts: 95 since Apr 2013
Thanks Given: 29
Thanks Received: 24

I have been using this great indicator for a while now but fail to fully understand a couple of things. I am hoping someone can provide an explanation.

1. This is the info provided on the instruction page, but I need further clarification please:
Swing type:
"Represents the swing type. In the "Standard" swing type a new swing is found when price is above or below the high or low of the last N bars and N = Swing size."
Does the above calc include inside bars? I'm guessing it does? It seems you can only exclude inside bars with the Gann style?
If it is as written, with the swing size set to 3, I take it to mean in an uptrend following a bar making a new high, if & once 3 consecutive bars have made lower lows, (regardless of the highs and closes), then when price ticks below the third completed bar is when the down swing will be validated and therefore print. (Is this correct)?

2. With the swing type set to standard, and the swing visualisation set to ZigZagVolume, what is the criteria that changes the swing colours. It seems obvious that it is volume related? The zig zag is not always red when decending and not always green when accending. At present I have a chart that has made a leg up (green), followed by a retracement (green), followed by another leg up (now red), another retracement (red), yet another leg up (red).
Why is did the zig zag turn red and still made higher highs and a higher low?
I really would like to understand the way the zig zag is coloured by using the above settings.
I have attached a screen shot.

Thanks for your help.
Ken.

Attached Thumbnails
Click image for larger version

Name:	Chart.PNG
Views:	273
Size:	145.9 KB
ID:	248060  
Reply With Quote
  #1597 (permalink)
 
KennyK's Avatar
 KennyK 
Sunshine Coast Queensland Australia
 
Experience: Intermediate
Platform: Ninja Trader, DT7.
Broker: Ninjatrader
Trading: AUD Futures
Posts: 95 since Apr 2013
Thanks Given: 29
Thanks Received: 24

I would like to have a small modification done to this indicator and am unable to do it myself, is there someone who would like to give it a go? I would be willing to pay if necessary.
I want the zig zag to change with the trend as per the attached, from Robert Krausz's book WD Gann, Treasure discovered.

Attached Thumbnails
Click image for larger version

Name:	IMG_0001.jpg
Views:	220
Size:	893.3 KB
ID:	248061  
Reply With Quote
  #1598 (permalink)
 emun 
prague, czech republic
 
Experience: Advanced
Platform: NinjaTrader
Trading: NQ
Posts: 165 since May 2012
Thanks Given: 49
Thanks Received: 74

I wonder if it could be possible to display divergences between price and cumulative delta by using PAS and NT Order Flow Cumulative Delta indicator?

thank you

Reply With Quote
  #1599 (permalink)
 pepbosch 
Madrid - Spain
 
Experience: Intermediate
Platform: NinjaTrader
Broker: CONTINUUM
Trading: ES, Currency Futures, Forex, oil, gold, EUR/USD, Stocks
Posts: 315 since Jun 2014
Thanks Given: 412
Thanks Received: 132


emun View Post
I wonder if it could be possible to display divergences between price and cumulative delta by using PAS and NT Order Flow Cumulative Delta indicator?

thank you

Could you post a link or the indicator itself that you are talking about ? I mean the NT Order Flow Cumulative Delta indicator...NT7 or NT8???

Follow me on Twitter Reply With Quote
  #1600 (permalink)
 emun 
prague, czech republic
 
Experience: Advanced
Platform: NinjaTrader
Trading: NQ
Posts: 165 since May 2012
Thanks Given: 49
Thanks Received: 74



pepbosch View Post
Could you post a link or the indicator itself that you are talking about ? I mean the NT Order Flow Cumulative Delta indicator...NT7 or NT8???

Hello pepbosh,

it is NTīs indicator called Order Flow Cumulative Delta. It is available for NT8 lifetime licence holders (see info here: https://forum.ninjatrader.com/showthread.php?t=107060). Although the script of the indicator itself is not accessible, it is possible to call it. The way how to do it is described here: https://ninjatrader.com/support/helpGuides/nt8/en-us/order_flow_cumulative_delta2.htm

Reply With Quote
Thanked by:




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