StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 93 94 95 96 97 ... 105 >>Post Follow-up
TheRumpledOne
6,529 posts
msg #102845
Ignore TheRumpledOne
10/6/2011 12:36:38 PM

82 Tips For Successful Trading

http://tradingconceptsinc.com/trading-articles/82-statements-successful-trading-investing/

aziam
24 posts
msg #102846
Ignore aziam
10/6/2011 2:11:53 PM

82 Tips For Successful Trading

http://tradingconceptsinc.com/trading-articles/82-statements-successful-trading-investing/



I didn't read them all but number 82 probably covers it all ... with number 1 a close second.

stratiG
147 posts
msg #102847
Ignore stratiG
10/6/2011 4:00:30 PM

Only 82 tips, I'm sure he could of come up with another 18 and made it an even 100.

TheRumpledOne
6,529 posts
msg #103725
Ignore TheRumpledOne
modified
12/12/2011 8:50:07 AM

Fetcher[
/* TRO HOLO - SHORT CANDIDATES FILTER */

/* enter your Upper Limit criteria */
set{UpperLim , Open 34 day High}

/* enter your Lower Limit criteria */
set{LowerLim , Open 34 day Low}

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

/* enter your Upper Limit criteria */
set{UpperLim2 , Open 89 day High}

/* enter your Lower Limit criteria */
set{LowerLim2 , Open 89 day Low}

set{ Dynamic_Range1 , UpperLim2 - LowerLim2 }
set{PPDiff1, CLOSE minus LowerLim2}
set{PPDiv1, PPDiff1 / Dynamic_Range1}
set{BallOn89, PPDiv1 * 100}

set{victim, count(ballon above 100,1) + count(ballon89 above 100,1)}

set{volcnt, count(volume below 1000000,100)}


/* DISPLAY COLUMNS */

and add column separator

add column BallOn {BallOn34}
add column UpperLim
add column LowerLim

and add column separator

add column BallOn89 {BallOn89}
add column UpperLim2
add column LowerLim2

and add column separator

DRAW UpperLim ON PLOT price
DRAW LowerLim ON PLOT price

DRAW UpperLim2 ON PLOT price
DRAW LowerLim2 ON PLOT price

/* SELECTION CRITERIA */

victim above 1

volcnt below 1

stock is optionable

/* SORT CRITERIA */

SORT COLUMN 6 DESCENDING

]




HOLO = Highest Open, Lowest Open.

The TRO HOLO - SHORT CANDIDATES FILTER displays stocks that have closed above the highest open price over the last 34 and 89 days. Why 34 and 89? No reason in particular but they are Fib numbers. I may write version for the last 13, 26 and 52 weeks. The periods aren't really important.

We say price is up for the day when the price is ABOVE THE OPEN.

We say price is down for the day when the price is BELOW THE OPEN.

It stands to reason if price is above the highest open over the last X periods, then price is up.

It also stands to reason if price is below the lowest open over the last X periods, then price is down.

Therefore, entering a trade at the highest or lowest open price gives one the best opportunity to make money based on price direction.


Important Disclaimer:
Upon viewing, reading, utilizing, downloading, participation, attending, registration and/or purchase/attendance in/of ANYTHING, I hereby waive all claims against ANYBODY for any loss in trading or personal expense I incur related to but not limited to these materials/webinars/chat rooms/channels/seminars/newsletters and events.
I am aware and agree that these materials/webinars/chat rooms/channels/seminars/newsletters and events are provided/conducted for educational purposes only and Nothing provided is to be taken as trading advice.

IMPORTANT:
The risk of loss in online trading futures, options, cash currencies and other leveraged transaction products can be substantial. Therefore only "risk capital" should be used. Futures, options, cash currencies and other leveraged transaction products are not suitable investments for everyone. The valuation of futures, options, cash currencies and other leveraged transaction products may fluctuate and as a result clients may lose more than the amount originally invested and may also have to pay more later. Consider your financial condition before deciding to invest or online trade.

CFTC RULE 4.41
Hypothetical or simulated performance results have certain inherent limitations unlike actual performance record: simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or overcompensated of the impact, if any, of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No presentation is being made that any account will or is likely to achieve profits or losses similar to those predicted or shown.







TheRumpledOne
6,529 posts
msg #103726
Ignore TheRumpledOne
modified
12/12/2011 9:06:51 AM

Fetcher[
/* TRO HOLO - LONG CANDIDATES FILTER */

/* enter your Upper Limit criteria */
set{UpperLim , Open 34 day High}

/* enter your Lower Limit criteria */
set{LowerLim , Open 34 day Low}

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

/* enter your Upper Limit criteria */
set{UpperLim2 , Open 89 day High}

/* enter your Lower Limit criteria */
set{LowerLim2 , Open 89 day Low}

set{ Dynamic_Range1 , UpperLim2 - LowerLim2 }
set{PPDiff1, CLOSE minus LowerLim2}
set{PPDiv1, PPDiff1 / Dynamic_Range1}
set{BallOn89, PPDiv1 * 100}

set{victim, count(ballon below 0,1) + count(ballon89 below 0,1)}

set{volcnt, count(volume below 1000000,100)}


/* DISPLAY COLUMNS */

and add column separator

add column BallOn {BallOn34}
add column UpperLim
add column LowerLim

and add column separator

add column BallOn89 {BallOn89}
add column UpperLim2
add column LowerLim2

and add column separator

DRAW UpperLim ON PLOT price
DRAW LowerLim ON PLOT price

DRAW UpperLim2 ON PLOT price
DRAW LowerLim2 ON PLOT price

/* SELECTION CRITERIA */

victim above 1

volcnt below 1

stock is optionable

/* SORT CRITERIA */

SORT COLUMN 6 DESCENDING

]






Important Disclaimer:
Upon viewing, reading, utilizing, downloading, participation, attending, registration and/or purchase/attendance in/of ANYTHING, I hereby waive all claims against ANYBODY for any loss in trading or personal expense I incur related to but not limited to these materials/webinars/chat rooms/channels/seminars/newsletters and events.
I am aware and agree that these materials/webinars/chat rooms/channels/seminars/newsletters and events are provided/conducted for educational purposes only and Nothing provided is to be taken as trading advice.

IMPORTANT:
The risk of loss in online trading futures, options, cash currencies and other leveraged transaction products can be substantial. Therefore only "risk capital" should be used. Futures, options, cash currencies and other leveraged transaction products are not suitable investments for everyone. The valuation of futures, options, cash currencies and other leveraged transaction products may fluctuate and as a result clients may lose more than the amount originally invested and may also have to pay more later. Consider your financial condition before deciding to invest or online trade.

CFTC RULE 4.41
Hypothetical or simulated performance results have certain inherent limitations unlike actual performance record: simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or overcompensated of the impact, if any, of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No presentation is being made that any account will or is likely to achieve profits or losses similar to those predicted or shown.


TheRumpledOne
6,529 posts
msg #104167
Ignore TheRumpledOne
1/2/2012 5:17:31 PM

Happy New Year!

I decided to start posting my own videos:



Hope you like and will subscribe.

TheRumpledOne
6,529 posts
msg #104205
Ignore TheRumpledOne
modified
1/3/2012 5:41:35 PM






Eman93
4,750 posts
msg #104206
Ignore Eman93
1/3/2012 7:38:56 PM

Nice TRO

TheRumpledOne
6,529 posts
msg #104226
Ignore TheRumpledOne
1/5/2012 1:22:38 AM

Though this EXIT PLAY BOOK is for Forex, the EXIT PLAY BOOK idea can be applied to stocks, options, etc...



duke56468
683 posts
msg #104229
Ignore duke56468
1/5/2012 9:23:34 AM

Thanks TRO enjoying your videos.

StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 93 94 95 96 97 ... 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.