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,953 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

  #1961 (permalink)
 
bcomas's Avatar
 bcomas 
Palma de Mallorca/Spain
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: Ninjatrader Brokerage
Trading: micro e-mini nasdaq-100 index futures
Posts: 118 since May 2015
Thanks Given: 25
Thanks Received: 116


Ssjaznguy View Post
Thank you for posting the sample awhile back. I did trying to digest the info but I am still lost.

If I want to access the percentage in relation between the last swing and the current swing.
E. g. 61.8% fib retracement.

Do i just put this in my condition?

if (Swings.CurPercent[0] >= 38.0 && Swings.CurrPercent[0] <= 61.8 && Etc.....)

enterlong(....)

?

Hi Ssjaznguy

Attached some idea with fibos. Is a strategy that enters at 50% of the swings

From the PAS I dont know.. I never try it..

Bernard

Bernard
Attached Files
Elite Membership required to download: AutoFibTEST2.cs
Follow me on Twitter Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
Cheap historycal L1 data for stocks
Stocks and ETFs
About a successful futures trader who didnt know anythin …
Psychology and Money Management
ZombieSqueeze
Platforms and Indicators
What broker to use for trading palladium futures
Commodities
 
  #1962 (permalink)
 hmedia 
Diemen
 
Experience: None
Posts: 10 since Feb 2021
Thanks Given: 11
Thanks Received: 1


bcomas View Post
Hi Ssjaznguy

Attached some idea with fibos. Is a strategy that enters at 50% of the swings

From the PAS I dont know.. I never try it..

Bernard

Hi Bernard,

Thanks for sharing the strategy.

when i try to import it in NT8 i get the following error: this ninjascript archive was made from an older incompatible version of ninjatrader

I'm not sure how to fix this,

Thanks for your help.

Reply With Quote
  #1963 (permalink)
 
bcomas's Avatar
 bcomas 
Palma de Mallorca/Spain
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: Ninjatrader Brokerage
Trading: micro e-mini nasdaq-100 index futures
Posts: 118 since May 2015
Thanks Given: 25
Thanks Received: 116


Hi!
Copy-paste the file into documents, ninjatrader......."strategies" ...

It should work

Sent using the NexusFi mobile app

Bernard
Follow me on Twitter Reply With Quote
Thanked by:
  #1964 (permalink)
 hmedia 
Diemen
 
Experience: None
Posts: 10 since Feb 2021
Thanks Given: 11
Thanks Received: 1

Thanks, that worked.

Reply With Quote
  #1965 (permalink)
 rickr 
Waynesville, NC USA
 
Experience: Intermediate
Platform: NT8 & Jigsaw
Broker: NT Clearing
Trading: NQ, ES
Posts: 111 since Mar 2010
Thanks Given: 4,120
Thanks Received: 73

@Big Mike

Would you please find this and post ?

Big Mike View Post #1952
If there is indeed an official new one, please get my attention so I can update the downloads section and send out notices.

Sent using the NexusFi mobile app

@Big Mike, I believe there's an updated version somewhere that never made it to the download section:






dorschden View Post
I'll fixed the code in a way that the divergence should work no matter how many bars are loaded. I have sent @Big Mike the updated version almost two weeks ago, but he didn't came around to upload it here in the forum until now. I can't upload a new version myself to the Free Section in the download area.

rickr
Follow me on Twitter Reply With Quote
  #1966 (permalink)
 Tradarr 
Atlanta Ga. USA
 
Experience: Intermediate
Platform: NT8,ThinkorSwim,
Trading: Grains
Posts: 341 since Mar 2017
Thanks Given: 86
Thanks Received: 88

Is There a PAS version for ThinkorSwim? Anyone created a swing indicator for TOS with adjustable swing sizes, DT, DB, HL, LH , HH, LL, labels, etc...?

Reply With Quote
Thanked by:
  #1967 (permalink)
 milehightrader 
Tampa FL
 
Experience: Intermediate
Platform: NinjaTrader, Jigsaw
Broker: NinjaTrader Clearing, Rithmic
Trading: MNQ, MES
Posts: 39 since Mar 2020
Thanks Given: 13
Thanks Received: 18

Hi,

I am using Price Action Swing Oscillator as a part of a strategy I'm testing out with walk forward/live testing, but the indicator is currently repaints. For this reason, I have experimented with using smaller swing settings, but would prefer the larger swing settings (8 or 9).

1. Is it possible to have this indicator configured NOT to repaint?
2. Is anyone aware of a Weis wave for NT8 that does NOT repaint, in case it is simply not possible to get around repainting?

Thank you,
MHT

Reply With Quote
  #1968 (permalink)
 iq200 
London, UK
 
Experience: Intermediate
Platform: Ninjatrader, Tradestation
Broker: Kinetick, InteractiveBrokers
Trading: Equities, Futures
Posts: 408 since Jun 2010
Thanks Given: 145
Thanks Received: 278

All swing indicators repaint, unfortunately. If you can find one that doesn’t, you’ll find a billionaire!


Sent from my iPhone using futures.io

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #1969 (permalink)
 justin217 
Dunlap Illinois
 
Experience: Intermediate
Platform: NinjaTrader
Trading: YM
Posts: 28 since Mar 2017
Thanks Given: 38
Thanks Received: 12

I am attempting to use the PAS indicator to code my own strategy but I am running into some issues/questions.

1) I'm working on the buy side now and I have successfully got the strat to enter a BuyStopMarket order after the HL prints but my issue is since the indi repaints, I am getting a lot of stop outs even with a offset Buy Stop order due to the nature of the repaint. Is there a way around this, or is there an exposed variable I can call on for my strat that will only look at the "final" paint value?

2) Also, around those same lines I want my strat to read in the volume values for each swing and based on a criteria...it will either take the buy or pass on the buy based on some simple if/then logic. Essentially a filter if you will, to filter out not so great trades. I have yet to find a variable in his PAS code that will expose the volume info that I can use in my code. Is this possible? And if so, how can I also use it to avoid repainted volume data?

3) Thirdly, has anyone tried using this PAS indicator on Blackbird and done these more advanced strategies successfully? I'm toying the idea of giving Blackbird a free trial/demo to code this strategy for me and instead of me doing it by code alone but don't want to waste time if its not going to work.

In case you were curious...here is my SUPER BASIC buy logic I am working with right now......

 
Code
// Buy Logic
			if ((Position.MarketPosition == MarketPosition.Flat)
				&& (PriceActionSwing1.HigherLow[0] != 0)
				&& (Close[0] > PriceActionSwing1.HigherLow[0]))
			{
				EnterLongStopMarket(Close[0] + 1 * TickSize, "long");
TIA for any and all suggestions and help!

Justin

Reply With Quote
  #1970 (permalink)
Dolfin
Perth WA Australia
 
Posts: 6 since Nov 2019
Thanks Given: 15
Thanks Received: 2


Ive finally upgraded from 7 to N-8 and i cant see the PAS indicator on the system ...is it something extra to the ninja offering? regards Brent.T

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