StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 96 97 98 99 100 ... 105 >>Post Follow-up
sciborg
1 posts
msg #105769
Ignore sciborg
4/1/2012 3:58:00 PM

Is there anyway to get the TRO Buy zone indicator for Ninjatrader ?

TheRumpledOne
6,529 posts
msg #106500
Ignore TheRumpledOne
6/1/2012 7:30:09 PM

Is everyone enjoying the current market?

TheRumpledOne
6,529 posts
msg #106501
Ignore TheRumpledOne
6/1/2012 7:30:52 PM

Q
Is there anyway to get the TRO Buy zone indicator for Ninjatrader ?


A
I think someone has coded it for Ninjatrader.



TheRumpledOne
6,529 posts
msg #107839
Ignore TheRumpledOne
modified
8/28/2012 8:12:07 PM

How to understand and use frequency distribution in your trading:



TheRumpledOne
6,529 posts
msg #108290
Ignore TheRumpledOne
10/5/2012 1:27:18 AM

EXPERTS ARE INFERIOR TO ALGORITHMS



TheRumpledOne
6,529 posts
msg #109161
Ignore TheRumpledOne
12/6/2012 5:29:47 PM

*** POP ***

mzabarain
7 posts
msg #109581
Ignore mzabarain
12/21/2012 8:12:56 PM

Hi StratiG,
Could You send to me the Ninja trader code for the MTC.

Thanks in advance.

mzabarain
7 posts
msg #109582
Ignore mzabarain
12/21/2012 8:16:10 PM

.... and of course, the e-mail is mzabarain@gmail.com.

Best regards.

TheRumpledOne
6,529 posts
msg #110985
Ignore TheRumpledOne
2/4/2013 4:08:36 PM

*POP*

TheRumpledOne
6,529 posts
msg #110988
Ignore TheRumpledOne
2/4/2013 4:47:37 PM

Fetcher[

/* 0.50 to 1.00 TRO MTC CHECKER */

set{ hiop, high - open }
set{ up50, count( hiop > .50, 100) }
set{ up100, count( hiop > 1.00, 100) }
set{ pct1, up100/ up50}
set{winpct, 100 * pct1 }
set{C1day, close 1 day ago}
set{GP, open-C1day}
set{Gfill, high-C1day}
set{FGL, count( Gfill > 0.05,100) }
set{GP2.00, count( GP < 2, 100) }
and add column separator

add column up50
add column up100
add column winpct
and add column separator
add column open

add column C1day
add column GP
add column Gfill
and add column separator
add column low
add column high
add column Day Point Range(20)
add column FGL
add column GP2.00
add column Day Range(20)

up50 > 79

sort column 7 descending
]



This should give you the latest COWS.

StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 96 97 98 99 100 ... 105 >>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.