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,554 views
    2. thumb_up 2,947 thanks given
    3. group 613 followers
    1. forum 2,093 posts
    2. attach_file 615 attachments




 
 

PriceActionSwing discussion

 
 Sezor 
Nîmes France
 
Experience: Intermediate
Platform: NinjaTrader, Mt4
Broker: NinjaTrader Brokerage
Trading: Oil
Posts: 51 since Nov 2010
Thanks Given: 81
Thanks Received: 18

One or two pointers for anyone looking for methods of using this indi.
The waves are known as Weis waves, after David Weis @
Learn the Richard Wyckoff Method of Trading from David H. Weis
His wave indi works on tradestation®, ninjatrader®,
multicharts®, metastock® . (It has fewer options than
Dorschden's.)
There's a webinar by David Weis among the bmt webinars:
https://nexusfi.com/newreply.php?do=newreply&noquote=1&p=386443

Thanked by:

Can you help answer these questions
from other members on NexusFi?
Ninja Mobile Trader VPS (ninjamobiletrader.com)
Trading Reviews and Vendors
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
Are there any eval firms that allow you to sink to your …
Traders Hideout
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
59 thanks
Funded Trader platforms
37 thanks
NexusFi site changelog and issues/problem reporting
23 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
 
 KrazyTrader 
Dallas, TX/USA
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES, CL
Posts: 51 since Aug 2013
Thanks Given: 56
Thanks Received: 9

Is it possible to get the osci up/down. Thiught i saw a version but unable to locate.

Thanks in advance.

 
 traderlange 
NY NY
 
Experience: Advanced
Platform: NinjaTrader
Broker: Amp/CQG
Trading: Futures - CL/GC/YM
Posts: 42 since Aug 2011
Thanks Given: 31
Thanks Received: 209


What I did @PHXtrader was at the time a new swing is confirmed, I'd append the last swing as a CSV to a text file. Same as excel.The struct List<> swingLows and SwingHighs are your friend. Extend them (add additional fields) with more values to make the code easier to write those values. And like the brilliant author of this indicator(you rock) said, write that data at CalcDnSwing CalcUpSwing. make sure your using System.IO. Create string builder and append away

 
Code
 
private void writefoo()
{

// There is too much code below, but you get the point.  
 StringBuilder sbData= new StringBuilder();
 if (curHighRelation == Relation.Lower)
                {
                    sbData.Append("LH"); sbData.Append(";");
                }
                if (curHighRelation == Relation.Higher)
                {
                    sbData.Append("HH"); sbData.Append(";");
                }
                if (curHighRelation == Relation.Double)
                {
                    sbData.Append("DT"); sbData.Append(";");
                }
sbData.Append(Environment.NewLine);

-- next list of data. Usually a loop thought the List<>

 then: 
                    File.AppendAllText(@"C:\Users\Administrator\Documents\NNData\mlNewSET_V1.txt", sbData.ToString());


}
been collecting data to train a NN - but that's another topic. I currently use Mongo DB for my data mining. But this is actually easier. Hope that helps!!

Visit my NexusFi Trade Journal
 
 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

i am wondering if any code experts could add swing calculation of average volume by duration. thanks

 
adrianjm
Waterford, Ireland
 
Posts: 15 since Dec 2011
Thanks Given: 22
Thanks Received: 12

Has anyone done any statistics on the results of the ABC patterns? Win rate etc? Are they reliable signals to trade or do they require additional subjective input?

Also, is the entry point based on the zig zag indicator? Ie, can you use the entry points on historical charts to realistically calculate win rate etc?

Cheers,

Adrian

Edit: Firstly I should say thanks to dorschden for creating such an incredible tool. I can see you have spent alot of time and effort on it, awesome effort, thank you!

 
 
Raj1's Avatar
 Raj1 
Toronto
 
Experience: Beginner
Platform: Ninja Trader
Broker: AMP FUTURES/ZENFIRE
Trading: YM
Posts: 130 since Jul 2009
Thanks Given: 253
Thanks Received: 58


jmont1 View Post
This request is originally posted in the "free incicator" thread.

@traderpards helped by fixing the specific strategy. But it would be much better if the fix was in the PASwingPro indicator so it could easily be plugged into multiple strategies without the editing.

Wizard generated strategies cannot be manually edited and then continued with the wizard. So once the stratgy is fixed it cannot be modified by Wizard.

May I request someone take a look at the previous post referenced below that includes the attachments? It would be a great help. THANK YOU!

@jmont1

I too facing the same problem of compilation error when I try to incorporate this indicator in the strategy analyser.
Can you share the copy of strategy analyser used with Swing pro indicator.

Appreciate your help

Regards,
Raj1

 
kevinflynn
Düsseldorf
 
Posts: 1 since Mar 2014
Thanks Given: 0
Thanks Received: 0

Hello,
Please can you convert this great indicator to Metatrader 4 hence I know MQL4 but not Ninjatrader Script Language...
Thanks in advance for your kindness
Kevin

 
 
kronie's Avatar
 kronie 
NYC + NY / USA
 
Experience: Advanced
Platform: "I trade, therefore, I AM!"; Theme Song: "Atomic Dog!"
Trading: EMD, 6J, ZB
Posts: 796 since Oct 2009


kevinflynn View Post
Hello,
Please can you convert this great indicator to Metatrader 4 hence I know MQL4 but not Ninjatrader Script Language...
Thanks in advance for your kindness
Kevin

@kevinflynn

it would help to see a few snapshots of this indicator in action, and a little verbage as to how it works, or what its supposed to achieve,

perhaps more than two existing indicators can be combined to achieve this goal

 
 Sezor 
Nîmes France
 
Experience: Intermediate
Platform: NinjaTrader, Mt4
Broker: NinjaTrader Brokerage
Trading: Oil
Posts: 51 since Nov 2010
Thanks Given: 81
Thanks Received: 18

Attached is a variant of PasPro which plays a sound when the
previous leg's wave volume is greater than the pullback's
volume by a multiplier set in the variable VolumeRatio.
To disable it, set VolumeRatio to 0.
My first attempt at Ninja code - so comments and testing very
welcome.
It compiles okay but doesn't export, so it's a cs file.
Mods marked with !!!

Attached Files
Elite Membership required to download: PasProVolumeRatioAlert.cs
 
 
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
can anyone add the function of calculating swing time/points by close? currently the indicator calculates swing time/points by High and Low. thanks

I too would like this addition - close to close swings and the ability to define swings by tick size.


 



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