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

  #1461 (permalink)
 options 
toronto
 
Experience: Advanced
Platform: TOS
Trading: options
Posts: 64 since Mar 2013
Thanks Given: 55
Thanks Received: 57

Does any body try to test ABC pattern with Bloodhound . Looks like they dont communicate well with each other , wonder why ??
I did try different solvers no luck , any ideas /??

Attached Thumbnails
Click image for larger version

Name:	Screenshot (168).png
Views:	244
Size:	162.6 KB
ID:	231654  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
Futures True Range Report
The Elite Circle
Are there any eval firms that allow you to sink to your …
Traders Hideout
Better Renko Gaps
The Elite Circle
Exit Strategy
NinjaTrader
 
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
36 thanks
NexusFi site changelog and issues/problem reporting
25 thanks
GFIs1 1 DAX trade per day journal
19 thanks
The Program
18 thanks
  #1462 (permalink)
 mercyj 
Ellicott City
 
Experience: Intermediate
Platform: ninja trader
Trading: es treasuries
Posts: 14 since Jan 2017
Thanks Given: 1
Thanks Received: 0

does anyone know how to change the volume text color for each swing.There is a setting for everything but this in the indicator controls.

Attached Thumbnails
Click image for larger version

Name:	swing volume.JPG
Views:	164
Size:	34.3 KB
ID:	231746  
Reply With Quote
  #1463 (permalink)
 
wilson619's Avatar
 wilson619 
San Diego, CA
 
Experience: None
Platform: NT8
Trading: Futures
Posts: 83 since Jun 2010
Thanks Given: 208
Thanks Received: 71


I'm using the PAS indicator with minimal settings, however I need to offset the basic swing dots (Here I've changed them to triangles as shown) like the other plot offsets such as labels, price, etc. Can anyone help with this. Thanks in advance.

Wilson

Attached Thumbnails
Click image for larger version

Name:	2017-04-10_19-14-58.png
Views:	178
Size:	84.3 KB
ID:	231756  
Reply With Quote
  #1464 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


wilson619 View Post
I'm using the PAS indicator with minimal settings, however I need to offset the basic swing dots (Here I've changed them to triangles as shown) like the other plot offsets such as labels, price, etc. Can anyone help with this. Thanks in advance.

Wilson

the offset feature is reserved for labels, so one way to hack it is to change all labels into dots then you can offset them.
a) go to \Documents\NinjaTrader 7\bin\Custom\Indicator
b) edit PriceActionSwingBase.cs
c) search for;
...

string swingLabel = null;
Color textColor = Color.Transparent;
switch (swingLow.CurRelation)
{
case 1:
swingLabel = "HL";
textColor = swingProp.TextColorHigherLow;
break;
case -1:
swingLabel = "LL";
textColor = swingProp.TextColorLowerLow;
break;
case 0:
swingLabel = "DB";
textColor = swingProp.TextColorDoubleBottom;
break;
}

....
string swingLabel = null;
Color textColor = Color.Transparent;
switch (swingHigh.CurRelation)
{
case 1:
swingLabel = "HH";
textColor = swingProp.TextColorHigherHigh;
break;
case -1:
swingLabel = "LH";
textColor = swingProp.TextColorLowerHigh;
break;
case 0:
swingLabel = "DT";
textColor = swingProp.TextColorDoubleTop;
break;
}

d) change all labels to dot, exmp: ""HH" to ""."", "DT" to ".", etc..
e)save and recompile.

not something I recommend but if you insist...

Reply With Quote
Thanked by:
  #1465 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


mercyj View Post
does anyone know how to change the volume text color for each swing.There is a setting for everything but this in the indicator controls.

the color is coming from other label color, to test just set all text label color to one color or 2 colors only.

Reply With Quote
  #1466 (permalink)
 mercyj 
Ellicott City
 
Experience: Intermediate
Platform: ninja trader
Trading: es treasuries
Posts: 14 since Jan 2017
Thanks Given: 1
Thanks Received: 0


cory View Post
the color is coming from other label color, to test just set all text label color to one color or 2 colors only.

thanks, but i changed the colors of everything to a single color red and it doesn't fix the blue text for the volume color. nothing changed see image. and i don't see any setting for other label color as you described. where is the setting for what you described?

Attached Thumbnails
Click image for larger version

Name:	swing volume 2.JPG
Views:	159
Size:	40.4 KB
ID:	231808  
Reply With Quote
  #1467 (permalink)
 S trader 
Mediterranean
 
Experience: Beginner
Platform: NT
Trading: various
Posts: 89 since Oct 2015
Thanks Given: 2,049
Thanks Received: 129


mercyj View Post
thanks, but i changed the colors of everything to a single color red and it doesn't fix the blue text for the volume color. nothing changed see image. and i don't see any setting for other label color as you described. where is the setting for what you described?

NT7 or 8?

Reply With Quote
  #1468 (permalink)
 mercyj 
Ellicott City
 
Experience: Intermediate
Platform: ninja trader
Trading: es treasuries
Posts: 14 since Jan 2017
Thanks Given: 1
Thanks Received: 0

Nt7


Sent from my iPhone using futures.io

Reply With Quote
  #1469 (permalink)
 S trader 
Mediterranean
 
Experience: Beginner
Platform: NT
Trading: various
Posts: 89 since Oct 2015
Thanks Given: 2,049
Thanks Received: 129


mercyj View Post
Nt7

Did you try to remove indicator and install it again?

Reply With Quote
  #1470 (permalink)
 
wilson619's Avatar
 wilson619 
San Diego, CA
 
Experience: None
Platform: NT8
Trading: Futures
Posts: 83 since Jun 2010
Thanks Given: 208
Thanks Received: 71


Thanks Cory, that's exactly what I was looking for!

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