NexusFi: Find Your Edge


Home Menu

 





Laguerre indicator


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Quick Summary with 1 posts (0 thanks)
    2. looks_two redratsal with 1 posts (1 thanks)
    3. looks_3 marcelo_s with 1 posts (0 thanks)
    4. looks_4 fluxsmith with 1 posts (1 thanks)
    1. trending_up 6,391 views
    2. thumb_up 2 thanks given
    3. group 4 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

Laguerre indicator

  #1 (permalink)
 TradewithMoe 
Montreal, Quebec, Canada
 
Posts: 2 since Feb 2011

Does this ind exists on this forum..anyone know about it, can we download from this forum?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
Quant vue
Trading Reviews and Vendors
How to apply profiles
Traders Hideout
Better Renko Gaps
The Elite Circle
ZombieSqueeze
Platforms and Indicators
 
  #3 (permalink)
 
redratsal's Avatar
 redratsal 
Milan (I)
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick
Trading: FDAX,6E,CL,YM,NQ,ES
Posts: 1,648 since Oct 2010
Thanks Given: 1,215
Thanks Received: 2,090



TradewithMoe View Post
Does this ind exists on this forum..anyone know about it, can we download from this forum?


You can use the search button "laguerre"

Non Elite



Elite



more on search attachments "lagu"

https://nexusfi.com/search/attachments/

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322


TradewithMoe View Post
Does this ind exists on this forum..anyone know about it, can we download from this forum?


Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #5 (permalink)
 marcelo_s 
BUENOS AIRES
 
Experience: Intermediate
Platform: ninja
Broker: AMP
Trading: ES
Posts: 34 since Nov 2009
Thanks Given: 0
Thanks Received: 13


fluxsmith View Post

Anybody can help to write LaguerreRSI as per the following code from TradeStation into NT7

nputs: gamma(.5);
Vars: L0(0), L1(0), L2(0), L3(0), CU(0), CD(0), RSI(0);
L0 = (1 - gamma)*Close + gamma*L0[1];
L1 = - gamma *L0 + L0[1] + gamma *L1[1];
L2 = - gamma *L1 + L1[1] + gamma *L2[1];
L3 = - gamma *L2 + L2[1] + gamma *L3[1];
CU = 0;
CD = 0;
If L0 >= L1 then CU = L0 - L1 Else CD = L1 - L0;
If L1 >= L2 then CU = CU + L1 - L2 Else CD = CD + L2-L1;
If L2 >= L3 then CU = CU + L2 - L3 Else CD = CD + L3-L2;
If CU + CD <> 0 then RSI = CU / (CU + CD);
Plot1(RSI, "RSI");
Plot2(.8);
Plot3(.2);
Plot4(RSI, "RSI");
plot5(.5);

Reply With Quote




Last Updated on August 8, 2011


© 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