StockFetcher Forums · Stock Picks and Trading · Picks and Pans Since Jan 2020<< 1 ... 25 26 27 28 29 >>Post Follow-up
sandjco
648 posts
msg #153708
Ignore sandjco
8/23/2020 2:28:50 PM

@ron22..much admiration! I hope to get there one day (sooner than later!).

All the best!

Mactheriverrat
3,135 posts
msg #153709
Ignore Mactheriverrat
8/23/2020 6:20:27 PM

@sandjco

/* Trading Engine */

Nice code !
Have to keep that in my arsenal.

sandjco
648 posts
msg #153710
Ignore sandjco
8/23/2020 6:47:12 PM

@Mac
You are welcome Mac! Glad I could give back something that is useful! ;=P



sandjco
648 posts
msg #153856
Ignore sandjco
9/1/2020 10:36:23 AM

The perfect closure of some sorts!


Earnings was yesterday EOD.

Did i play earnings? ;=P

To my kids: not necessarily a "have to" find the next great penny stock. Insanely priced options (theoretically wise) at even over 150% IV OTM say Sep 4 390C day before trading at 2.50 can SOMETIMES have a crazy way of working out.

I've amended my filter and eliminated the possible bias of what should be a "buy" or "sell" (now that it shouldn't really matter to me as I can play up or down). I need to always set my mind "free". Of course, this may be a crazy thing to do...but, Ive always said...I need to find "me".

As always...trying to learn from those who are thoughtful and kind enough to share! From xarlor's post:

8/22/2020 12:11:35 PM
Many traders feel that price and volume are all that matter because indicators are lagging. This is a common misconception...


Fetcher[
chart-time is 6 months

/* Define the market */
optionable
market is not AMEX
market is not OTCBB
volume > 500000

/* Indicators */
draw rsi(2) line at 20

/* Trading Engine */
set{buy, count(EMA(5) crossed above EMA(13),1)}
set{sell, count(EMA(5) crossed below EMA(13),1)}
set{watch, buy + sell}
watch > 0

/* Position sizing */
set{atrx2, atr(20) * 2}

SET{STB, 500/atrx2}
set{SIZE, close * STB}
set{sTP, close - ATRx2}

add column separator
add column STB {shares to buy}
add column stp {stop loss}
add column SIZE{trade size}
add column separator

/* Guppies */
draw ema(3)
draw ema(4)
draw ema(5)
draw ema(6)
draw ema(7)
draw ema(8)
draw ema(9)
draw ema(10)
draw ema(11)
draw ema(12)
draw ema(13)
draw ema(14)
draw ema(15)

draw ema(30)
draw ema(31)
draw ema(32)
draw ema(33)
draw ema(34)
draw ema(35)
draw ema(36)
draw ema(37)
draw ema(38)
draw ema(39)
draw ema(40)
draw ema(41)
draw ema(42)
draw ema(43)
draw ema(44)
draw ema(45)
draw ema(46)
draw ema(47)
draw ema(48)
draw ema(49)
draw ema(50)
]



Good luck all!


StockFetcher Forums · Stock Picks and Trading · Picks and Pans Since Jan 2020<< 1 ... 25 26 27 28 29 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


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


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.