NexusFi: Find Your Edge


Home Menu

 





Weekly Option Trader


Discussion in Trading Journals

Updated
      Top Posters
    1. looks_one Vikings1 with 178 posts (397 thanks)
    2. looks_two Gisfor with 12 posts (3 thanks)
    3. looks_3 Cloudy with 10 posts (8 thanks)
    4. looks_4 Big Mike with 8 posts (15 thanks)
      Best Posters
    1. looks_one theoptionguru with 3.5 thanks per post
    2. looks_two Vikings1 with 2.2 thanks per post
    3. looks_3 Big Mike with 1.9 thanks per post
    4. looks_4 Cloudy with 0.8 thanks per post
    1. trending_up 59,428 views
    2. thumb_up 482 thanks given
    3. group 56 followers
    1. forum 271 posts
    2. attach_file 544 attachments




Closed Thread
 
Search this Thread

Weekly Option Trader

  #61 (permalink)
Gisfor
chicago il USA
 
Posts: 19 since Apr 2012
Thanks Given: 9
Thanks Received: 11

Vik.......
sorry i spelled the name of the indicator wrong......

here is a link to what its all about......
Kairi Relative Index: The Forgotten Oscillator

i also am gonna look at the Laqeuure rsi ......

so thank you......


declare lower;

input price = close;
input length = 12;

def avg = Average(price, length);

plot KRI = ((price - avg) / avg) * 100;

plot Mid = 0;
Mid.SetDefaultColor(Color.LIGHT_GRAY);

KRI.AssignValueColor(if KRI > Mid then if KRI > KRI[1] then Color.Green else Color.Dark_Green else if KRI < KRI[1] then Color.Red else Color.Yellow);

KRI.SetLineWeight(2);

Thanked by:

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
Quant vue
Trading Reviews and Vendors
NexusFi Journal Challenge - May 2024
Feedback and Announcements
 
  #62 (permalink)
Gisfor
chicago il USA
 
Posts: 19 since Apr 2012
Thanks Given: 9
Thanks Received: 11

Vik,

Quick question for you......
I noticed your labels.....
I too use labels......
Are you using strictly ADX or combination/formula of DI and ADX to determine strength????

I use both DI and ADX in combination for my tags.....

I really would love to compare or share what i have with you......

anyhow....
not sure if this forum allows me to contact you personally for chatting......
I do have AIM......

Attached Thumbnails
Click image for larger version

Name:	TRADE.PNG
Views:	214
Size:	49.9 KB
ID:	72090   Click image for larger version

Name:	trade1.PNG
Views:	186
Size:	5.5 KB
ID:	72091  
  #63 (permalink)
 Cloudy 
desert CA
 
Experience: Intermediate
Platform: NT7, various
Broker: various, TDA
Trading: NQ,ES
Posts: 2,124 since Jul 2011
Thanks Given: 2,396
Thanks Received: 1,748


Thanks for the TOS code for dual Laguerre RSI viking. I already had it on my platforms, but hadn't thought about two of them at once with different gammas. Interesting you have the buy/sell one at .75 gamma. Most others using it I've seen have the gamma at .40 or .64

Here's ThatManFromTexas' "SchaffRmiLaguerrebyTMFT" indicator modified to show the two Laguerre's at .50 and .75 for NT7.
(It has the same code as the TOS one for laguerre RSI.)

The original at:


Also, Viking, you said you use previous day or weekly fibonacci for your premarket analysis? Do you also use some form of market or volume profile? Thanks.

Attached Thumbnails
Click image for larger version

Name:	screencap.JPG
Views:	351
Size:	124.7 KB
ID:	72132  
Attached Files
Elite Membership required to download: laguerreRSI2.zip
Visit my NexusFi Trade Journal
Thanked by:
  #64 (permalink)
 
Vikings1's Avatar
 Vikings1 
Minneapolis, MN, USA
 
Experience: Master
Platform: ninjatrader, TOS
Trading: Weekly Options
Posts: 188 since Sep 2011
Thanks Given: 26
Thanks Received: 418

So much for a quiet Tuesday, 20 points total on the ES, still in the short.
Two doubles on AAPL off of very sweet set-ups.
AMZN was very choppy today and it chopped me up twice today, but they were small losses.
Almost a double on BIDU, right out of the blocks.
GOOG, much like AAPL gave me a very nice double.
Last play was in NFLX, nearly a double too...

“If your actions inspire others to dream more, learn more, do more and become more, you are a leader.”

John Quincy Adams








Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
  #65 (permalink)
 
Vikings1's Avatar
 Vikings1 
Minneapolis, MN, USA
 
Experience: Master
Platform: ninjatrader, TOS
Trading: Weekly Options
Posts: 188 since Sep 2011
Thanks Given: 26
Thanks Received: 418


Cloudy View Post
Thanks for the TOS code for dual Laguerre RSI viking. I already had it on my platforms, but hadn't thought about two of them at once with different gammas. Interesting you have the buy/sell one at .75 gamma. Most others using it I've seen have the gamma at .40 or .64

Here's ThatManFromTexas' "SchaffRmiLaguerrebyTMFT" indicator modified to show the two Laguerre's at .50 and .75 for NT7.
(It has the same code as the TOS one for laguerre RSI.)

The original at:


Also, Viking, you said you use previous day or weekly fibonacci for your premarket analysis? Do you also use some form of market or volume profile? Thanks.

Hi Cloudy,

Laquerre looks good on your charts. I only you the past MONTH Fibs on my charts, no other FIBS. Piovts and my other indicators work better, IMO, too much noise and information with all the other Fibs.

I am working on getting some of my code recoded for my Ninja platform, as I use Ninja for all my futures trading.

V

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
Thanked by:
  #66 (permalink)
 
Vikings1's Avatar
 Vikings1 
Minneapolis, MN, USA
 
Experience: Master
Platform: ninjatrader, TOS
Trading: Weekly Options
Posts: 188 since Sep 2011
Thanks Given: 26
Thanks Received: 418


Gisfor View Post
Vik,

Quick question for you......
I noticed your labels.....
I too use labels......
Are you using strictly ADX or combination/formula of DI and ADX to determine strength????

I use both DI and ADX in combination for my tags.....

I really would love to compare or share what i have with you......

anyhow....
not sure if this forum allows me to contact you personally for chatting......
I do have AIM......

Hi Gisfor,

Actually my ADX indicator is a combination of the DI & ADX and it works VERY well too. I think you can send private e-mails.

V

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
Thanked by:
  #67 (permalink)
Gisfor
chicago il USA
 
Posts: 19 since Apr 2012
Thanks Given: 9
Thanks Received: 11

Vik.....
nice job cleaning up today even with /tf and /nq dropping......../es half way.......

SPY 141 call AM had a very nice move.....

thanks for posting your charts......
nice to see things from a different perspective......
i am not looking to change my system......
i like to call it fine tuning........

reason i asked abut ADX and DI......
is i have several several separate ADX indicators i tried with no success.....

not sure how i can send you a personal email with scripts for comparison......

anyhow.......
I have some indicators that may be of some interest to you...
however i cant post them.......
really not sure how to chat in private within the forum.......
its not that i dont want to help or share.......
just i have many indicators that many people have worked on ......
and i dont think it would be proper to just post them on a public forum......
i did and comparison as to timeframe and range charts......
i post if u care to look at....also watching the LaQuerre RSI

anyhow....

GL tomorrow

Attached Thumbnails
Click image for larger version

Name:	spy141.PNG
Views:	248
Size:	237.7 KB
ID:	72162  
Thanked by:
  #68 (permalink)
 
Vikings1's Avatar
 Vikings1 
Minneapolis, MN, USA
 
Experience: Master
Platform: ninjatrader, TOS
Trading: Weekly Options
Posts: 188 since Sep 2011
Thanks Given: 26
Thanks Received: 418

Wow, what a "slice and dice" day. Not one trade for a double and 5 other plays for either small gains to small losses. No runners today on any of my stocks. ES had a slow grind up today, kind of surprising after all that great news on jobs & manufacturing, just remember CNBC's comment "Fortress USA"... LOL!!!

Feels like I ran a marathon today.... Getting very conjested up here, something is going to pop.

 
Code





Attached Thumbnails
Click image for larger version

Name:	PCLN-2012-05-02.jpg
Views:	171
Size:	183.2 KB
ID:	72299  
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
Thanked by:
  #69 (permalink)
Gisfor
chicago il USA
 
Posts: 19 since Apr 2012
Thanks Given: 9
Thanks Received: 11

Hi Vik,

I am wondering if you can share the script in TOS for the bubbles on the chart for the M + C and the color changes to them......
I cant find how to do that......

I am just looking for the code to plot them.........
NOT your formula......


Your help would be greatly appreciated........
PLEASE!!!!!!!

THANKS AGAIN......
for posting your charts .......
gives me some ideas for my system.......

also wondering if you looked at the Kairi indicator i posted in comparison to yours.....?????

  #70 (permalink)
Gisfor
chicago il USA
 
Posts: 19 since Apr 2012
Thanks Given: 9
Thanks Received: 11


i got it Vik.......

friends helped me out with the bubble situation....


Closed Thread



Last Updated on December 18, 2012


© 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