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

  #1381 (permalink)
 skfutures 
North vancouver
 
Experience: Beginner
Platform: Ninjatrader, Firetip
Trading: ES YM
Posts: 131 since Oct 2016
Thanks Given: 108
Thanks Received: 42


icog View Post
About adding MFI as a custom indicator:

paste this
 
Code
private MFI mfi;
after
 
Code
private string displayName = null;
Then paste this
 
Code
 mfi = MFI(param1);
on the row after
 
Code
 case DivergenceMode.Custom:
- should be row 709.

Last paste this :
 
Code
divergenceDataHigh = mfi.Value;
divergenceDataLow = mfi.Value;
after
 
Code
 case DivergenceMode.Custom:
- should be on rows 764 and 765.

Then hit "compile" and if you dont get a error you are done. When you want to use MFI like a divergence indicator choose "Custom" and then in Parameter 1 the desired period (probably 14).

Hope this helps.


Thank you very much I will try it!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Futures True Range Report
The Elite Circle
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
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
GFIs1 1 DAX trade per day journal
18 thanks
  #1382 (permalink)
 icog 
Sofia Bulgaria
 
Experience: Intermediate
Platform: TradeStation
Broker: TradeStation
Trading: Everything
Posts: 194 since Oct 2016
Thanks Given: 391
Thanks Received: 181

Is it possible to disable the ABC pattern? I only want to use the indicator like a divergence indicator between the swings lows/highs.

Reply With Quote
  #1383 (permalink)
 pepbosch 
Madrid - Spain
 
Experience: Intermediate
Platform: NinjaTrader
Broker: CONTINUUM
Trading: ES, Currency Futures, Forex, oil, gold, EUR/USD, Stocks
Posts: 315 since Jun 2014
Thanks Given: 412
Thanks Received: 132



icog View Post
Is it possible to disable the ABC pattern? I only want to use the indicator like a divergence indicator between the swings lows/highs.

yes, see the pics.

Attached Thumbnails
Click image for larger version

Name:	abc 1.jpg
Views:	190
Size:	125.5 KB
ID:	223821   Click image for larger version

Name:	abc 2.jpg
Views:	188
Size:	126.2 KB
ID:	223822  
Follow me on Twitter Reply With Quote
Thanked by:
  #1384 (permalink)
 S trader 
Mediterranean
 
Experience: Beginner
Platform: NT
Trading: various
Posts: 89 since Oct 2015
Thanks Given: 2,049
Thanks Received: 129


icog View Post
Is it possible to disable the ABC pattern? I only want to use the indicator like a divergence indicator between the swings lows/highs.

Just change ABC pattern to False

Attached Thumbnails
Click image for larger version

Name:	abc.PNG
Views:	145
Size:	8.7 KB
ID:	223823  
Reply With Quote
Thanked by:
  #1385 (permalink)
 pepbosch 
Madrid - Spain
 
Experience: Intermediate
Platform: NinjaTrader
Broker: CONTINUUM
Trading: ES, Currency Futures, Forex, oil, gold, EUR/USD, Stocks
Posts: 315 since Jun 2014
Thanks Given: 412
Thanks Received: 132


dorschden View Post
I'll fix this over the weekend and will send Mike a new version to upload. I'll also upload the sound files once more.

first of all, Thanks for you fantastic indicator, really complex. I have a doubt though, I can not get the divergence signals unless I have the fibonacci extensions active. Do I do any thing wrong? or is it a bug? I am talking about last NT8 version of course.
thanks
Pep

Follow me on Twitter Reply With Quote
Thanked by:
  #1386 (permalink)
 icog 
Sofia Bulgaria
 
Experience: Intermediate
Platform: TradeStation
Broker: TradeStation
Trading: Everything
Posts: 194 since Oct 2016
Thanks Given: 391
Thanks Received: 181


pepbosch View Post
first of all, Thanks for you fantastic indicator, really complex. I have a doubt though, I can not get the divergence signals unless I have the fibonacci extensions active. Do I do any thing wrong? or is it a bug? I am talking about last NT8 version of course.
thanks
Pep

I also have the same problem but only on some time frames. The "Normal" swing will not show unles fibo extensions are enabled. Meanwhile Gann swing has no problem. Here is the error from my log:

Indicator 'PriceActionSwingPro': Error on calling 'OnBarUpdate' method on bar 27: You are accessing an index with a value that is invalid since it is out-of-range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.

Hope that this helps.

Reply With Quote
Thanked by:
  #1387 (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


pepbosch View Post
first of all, Thanks for you fantastic indicator, really complex. I have a doubt though, I can not get the divergence signals unless I have the fibonacci extensions active. Do I do any thing wrong? or is it a bug? I am talking about last NT8 version of course.
thanks
Pep


icog View Post
I also have the same problem but only on some time frames. The "Normal" swing will not show unles fibo extensions are enabled. Meanwhile Gann swing has no problem. Here is the error from my log:

Indicator 'PriceActionSwingPro': Error on calling 'OnBarUpdate' method on bar 27: You are accessing an index with a value that is invalid since it is out-of-range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.

Hope that this helps.

if you would increase the "days to load", or decrease the divergence parameter 2, it should also work. looks like there're not enough bars to do the calculations. but don't understand why it's working with the extensions.

Reply With Quote
Thanked by:
  #1388 (permalink)
 icog 
Sofia Bulgaria
 
Experience: Intermediate
Platform: TradeStation
Broker: TradeStation
Trading: Everything
Posts: 194 since Oct 2016
Thanks Given: 391
Thanks Received: 181


Silvester17 View Post
if you would increase the "days to load", or decrease the divergence parameter 2, it should also work. looks like there're not enough bars to do the calculations. but don't understand why it's working with the extensions.

Now this is strange! I am using custom divergency indicator, which has only one parameter - MFI. So the second parameter should not make sense, right? However it does. When i try to decrease it i still get error in the log with different bar number for each different setting. Now i put 99 for parameter 2 and it works just fine.

edit: my days to load are 730, this is daily chart. On 144 tick chart, when i have only 3 days loaded there is no problem at all.

Reply With Quote
  #1389 (permalink)
Sakk
Melbourne
 
Posts: 7 since Apr 2014
Thanks Given: 0
Thanks Received: 1


Sakk View Post
Hi ,

As this is my first post I can't send a PM until I make 5 posts.

This post is to dorschden,

I wanted to know whether you do any programming for a fee?

I use your PriceAction Swing indicator and want a relatively simple modification.

If you do program, could you PM me please.

Thank you
Sakk

I realise I didn't use the mention function. This post is for @dorschden

Wanted to know if you would consider adding a mod to the swing indicator for a fee? As it was created by you and it has been offered free, I feel obliged to offer you the opportunity first if you are interested.

Regards
Sakk

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



Sakk View Post
I realise I didn't use the mention function. This post is for @dorschden

Wanted to know if you would consider adding a mod to the swing indicator for a fee? As it was created by you and it has been offered free, I feel obliged to offer you the opportunity first if you are interested.

Regards
Sakk

@Sakk, perhaps if you state your simple modification someone will respond.

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