StockFetcher Forums · Filter Exchange · magical buy and sell arrows | << 1 2 3 >>Post Follow-up |
jesus1968 9 posts msg #111899 - Ignore jesus1968 |
2/28/2013 9:18:06 PM Hola Karenma yo no soy Roper . Nice to meet you all thanks for your tips. |
optionplayer333 801 posts msg #111905 - Ignore optionplayer333 |
3/1/2013 12:08:59 AM formula for 5-10-15-20-30-60-120-240--minutes 1day 1 week 1month to use on market watch screen for what ever stocks etf s you want to follow it is color coded yellow 60-90 red 90-100 0-10 green> so to catch a falling knife you will see everything turn green usually up 5 min thru 1 day and sometime weekly too> your buy signal is when everything up to 60-120 turns yrllow meaning going >60 on the rsi 2> once you start seeong yellow at 5>30 minutes you then can look at a macd 2 3 1 10-30 minutes for a big pos divergence and you can use up thru the 0 line as a buy signal> i also have those programed on the TOS Marketwatch screen up to 60 minutes> they are red below the 0 line and green above the o line> def will = round(RSIWilder(length = 2, over_Bought = 90, over_Sold = 10)); plot result = will; assignBackgroundColor(if will>95 then color.dark_red else if will>90 then color.dark_red else if will>60 then createcolor(255,255,153) else if will>10 then color.black else if will>5 then color.dark_green else if will<=5 then color.dark_green else color.current); result.assignValueColor(if will>95 then color.white else if will>90 then color.current else if will>60 then color.blue else if will>10 then color.gray else if will>5 then color.current else if will<=5 then color.white else color.gray); if anyone would like an e book with all the above and how to use it>you can email saying you are from here and I will send you a copy free plus how to play after earnings for big gains using options example 1-24 nflxat 142 consolidating. buy the weekly 155 and 160 calls that exp the next day for 0.22 and 0.10>reason because the implied move calculated out to 165 by friday close> it closed at 172 so we had 155c>0.22 to 17$ and 160c>0.10 to 12$( this would of turned every 1k$ into 120k$ in 1 day?>this wroks very well on knock down stock too like ddd last week 38-29.50(you can check on advfn.com under either the monitor or the trades to see the live buy and sell volume> so ddd drop to ,30$ comes back up to 30.50 and stays there awile>5 minute macd 2 3 1 become pos got the 35 march calls for 0.15>sold them 2 hours later fwhile ddd above 36$ for 1.40% same thing happend on grpn otday hit a low of 4.20 and at 4.33 gave the buy signal for the weekly 4.5 calls> when it hit .4.85 gave the sell signal > weekly 4.5 call 0.12 to 0.55 and you want to down load the on the market watch screen 1. profit indicator> round (( AverageTrueRange(10) / Average(CLOSE, 10) * 100), 2) 2. volume spike> Round("number" = Volume / Average(Volume, length = 50) * 100) 3. % stock is relative to its trading range input HiPct = 0.90; input LoPct = 0.10; def diffclose = close[1] - close; def diffH = high - close; def diffTotal = high - low; def Range = 1 - (diffH / diffTotal); AddLabel(yes,asPercent(round(Range,2))); AssignBackgroundColor(if Range >= HiPct then color.dark_green else if Range <= LoPct then color.dark_RED else color.current); 4. macd 2 3 1 above and below the 0 line def macd321=MACD(3,2); plot result = round( macd321); assignBackgroundColor(if macd321 >0 then color.dark_red else if macd321 < 0 then color.dark_green else color.current); now you have the closest thing to the holy grail ever you will never need to do any fundamnetal analysis ever> on the marketwatch thing under publis> it shows everything that is traded let say you want to check the spy500. click on the 1day rsi2 and you will have the strongest stocks and they will be red> click again and you will have the weakest stock near thier bottom and they willl be green 1. use 1 day for short term 2. use week for intermediate term 3. us 1 month for long term and you can use the profit indicator to tell which stock to trade>the higher it's value the faster it will move up and down> 5.5 would mean it has average 5.5% movement for the last 10 days this is very handy using the spy as a buy and sell indicator> using the double and triple short and long etfs it is very easy to in your retirement account to make >300% a year> i have made > 500% several time just trading the match long and short etfs that move the fastest right now they are uvxy when the spy goes down and xiv when it goes up> other sets that are very good to use are soxl and soxs and edc and edx and tna and tza just to show you how you would of done in your 401k the last 2 weeks(your in one of them with half your account 24/7) lets say you had a 100k account 1. 2-19(uvxy@9.00 50/5555 shares 2. sell at 11.25 on 2-21 5555 x 11.25=62.222$ buy 50k$ of the xiv @20.75 50k$/20.75=2410 shares 3. sell xiv on 2-25 @23.40 x 2410=56394$ buy 62k$ of uvxy@9.00$= 6889 shares 4. on 2-26 sell 6889@14.20=97824$ buy 56k$ of xiv at 18.10=3093 shares 5.2-28 sell xix at 21$ x 64972$ for a total 65k +98k=163k>or a 63% gain in 4 trades in 8 days> it is ashame that you have to wait 3 days for your money to clear when you sell> if this had been a margin account> uvxy>26% uvxy>58% xiv.13% xiv>16% or 116 x 113=131x126=155x 158=245k$ or a 145% gain svxy is the sister to uvxy> but it only seems to move less than 50% of what uvxy does> all the other matched pairs( drn-drv .edc-edz> rusl -russ erx-ery fas-faz soxl-soxs tna-tza sso-sds qld-qid eqqq-sqqq vxx-xiv all move the same % up and down on every day) |
manumoneya 41 posts msg #111908 - Ignore manumoneya modified |
3/1/2013 2:26:39 AM Can anybody provide the stockfetcher code for the above code please... Can you please send me the e books if possible at manumoneya@yahoo.com Thanks Optionplayer333 |
vinci 13 posts msg #111972 - Ignore vinci modified |
3/1/2013 12:47:43 PM Thanks Optionplayer333. Please tell us how to insert your profit indicator to the TOS Marketwatch. Getting an "error message" when I try the code you gave. |
optionplayer333 801 posts msg #111999 - Ignore optionplayer333 |
3/1/2013 4:43:41 PM right click on last in the marketwatch screen>then left click under available items on one of the 20 blank white scrolls> copy and paste the profit indicator into the open box under thinkscript editor and name it and use 1 day>click okay> for macd 2 3 1> rsi2 and vol spike you do the same thing 1day for volspk 1min to 1 month for macd and rsi 2 |
jesus1968 9 posts msg #112001 - Ignore jesus1968 |
3/1/2013 5:56:52 PM Mr Option Player 33 i would like to obtain a copy of your E Book my email is mr-benavides@att.net i appreciate your Advice. Thank You from the stockFetch Forum. |
novice07054 26 posts msg #112003 - Ignore novice07054 |
3/1/2013 10:57:38 PM I would like to get the ebook as well. Email is novice07054@gmail.com. Thank you. |
Rock Sexton 111 posts msg #112012 - Ignore Rock Sexton |
3/2/2013 7:11:08 PM Hahah the noobs still believing in this stuff? |
vinci 13 posts msg #112068 - Ignore vinci |
3/5/2013 1:41:11 PM Asking for INFO is different from BELIEVING. |
klynn55 747 posts msg #112076 - Ignore klynn55 |
3/6/2013 6:26:44 AM Call mary , option what you will , but he is not a thief! |
StockFetcher Forums · Filter Exchange · magical buy and sell arrows | << 1 2 3 >>Post Follow-up |
Copyright 2022 - Vestyl Software L.L.C.•Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data
Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus