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 965,260 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

  #1331 (permalink)
 
Ducman's Avatar
 Ducman 
The Netherlands
 
Experience: Intermediate
Platform: NinjaTrader 8
Broker: NINJATRADER Brokerage / Continuum
Trading: CL
Posts: 473 since Nov 2010
Thanks Given: 413
Thanks Received: 640


jmont1 View Post
@Ducman, are you writing the strategy or trying to use Strategy Wizard? If using SWizard, click on the view code button. It will open the code for editing. Then compile it and the error should show up.

Careful since editing the SW code will stop SW from editing it. But at least you can find out what is causing the error.

@jmont1 I tried both and I know the error messages. see initial post

The error message just does not say enough for me to resolve.

Ducman

Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Futures True Range Report
The Elite Circle
Are there any eval firms that allow you to sink to your …
Traders Hideout
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
Battlestations: Show us your trading desks!
18 thanks
  #1332 (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


Ducman View Post
Hey folks,

I went through the the whole thread and want to try the indicator in one of my strategies. I think I followed all the required steps the get it to work but I get an error when I try to compile. The error is not new, I have seen different persons having the same issue. So far I could not find the solution, probably a simple thing.....

This is what I've done:

1. Download and imported the latest indicator package (no issue)
2. Using the indicators in charts (no issue)
3. Creating a simple strategy using declarations and variables from the given sample code

CODE
#region Using declarations
...
using PriceActionSwingOscillator.Utility;
#endregion

#region Variables
private int swingSize = 7;
private SwingTypes swingType = SwingTypes.Standard;
private int dtbStrength = 15;
private DataSeries swingTrend;
//private Indicator.PriceActionSwingOscillator pasOsc;
#endregion
CODE

When I compile the code I get the following error messages based on the bold line items:

Error #1:
The type or namespace name 'PriceActionSwingOscillator' could not be found (are you missing a using directive or an assembly reference?)

Error #2:
The type or namespace name 'SwingTypes' could not be found (are you missing a using directive or an assembly reference?)

I've tried hard to solve it myself but I ran out of ideas. It's frustrating while I want to spend the time on learning the indicator instead.

Can anybody help me out.

Appreciate it,

Ducman

I'm not a "coder" but was wondering if it had something to do with the Capitalization you have on the first letter after the = sign there in code in the line you have BOLDed, I've run into similar issues in the past,
You might try this line instead? [private SwingTypes swingType = swingTypes.Standard]

#region Variables
private int swingSize = 7;
private SwingTypes swingType = SwingTypes.Standard;
private int dtbStrength = 15;
private DataSeries swingTrend;
//private Indicator.PriceActionSwingOscillator pasOsc;
#endregion
CODE

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
Thanked by:
  #1333 (permalink)
ishmeetchhabra
indore,mp,india
 
Posts: 1 since Dec 2015
Thanks Given: 0
Thanks Received: 1


Hi,

I am using pasosc as trend identifier i first check trend in 60 min and daily chart and suppose if both are down so down trend volume i receive I short the futures but and cover my short when next uptrend that is 1st green bar appears in volume but the problem is it reflect that green bar after 3-4 bars so my lot amnt of profit is been eaten up and i get very small amount of profit Please help me that it update bar in real time with each 5 min bar




Change was at 1st bar where ideally I have to cover my short but it reflected at green bar marked as 2 and my profit was eaten up

Reply With Quote
Thanked by:
  #1334 (permalink)
 
DougN's Avatar
 DougN 
Scottsdale, Arizona, USA and Puerto Penasco, Mx
 
Experience: Intermediate
Platform: Ninja 7, TOS
Trading: YM, ES, GC, CL
Posts: 42 since Nov 2013
Thanks Given: 35
Thanks Received: 33

Having reviewed many posts here as well as attachments the question remains whether the optimum results are obtained using tick, range, or time charts.

I would like to know how the developer designed it to be used as well as discoveries other traders have made.

My favorite instrument right now is YM and will be incorporating CL and GC soon.

Thanks,
Doug

Follow me on Twitter Reply With Quote
  #1335 (permalink)
 wandaria 
Brisbane, Queensland, Australia
 
Experience: Intermediate
Platform: ninja
Trading: dax
Posts: 6 since Feb 2016
Thanks Given: 0
Thanks Received: 1

Folks how can I change the swingpro indicator to place stops under the A point rather than the C point of the whole ABC structure, once entry is satisfied.

thanks

Reply With Quote
  #1336 (permalink)
 shienri 
Singapore + Malaysia
 
Experience: Beginner
Platform: NinjaTrader
Trading: Currency Futures
Posts: 6 since Oct 2016
Thanks Given: 4
Thanks Received: 1

Hi guys,

I have used the indicator for Ninjatrader 7 and it works great.

So I was trying to import it over the NT8 but I cant
seem to do that.

I get the message of
"This NinjaScript archive was made from an older, incompatible version of NinjaTrader"

Does anyone knows how to import to NT8?

Thanks

Reply With Quote
  #1337 (permalink)
 Obelixtrader 
Slovakia
 
Experience: Intermediate
Platform: Ninjatrader 8
Broker: Interactive Brokers,Tastytrade,Birdwingo
Trading: K200M,KOSDQ150,US stock option
Posts: 220 since Aug 2009
Thanks Given: 116
Thanks Received: 109


shienri View Post
Hi guys,

I have used the indicator for Ninjatrader 7 and it works great.

So I was trying to import it over the NT8 but I cant
seem to do that.

I get the message of
"This NinjaScript archive was made from an older, incompatible version of NinjaTrader"

Does anyone knows how to import to NT8?

Thanks

YOU cant import NT7 indicator to NT8 its not compatible.
NT8 priceactionswingindicator

Reply With Quote
Thanked by:
  #1338 (permalink)
 dorschden 
Germany
 
Experience: Master
Platform: NinjaTrader
Posts: 112 since Jun 2009
Thanks Given: 59
Thanks Received: 1,143

I'll upload the PriceActionSwing indicator for NT8 within the next days/two weeks.

Started this thread Reply With Quote
  #1339 (permalink)
 skfutures 
North vancouver
 
Experience: Beginner
Platform: Ninjatrader, Firetip
Trading: ES YM
Posts: 131 since Oct 2016
Thanks Given: 108
Thanks Received: 42

Can someone help me with this.
I am trying to learn to trade futures and it is very hard.
Anyway I decided to join elite today after coming here for about 2 months.
I am interested in using this market swing indicator but when I downloaded it for nt8, I do not see the following that was in nt 7.
- Calculate and visualize ABC patterns
- Risk management (automatically for ABC patterns)
- Calculate and visualize divergence based on an indicator

Sorry if my question has already been answered and thank you in advance. I tried searching for it.
I have been trying to figure out how I should approach futures market and I do not have any investment experience.
I have been searching, reading just manually testing es/ym on demo acc nt8 for past 12 months averaging out 12 hours a day.

...

So I read entire thread up to this page from page 1. I kind of get the general idea how it is.

But I am still not clear how to use Fib along with the swing. How do you link them?

I also see that not every code was transfer to new nt 8 therefore do not have entry and why not from nt 7.

I understand how the swing works in general but how do you determine when to enter? I have used vsa indicator from sim22 and deltav3updownonetickwithcontinuation crossing ema for confirmation but that doesn't really work... Can someone hint me to right direction?

And THANK YOU dorschden for this wonderful indicator.

Reply With Quote
  #1340 (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,019



dorschden View Post
I'll upload the PriceActionSwing indicator for NT8 within the next days/two weeks.

@dorschden, @skfutures commented that someone is running the NT8 PAS. Have you uploaded it to a section other than NT8 indicators that I cannot locate? Please let me know. Thank you.

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