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 964,610 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

  #1041 (permalink)
 
Otterly's Avatar
 Otterly 
Zurich, Switzerland
 
Experience: Intermediate
Platform: Ninja, CTS, TOS
Trading: ES, TF, CL, NQ, GC
Posts: 131 since Aug 2011
Thanks Given: 251
Thanks Received: 62


Silvester17 View Post
hmmm

never seen this before. can you do me a favor and send me one of your binary (recorded files) files?

also if you don't mind. can you show me what indicator you use for recording the data and also the settings of that indicator.

It seems that when I record with a "single file" binary file the divergences are not staying with historical. When I record with "one per day" then the divergences are painting with historical.

I tried using various GOM indicators to initiate the recording too, same issue whichever is doing the recording.

I have sent you 2 binary files, one of each. Maybe you can tell what the issue is. Thanks.

Just to confirm, with the "single file" all the other recording seems to be fine, it is just the divergences in PAS which are not there. Strange?

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Are there any eval firms that allow you to sink to your …
Traders Hideout
Futures True Range Report
The Elite Circle
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 

  #1042 (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


Otterly View Post
It seems that when I record with a "single file" binary file the divergences are not staying with historical. When I record with "one per day" then the divergences are painting with historical.

I tried using various GOM indicators to initiate the recording too, same issue whichever is doing the recording.

I have sent you 2 binary files, one of each. Maybe you can tell what the issue is. Thanks.

Just to confirm, with the "single file" all the other recording seems to be fine, it is just the divergences in PAS which are not there. Strange?

yes, that's the problem.

the pas pro is only looking for the "OnePerDay" file:

 
Code
gomCdAll = GomCD(gomCdCalcMode, GomCDChartType.CumulativeChart,
                    "Binary", Gom.FileModeType.OnePerDay, gomCdVolumeFilterSizeMode,
                    gomCdVolumeFilterSize, false);
if you change the code to "single file", it probably will work too. I attached a pas version that is looking for a"single file".

important: the attached indicator can only be used if gom recording mode is set to "single file". otherwise it won't work.

Attached Files
Elite Membership required to download: PriceActionSwingPro.cs
Reply With Quote
  #1043 (permalink)
 
Otterly's Avatar
 Otterly 
Zurich, Switzerland
 
Experience: Intermediate
Platform: Ninja, CTS, TOS
Trading: ES, TF, CL, NQ, GC
Posts: 131 since Aug 2011
Thanks Given: 251
Thanks Received: 62



Silvester17 View Post
yes, that's the problem.

the pas pro is only looking for the "OnePerDay" file:

 
Code
gomCdAll = GomCD(gomCdCalcMode, GomCDChartType.CumulativeChart,
                    "Binary", Gom.FileModeType.OnePerDay, gomCdVolumeFilterSizeMode,
                    gomCdVolumeFilterSize, false);
if you change the code to "single file", it probably will work too. I attached a pas version that is looking for a"single file".

important: the attached indicator can only be used if gom recording mode is set to "single file". otherwise it won't work.

Great thanks! This is working fine now

Reply With Quote
Thanked by:
  #1044 (permalink)
 supermht 
Naperville IL
 
Experience: Intermediate
Platform: ninjatrader
Broker: NT broker
Trading: NQ ES 6E GC CL
Posts: 962 since Feb 2010
Thanks Given: 1,189
Thanks Received: 661

Hi, would it be possible to change swing size of priceactionswing oscillator to decimal point? such as 0.5 0.75...

thanks

Reply With Quote
  #1045 (permalink)
 
YertleTurtle's Avatar
 YertleTurtle 
Portland, USA
 
Experience: Intermediate
Platform: Ninjatrader
Trading: ZS
Posts: 215 since May 2011
Thanks Given: 42
Thanks Received: 362

I'm sure there is probably a simple solution to my problem. I'm currently using PriceActionSwingOscillator to create a wave volume histogram. I have Calculate on bar close set to "False". This causes the indicator to require a refresh nearly every time a new bar closes. Is there a way this refresh can be automated?

Please see screenshots for no refresh versus constant refresh.


Thanks.



And the day came when the risk to remain tight in a bud was more painful than the risk it took to blossom

- Anais Nin
Reply With Quote
  #1046 (permalink)
 
YertleTurtle's Avatar
 YertleTurtle 
Portland, USA
 
Experience: Intermediate
Platform: Ninjatrader
Trading: ZS
Posts: 215 since May 2011
Thanks Given: 42
Thanks Received: 362


supermht View Post
Hi, would it be possible to change swing size of priceactionswing oscillator to decimal point? such as 0.5 0.75...

thanks

On the latest version you can change it to tick size... so 2 ticks or 3 ticks should do what you are asking. Set swing type to ticks and swing size to the tick value you want.

And the day came when the risk to remain tight in a bud was more painful than the risk it took to blossom

- Anais Nin
Reply With Quote
Thanked by:
  #1047 (permalink)
 harry737 
london, UK
 
Experience: Intermediate
Platform: NT
Broker: NT
Trading: Stocks, Bonds
Posts: 142 since Sep 2013
Thanks Given: 183
Thanks Received: 62

Have loaded the Market Analyzer, template which is 5min, would like to add different timeframes ie 60min Dailys, also to activate sound alerts when there is Swing Trend change.
Any advice would be much appreciated

Reply With Quote
  #1048 (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


harry737 View Post
Have loaded the Market Analyzer, template which is 5min, would like to add different timeframes ie 60min Dailys, also to activate sound alerts when there is Swing Trend change.
Any advice would be much appreciated

@harry737,

here's an example with 60 minutes data series. also included are the sound alarms for trend changes:




edit:

forgot to add a rearm time (now it's 60 seconds). also changed priority to medium from low. replaced the template at 08:30 pm eastern time. you can easily change that yourself. just click in "alert conditions". you can also change the sound file in this location.



Attached Files
Elite Membership required to download: harry737.xml
Reply With Quote
Thanked by:
  #1049 (permalink)
 harry737 
london, UK
 
Experience: Intermediate
Platform: NT
Broker: NT
Trading: Stocks, Bonds
Posts: 142 since Sep 2013
Thanks Given: 183
Thanks Received: 62

Will have a go in the morning and hopefully get some noise, thanks v much for the response.

And it seems an excellent indicator.

Reply With Quote
Thanked by:
  #1050 (permalink)
 Prtester 
SE-Asia
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Amp
Trading: ES
Posts: 151 since Jun 2009
Thanks Given: 66
Thanks Received: 124


I am trying to identify some divergence in the PAS Oscillator but I am running into some Intseries problems, does anyone have something on those lines?. I will attach the code with some comments, in case anyone want to take a quick look.

Attached Files
Elite Membership required to download: PriceActionDivergence.cs
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