kreslik.com - Traders Community Forum Index Home Page
 FAQ  •  Search  •  Preferences  •  Usergroups  •  Register  •  Profile  •  My Watched Topics  •  Log in to check your PMs  •  Log in
Calendar 
View next topic
View previous topic

Post new topicReply to topic View previous topicEmail to a Friend.List users that have viewed this topicSave this Topic as filePrintable versionLog in to check your PMsView next topic
Author Message
TheRumpledOne
rank: 1000+ posts
rank: 1000+ posts


Age: 54
Joined: 14 May 2006
Posts: 6736
Location: Tucson, Arizona
usa.gif
PostPosted: Fri Feb 02, 2007 5:16 pm  Post subject:  $TRILLION STRATEGY Reply with quoteBottom of PageBack to top

There seems to be a renewed interest in the

$TRILLION STRATEGY

Image


ELD and Workspace attached.

***NOTES***

You need to setup a session called FOREX DST BEFORE you download the workspace or you will get errors when loading.

Image

Remember to download and import the ELD before you open the workspace!


A MUST READ:


http://www.optionetics.com/articles/article.asp?id=8558

MONEY MANAGEMENT MATRIX spreadsheet ATTACHED

_________________
IT IS NOT WHAT YOU TRADE, IT IS HOW YOU TRADE IT!

You are on the internet - If you (google) search for it, you'll probably find it.

DRAIN THE BANKS T-shirts here: http://www.drainthebanks.com



Last edited by TheRumpledOne on Fri Feb 23, 2007 2:22 am; edited 7 times in total
Gemini Gender:Male Monkey OfflinePersonal Gallery of TheRumpledOneView user's profileSend private messageAIM AddressYahoo MessengerMSN Messenger
TheRumpledOne
rank: 1000+ posts
rank: 1000+ posts


Age: 54
Joined: 14 May 2006
Posts: 6736
Location: Tucson, Arizona
usa.gif
PostPosted: Fri Feb 02, 2007 5:22 pm  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

Posted - 01/10/2006 08:10:46

I saw this last night:

"How To Make A Million In 40 Trades"

http://www.tradeology.com/million-dollar-trade.html

I figured if he can, why can't anyone?

So I created...

"How to turn $1,000 into TEN TRILLION DOLLARS in a year and still take 2 weeks off!"

You start with $1000.00 and make 10 pips a day trading FOREX.


Attached is the Excel file.


*** ATTENTION FELLOW TRADERS ***

THIS IS FOR DEMONSTRATION PURPOSES ONLY.


Code:
{$TRILLION}
 
{Programmer:  Avery T. Horton, Jr.  aka TheRumpledOne

*** ATTENTION FELLOW TRADERS ***

THIS IS FOR DEMONSTRATION PURPOSES ONLY.
}
 
Inputs:   
 
iMaxDollarLoss(100),  // IN DOLLARS
iTarget(130),         // IN DOLLARS
iQuantity(1),         // IN LOTS / CONTRACTS / SHARES
 
iActionBar(0);        // BAR TO BASE ACTION ON, 0 = CURRENT BAR, 1 = 1 BAR AGO
 
Variables:
 
sLgEntryTrigger( false ),   // IF TRUE BUY (LONG)
sShEntryTrigger( false ),   // IF TRUE SELL (SHORT)
 
DayTop( 0 ),                // TOP OF PREVIOUS DAY'S CANDLE BODY
DayBottom( 0 ),             // BOTTOM OF PREVIOUS DAY'S CANDLE BODY
DayHigh( 0 ),               // TODAY'S HIGH
DayLow( 0 ) ;               // TODAY'S LOW
 
 
{*************************************************}
{ INITIALIZE                                      }   
{*************************************************}
 
DayHigh    = HighD(0) ;   
DayLow     = LowD(0) ;
 
DayBottom  = minlist(OpenD(1),CloseD(1));
DayTop     = maxlist(OpenD(1),CloseD(1));
 
 
 
{*************************************************}
{ ENTRIES                                         }   
{*************************************************}
 
 
sLgEntryTrigger = ( close crosses above DayTop ) ;    // TRUE IF TOP CROSSED 
 
sShEntryTrigger = ( close crosses below DayBottom) ;  // TRUE IF BOTTOM CROSSED
 
if MARKETPOSITION = 0 
and sLgEntryTrigger[iActionBar]
   then buy iQuantity shares this bar on close;
 
if MARKETPOSITION = 0 
and sShEntryTrigger[iActionBar]
    then sell short iQuantity shares this bar on close;
 
 
{*************************************************}
{ STOPS                                           }   
{*************************************************}
 
SetStopPosition ;
 
SetProfitTarget( iTarget ) ;
 
SetStopLoss( iMaxDollarLoss ) ;
 
SetExitOnClose;


Gemini Gender:Male Monkey OfflinePersonal Gallery of TheRumpledOneView user's profileSend private messageAIM AddressYahoo MessengerMSN Messenger
rrobin
rank: 50+ posts
rank: 50+ posts



Joined: 19 May 2006
Posts: 102
Location: Cedar Creek Lake, Texas
usa.gif
PostPosted: Fri Feb 02, 2007 6:30 pm  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

Make the Trillion,
buy TS,
fire the ones you want,
and grin. Razz

LOL


 Gender:Male  OfflinePersonal Gallery of rrobinView user's profileSend private message
TheRumpledOne
rank: 1000+ posts
rank: 1000+ posts


Age: 54
Joined: 14 May 2006
Posts: 6736
Location: Tucson, Arizona
usa.gif
PostPosted: Fri Feb 02, 2007 9:02 pm  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

Wouldn't it be more fun to compete with TS and bring them to their knees?

You know, knock them out of the #1 rated position.

Now that would be sweet!

How's "TRO TRADING" sound? LOL!

_________________
IT IS NOT WHAT YOU TRADE, IT IS HOW YOU TRADE IT!

You are on the internet - If you (google) search for it, you'll probably find it.

DRAIN THE BANKS T-shirts here: http://www.drainthebanks.com

Gemini Gender:Male Monkey OfflinePersonal Gallery of TheRumpledOneView user's profileSend private messageAIM AddressYahoo MessengerMSN Messenger
TheRumpledOne
rank: 1000+ posts
rank: 1000+ posts


Age: 54
Joined: 14 May 2006
Posts: 6736
Location: Tucson, Arizona
usa.gif
PostPosted: Fri Feb 02, 2007 9:05 pm  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

http://www.forexmarkethours.com/

Forex trading hours, trading time:

New York opens 8:00 am to 5:00 pm EST
Tokyo opens 7:00 pm to 4:00 am EST
Sydney opens 5:00 pm to 2:00 am EST
London opens 3:00 am to 12:00 noon EST


Hours when two sessions are overlapped:

New York and London ? 8:00 am ? 12:00 noon EST
Sydney / Tokyo ? 7:00 pm ? 2:00 am EST
London /Tokyo ? 3:00 am ? 4:00am EST




Last edited by TheRumpledOne on Tue Feb 06, 2007 7:34 pm; edited 1 time in total
Gemini Gender:Male Monkey OfflinePersonal Gallery of TheRumpledOneView user's profileSend private messageAIM AddressYahoo MessengerMSN Messenger
cheelu
rank: <50 posts
rank: <50 posts



Joined: 04 Feb 2007
Posts: 2

blank.gif
PostPosted: Mon Feb 05, 2007 12:36 am  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

Hi TRO,

Thanks a trillion for posting this strategy again. I do have a few questions. I'm unable to login to tradestation forum to see the past discussions. So I apologize if this is a repeated question.

If im looking to enter long , I enter above yesterday's close.
since a new day's candle starts forming at 5pm, and since its continously trading, it would be at yesterday's close already. Do I enter that time itself?

Thanks


   OfflinePersonal Gallery of cheeluView user's profileSend private message
TheRumpledOne
rank: 1000+ posts
rank: 1000+ posts


Age: 54
Joined: 14 May 2006
Posts: 6736
Location: Tucson, Arizona
usa.gif
PostPosted: Mon Feb 05, 2007 12:58 am  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

You enter long at the candle body top which is the maximum of close and open.

I set my session to "close" 1 hour BEFORE the NY close at 5PM, so I can get my entry executed.

HTH.

_________________
IT IS NOT WHAT YOU TRADE, IT IS HOW YOU TRADE IT!

You are on the internet - If you (google) search for it, you'll probably find it.

DRAIN THE BANKS T-shirts here: http://www.drainthebanks.com

Gemini Gender:Male Monkey OfflinePersonal Gallery of TheRumpledOneView user's profileSend private messageAIM AddressYahoo MessengerMSN Messenger
Jeff
rank: <50 posts
rank: <50 posts



Joined: 05 Feb 2007
Posts: 2

blank.gif
PostPosted: Mon Feb 05, 2007 12:38 pm  Post subject:  to TheRumpledOne, Reply with quoteBottom of PageBack to top

Hi,
You've posted an almost full copy of http://forexmarkethours.com home page earlier.
Please, whenever you have time, make some corrections, so it does not look like a copy. Thank you!


   OfflinePersonal Gallery of JeffView user's profileSend private message
BP
rank: 50+ posts
rank: 50+ posts


Age: 38
Joined: 06 Feb 2007
Posts: 99
Location: Camp Hill, PA
usa.gif
PostPosted: Tue Feb 06, 2007 2:13 pm  Post subject:  (No subject) Reply with quoteBottom of PageBack to top

TheRumpledOne wrote:
Posted - 01/10/2006 08:10:46


*** ATTENTION FELLOW TRADERS ***

THIS IS FOR DEMONSTRATION PURPOSES ONLY.


Code:
{$TRILLION}
 
{Programmer:  Avery T. Horton, Jr.  aka TheRumpledOne

*** ATTENTION FELLOW TRADERS ***

THIS IS FOR DEMONSTRATION PURPOSES ONLY.
}
 
Inputs:   
 
iMaxDollarLoss(100),  // IN DOLLARS
iTarget(130),         // IN DOLLARS
iQuantity(1),         // IN LOTS / CONTRACTS / SHARES
 
iActionBar(0);        // BAR TO BASE ACTION ON, 0 = CURRENT BAR, 1 = 1 BAR AGO
 
Variables:
 
sLgEntryTrigger( false ),   // IF TRUE BUY (LONG)
sShEntryTrigger( false ),   // IF TRUE SELL (SHORT)
 
DayTop( 0 ),                // TOP OF PREVIOUS DAY'S CANDLE BODY
DayBottom( 0 ),             // BOTTOM OF PREVIOUS DAY'S CANDLE BODY
DayHigh( 0 ),               // TODAY'S HIGH
DayLow( 0 ) ;               // TODAY'S LOW
 
 
{*************************************************}
{ INITIALIZE                                      }   
{*************************************************}
 
DayHigh    = HighD(0) ;   
DayLow     = LowD(0) ;
 
DayBottom  = minlist(OpenD(1),CloseD(1));
DayTop     = maxlist(OpenD(1),CloseD(1));
 
 
 
{*************************************************}
{ ENTRIES                                         }   
{*************************************************}
 
 
sLgEntryTrigger = ( close crosses above DayTop ) ;    // TRUE IF TOP CROSSED 
 
sShEntryTrigger = ( close crosses below DayBottom) ;  // TRUE IF BOTTOM CROSSED
 
if MARKETPOSITION = 0 
and sLgEntryTrigger[iActionBar]
   then buy iQuantity shares this bar on close;
 
if MARKETPOSITION = 0 
and sShEntryTrigger[iActionBar]
    then sell short iQuantity shares this bar on close;
 
 
{*************************************************}
{ STOPS                                           }   
{*************************************************}
 
SetStopPosition ;
 
SetProfitTarget( iTarget ) ;
 
SetStopLoss( iMaxDollarLoss ) ;
 
SetExitOnClose;


TRO,

I am new on this forum. Is this an indicator that you have created? Can you create it for MT4? I use interbankfx. Also, I have not seen what you think of this strategy...but maybe I am just missing it.

Thanks,

BP


Libra Gender:Male Pig OfflinePersonal Gallery of BPView user's profileSend private message
TheRumpledOne
rank: 1000+ posts
rank: 1000+ posts


Age: 54
Joined: 14 May 2006
Posts: 6736
Location: Tucson, Arizona
usa.gif
PostPosted: Tue Feb 06, 2007 7:37 pm  Post subject:  Re: to TheRumpledOne, Reply with quoteBottom of PageBack to top

Jeff wrote:
Hi,
You've posted an almost full copy of http://forexmarkethours.com home page earlier.
Please, whenever you have time, make some corrections, so it does not look like a copy. Thank you!


I made changes, hope you approve.

The reason I post the link AND the text is so if that site "goes away", the information is preserved. You never know...

_________________
IT IS NOT WHAT YOU TRADE, IT IS HOW YOU TRADE IT!

You are on the internet - If you (google) search for it, you'll probably find it.

DRAIN THE BANKS T-shirts here: http://www.drainthebanks.com

Gemini Gender:Male Monkey OfflinePersonal Gallery of TheRumpledOneView user's profileSend private messageAIM AddressYahoo MessengerMSN Messenger
Display posts from previous:      
Post new topicReply to topic View previous topicEmail to a Friend.List users that have viewed this topicSave this Topic as filePrintable versionLog in to check your PMsView next topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


All times are GMT

Protected by CBACK CrackerTracker
54250 Attacks blocked.
Powered by phpBB2 Plus, phpBB Styles and Kostenloses Forum based on phpBB © 2001/6 phpBB Group :: FI Theme :: Mods and Credits

[ Time: 4.4917s ][ Queries: 18 (1.0025s) ][ Debug on ]