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 978,029 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

  #1221 (permalink)
 dragutin 
Austria
 
Experience: None
Platform: Ninja Trader
Posts: 39 since Oct 2009
Thanks Given: 11
Thanks Received: 5

Is it possible to code price action swing indicator to plot BID/ASK Volumen ? In the actual version is only total volumen.

thanks

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
Quant vue
Trading Reviews and Vendors
How to apply profiles
Traders Hideout
 
  #1222 (permalink)
 tbird 
Keller, Texas
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES
Posts: 13 since Feb 2012
Thanks Given: 44
Thanks Received: 7


tbird View Post
I'm trying to build a strategy with this indicator but when I try to compile the strategy, I get an error message saying "'NinjaTrader.Indicator.PriceActionSwing' does not contain a definition for 'PriceSwingRelation'"

Here is my code:

 
Code
#region Using declarations
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Xml.Serialization;
using PriceActionSwing.Base;
using NinjaTrader.Cbi;
using NinjaTrader.Data;
using NinjaTrader.Indicator;
using NinjaTrader.Gui.Chart;
using NinjaTrader.Strategy;
#endregion

// This namespace holds all strategies and is required. Do not change it.
namespace NinjaTrader.Strategy
{
    public class THETRENDINGBIRD : Strategy{
        protected override void Initialize()
		{
            BarsRequired = 0;
			CalculateOnBarClose = true;
			Enabled = false;
        }
        protected override void OnBarUpdate(){ 
					if(PriceActionSwing(10,8,SwingStyle.Standard,false).PriceSwingRelation[0] == 1){
					    EnterLong(1,"Go Long");
					}
					else if(PriceActionSwing(10,8,SwingStyle.Standard,false).PriceSwingRelation[0] == -1){
					    EnterShort(1,"Go Short");
					}
	     }
}


Anyone? Anyone?

Reply With Quote
  #1223 (permalink)
 sevenofnine 
Netherlands
 
Experience: Intermediate
Platform: multicharts
Broker: Interactive Brokers
Trading: Stocks
Posts: 7 since Aug 2012
Thanks Given: 2
Thanks Received: 9


I think you must change "PriceSwingRelation" into "CurRelation"

Reply With Quote
Thanked by:
  #1224 (permalink)
 tbird 
Keller, Texas
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES
Posts: 13 since Feb 2012
Thanks Given: 44
Thanks Received: 7

Thanks, but that didn't work for me...

Reply With Quote
  #1225 (permalink)
 dragutin 
Austria
 
Experience: None
Platform: Ninja Trader
Posts: 39 since Oct 2009
Thanks Given: 11
Thanks Received: 5

Can nobody help me ?

Reply With Quote
  #1226 (permalink)
 Gabriel123 
Stockholm
 
Experience: Intermediate
Platform: ProRealTime
Trading: DAX
Posts: 40 since Jul 2015
Thanks Given: 6
Thanks Received: 5

This is really an impressive indicator and I am very happy to be able to have access to it. Thank you, really!

I am trying to build a strategy where one of the criterion for the buy signal is the green trend-colour in the PASOscillator, and vice versa for the sell signal. I have spent hours trying to do this and reading through the thread but have not succeed. I would be more than thankful if anyone could help me with this!

Thanks in advance!

Reply With Quote
  #1227 (permalink)
pavanb15589
Bangalore+India
 
Posts: 40 since Aug 2015
Thanks Given: 5
Thanks Received: 26

Great indicator.....!! Thank You...

Reply With Quote
  #1228 (permalink)
 tradermark2009 
Concord, CA
 
Experience: Intermediate
Platform: Sierra Charts and NT7
Broker: AMP/CQG
Trading: Mini's and CL
Posts: 230 since Oct 2009
Thanks Given: 975
Thanks Received: 276

I just downloaded the most recent update and did not have an older version on my system. I cannot seem to find how to color the price bars, any help would greatly be appreciated.

Tradermark

Reply With Quote
  #1229 (permalink)
 Gabriel123 
Stockholm
 
Experience: Intermediate
Platform: ProRealTime
Trading: DAX
Posts: 40 since Jul 2015
Thanks Given: 6
Thanks Received: 5

Is "Swingtrend[0] == -1 / 0 / 1" really the correct parameter for the PriceActionSwingOscillator Trend?

When writing a script and including "Swingtrend[0] == 0" both uptrend and downtrend is included and when selecting "Swingtrend[0] == 1" and "Swingtrend[0] == -1" none of the trend selections are included.

Reply With Quote
  #1230 (permalink)
 KrazyTrader 
Dallas, TX/USA
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES, CL
Posts: 51 since Aug 2013
Thanks Given: 56
Thanks Received: 9


Can someone send me to the .wav files for the Price Action Swing Pro indicator? I can't find them in the download or on the site.


Thanks in advance.

Difference between discomfort and pain = 1 tick
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