StockFetcher Forums · Filter Exchange · Help translating Trade station Code<< >>Post Follow-up
morsan
27 posts
msg #51881
Ignore morsan
5/30/2007 4:41:59 PM

Can some kind soul please help me translate these two Tradestation codes to stockfetcher codes. They are applicable to IBD200 according to Pradeep Bonde stockbee.blogspot.com

65 Days Weakness Plus Breakout
(100 * (C1 - C66) / C66) < 10 AND ( 100 * (C - C1) / C1) >= 4 AND V >= 1000 AND V > V1

21 Days Weakness Plus Breakout
(100 * (C1 - C22) / C22) < 10 AND ( 100 * (C - C1) / C1) >= 4 AND V >= 1000 AND V > V1


Many Thanks
/Morsan



SAFeTRADE
630 posts
msg #51883
Ignore SAFeTRADE
5/30/2007 7:32:46 PM

Try this and use the example to code the 21 day filter.

Fetcher[
set{close66dif, close - close 66 days ago}
set{close66div, close66dif / 66}
set{close66val, close66div * 100}

set{close1dif, close - close 1 day ago}
set{close1div, close1dif / close 1 day ago}
set{close1val, close1div * 100}

close66val < 10
close1val > 4

volume > 100000
volume > volume 1 day ago

add column close 66 days ago{close66}
add column close66val

add column close 1 day ago{close1}
add column close1val

sort column 8 descending
]



morsan
27 posts
msg #51889
Ignore morsan
5/31/2007 6:32:40 AM

Most appreciated SAFeTrade! I'm going to try that!

Thanks
/Morsan

bkhurana43
103 posts
msg #52260
Ignore bkhurana43
6/16/2007 8:50:49 AM

Fellow Trader Morsan
Did you manage to get the Tradestation code working on StockFetcher? Why not post the details of your working filter for the benefit of the fellow traders on Stock Fetcher?

The feedback or the appreciation you will receive as a result of your posting would benefit you a lot.

Bob

StockFetcher Forums · Filter Exchange · Help translating Trade station Code<< >>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.