NexusFi: Find Your Edge


Home Menu

 





help needed: volume momentum indicator using gomi's framework


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one chipotlebop with 3 posts (0 thanks)
    2. looks_two Zondor with 1 posts (0 thanks)
    3. looks_3 ZTR with 1 posts (0 thanks)
    4. looks_4 beowulfit with 1 posts (0 thanks)
    1. trending_up 6,667 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 4 posts
    2. attach_file 1 attachments




 
Search this Thread

help needed: volume momentum indicator using gomi's framework

  #1 (permalink)
 
chipotlebop's Avatar
 chipotlebop 
Pleasant Hill, CA
 
Experience: Intermediate
Platform: Tradestation
Broker: Tradestation
Trading: CL, RB, HO, YG, YI, EMD, US
Posts: 252 since Jan 2010
Thanks Given: 369
Thanks Received: 331

Can anyone help cunparis out with this volume momentum indicator using gomi's framework?


Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Exit Strategy
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Tao te Trade: way of the WLD
21 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #2 (permalink)
 
chipotlebop's Avatar
 chipotlebop 
Pleasant Hill, CA
 
Experience: Intermediate
Platform: Tradestation
Broker: Tradestation
Trading: CL, RB, HO, YG, YI, EMD, US
Posts: 252 since Jan 2010
Thanks Given: 369
Thanks Received: 331

I cut/pasted his post:

"Volume breakdown indicator, my favorite is delta momentum which sums up the delta as long as it's on the same side. I wrote a version for tradestation so if someone can write this for ninja using the GOM framework I would appreciate it. It's pretty simple really:

Code:
Inputs: Period(1);
Variables: UptickMom(0), myColor(Green);

Value1 = Upticks - Downticks;

if UptickMom[1] >= 0 then begin
UptickMom = IFF(Value1 > 0, UptickMom[1] + Value1, Value1);
end;
if UptickMom[1] < 0 then begin
UptickMom = IFF(Value1 < 0, UptickMom[1] + Value1, Value1);
end;

Value2 = Average(UptickMom, Period);

myColor = Green;
if Value2 < 0 then
myColor = Red;

Plot1(Value2, "UpMom", myColor);

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #3 (permalink)
 
Zondor's Avatar
 Zondor 
Portland Oregon, United States
 
Experience: Beginner
Platform: NinjatraderŽ
Broker: CQG, Kinetick
Trading: Gameplay KlownbineŽ Trading of Globex
Posts: 1,333 since Jul 2009
Thanks Given: 1,246
Thanks Received: 2,731


Let me know if this is what you are looking for.

Attached Thumbnails
Click image for larger version

Name:	CL 07-10 G39 May 24.jpg
Views:	802
Size:	97.5 KB
ID:	14169  
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
 
chipotlebop's Avatar
 chipotlebop 
Pleasant Hill, CA
 
Experience: Intermediate
Platform: Tradestation
Broker: Tradestation
Trading: CL, RB, HO, YG, YI, EMD, US
Posts: 252 since Jan 2010
Thanks Given: 369
Thanks Received: 331


Zondor View Post
Let me know if this is what you are looking for.


Yes, and thank you and Ztrade for the Ladder mod.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #5 (permalink)
beowulfit
Prague, Czech republic, Europe
 
Posts: 3 since Sep 2010
Thanks Given: 0
Thanks Received: 1

Very interesting. Thanks

Reply With Quote




Last Updated on October 18, 2010


© 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