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 976,183 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

  #1171 (permalink)
 dorony 
tel aviv israel
 
Experience: Advanced
Platform: ninjatrader
Trading: cl
Posts: 7 since Nov 2013
Thanks Given: 1
Thanks Received: 0

Hi
PriceActionPro enable to use macd or stochastic as an indicator for divergence calculation.
In addition indicator called "custom" was predefined in PriceActionPro so that one can add other indicator for that purpose.
I am trying to add ChaikinMoneyFlow as the custom indicator with DataSeries called moneyFlow which I changed to public.
Compilation of ChaikinMoneyFlow was ok .
However compilation of PriceActionPro , after I linked to it the DataSeries moneyFlow generate error. "NinjaTrader.Indicator.ChaikinMoneyFlow.moneyFlow is inaccessible due to its protection level"

Can anyone can help me with that

Thx

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Exit Strategy
NinjaTrader
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
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
48 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
25 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #1172 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


dorony View Post
Hi
PriceActionPro enable to use macd or stochastic as an indicator for divergence calculation.
In addition indicator called "custom" was predefined in PriceActionPro so that one can add other indicator for that purpose.
I am trying to add ChaikinMoneyFlow as the custom indicator with DataSeries called moneyFlow which I changed to public.
Compilation of ChaikinMoneyFlow was ok .
However compilation of PriceActionPro , after I linked to it the DataSeries moneyFlow generate error. "NinjaTrader.Indicator.ChaikinMoneyFlow.moneyFlow is inaccessible due to its protection level"

Can anyone can help me with that

Thx

you don't need to do anything with the chaikin money flow indicator. you only need to add a few lines in the pas pro indicator.

attached is an example with chaikin money flow as "custom". the period is under "divergence parameter 1".

good luck


Attached Files
Elite Membership required to download: PriceActionSwingProChaikin.cs
Reply With Quote
  #1173 (permalink)
 dorony 
tel aviv israel
 
Experience: Advanced
Platform: ninjatrader
Trading: cl
Posts: 7 since Nov 2013
Thanks Given: 1
Thanks Received: 0


thx Silvester . It works perfect now

Reply With Quote
  #1174 (permalink)
 
ninjadiluce's Avatar
 ninjadiluce 
italia
 
Experience: Master
Platform: NinjaTrader
Trading: Futures
Posts: 93 since Feb 2013
Thanks Given: 75
Thanks Received: 14

Good Morning

In This case my idea is a particular Delta Divergence of GomCD very usefull for profit trade, at moment i use it by manual on DAX

Silvester17 can you add this option into PriceActionSwingPro (GomCD) ?

we need to find regular and hidden Divergence, both Bullish and Bearish.

we need this 3 important conditions:

1) Space Time: last 75 minutes
2) any Double Min and/or Double Max, with max 6 pont of different between each other
3) Cumulative Delta Divergence Min of 300 contract

when the market has these characteristics we got on the chart a small window object written inside : Buy Signal or Sell signal and a sound allert.

I know this request might be difficult to coding, but I really say that this indicator is great it could help all traders to make decisions on profit trades to be made. I use it.

A big thank you to Silvester17 for your help


Reply With Quote
  #1175 (permalink)
 billsingh 
San jose
 
Experience: Advanced
Platform: Thinkorswim
Trading: Stock
Posts: 174 since Jun 2014
Thanks Given: 133
Thanks Received: 68

Hi All,
Can someone please tell me in PriceActionSwing base. What these variable represent ??? In SwingVolume

swingLow.Counter ( what does it count)
swingProp
swingLow.CurVolume (some places it say 1.4k other 547 or 81 is that means 5470 or 81 contracts ??)
swingLow.CurLength ( length of ???)

Thanks in advance
Bill

Reply With Quote
  #1176 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


billsingh View Post
Thank you Bruce, I am using priceactionswing but it gives you too much info. I am just looking for volume.

Thanks in advance

Bill

when looking for volume, those functions come to mind:

1. pas oscillator / volume
- here's a quote from @dorschden

Quoting 
The PASOsc/Volume will show the cumulative volume from the last low to the current bar with the green histogram. The red line represent the down volume and if the swing direction will change to the down side the red line will become a red histogram. The VLowCurrent/VHighCurrent plots basically represent the values to which the indicator will repaint if the swing direction changed

2. zig zag volume
- if the volume of the current swing is greater than the volume of the prior swing, the zig zag color is up. if the volume of the current swing is less than the volume of the prior swing, the zig zag color is down.

3. relative volume
- the average volume traded at each bar in that swing.

4. absolute volume
- the complete volume for that swing.

I could also include divergence like gom cd, but I don't think you had that in mind.


Reply With Quote
  #1177 (permalink)
 billsingh 
San jose
 
Experience: Advanced
Platform: Thinkorswim
Trading: Stock
Posts: 174 since Jun 2014
Thanks Given: 133
Thanks Received: 68


Silvester17 View Post
when looking for volume, those functions come to mind:

1. pas oscillator / volume
- here's a quote from @dorschden


2. zig zag volume
- if the volume of the current swing is greater than the volume of the prior swing, the zig zag color is up. if the volume of the current swing is less than the volume of the prior swing, the zig zag color is down.

3. relative volume
- the average volume traded at each bar in that swing.

4. absolute volume
- the complete volume for that swing.

I could also include divergence like gom cd, but I don't think you had that in mind.


Thank you Silvester....this is exactly what I want. But I am unable to duplicate it using the PAS...Delta not needed at this point. ...can you please put the screenshot of settings and template if possible. Really appreciate it.

Also it should be able to display same info using Renko bars (NTRenko) ????


thanks
Bill

Reply With Quote
Thanked by:
  #1178 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


billsingh View Post
Thank you Silvester....this is exactly what I want. But I am unable to duplicate it using the PAS...Delta not needed at this point. ...can you please put the screenshot of settings and template if possible. Really appreciate it.

Also it should be able to display same info using Renko bars (NTRenko) ????


thanks
Bill

you can either choose absolute or relative volume. if you want both, you'll need to apply the indicator twice. attached are 2 templates. one for absolute and one for relative volume.

- here's an example for absolute volume:




- here's an example for relative volume:


Attached Files
Elite Membership required to download: PasAbsoluteVolume.xml
Elite Membership required to download: PasRelativeVolume.xml
Reply With Quote
  #1179 (permalink)
 Royaquarius 
London/england
 
Experience: Beginner
Platform: Ninja trader
Trading: Futures
Posts: 41 since Apr 2015
Thanks Given: 9
Thanks Received: 8

Hi, I am just beginning to use Swing Charts, please could someone explain what the numbers beneath the volume number mean. I assume the first is the measure of the tick swing but the number next to it I am completely baffled. Just to make my question completely clear on the chart below the largest swing up is at 8am (-22/14 39/2) what do the numbers 14 and 2 represent. Thank you.

Visit my NexusFi Trade Journal Reply With Quote
  #1180 (permalink)
 Aregon 
Queensland, Australia
 
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: micro emini's
Posts: 62 since Sep 2009
Thanks Given: 374
Thanks Received: 88


14 & 2 represent the number of bars in the respective swings !!

Aregon

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