log in     sign up for free
 
Don't worry about what the markets are going to do, worry about what you are going to do in response to the markets.
Michael Carr
 
 
Home
systems (285)
 
 
Special offer: buy AmiBroker and EOD+Real-Time Data
 

Buy

AmiBroker

     (special offer)
 
 
 

Buy

EOD data for AmiBroker

     (special offer)
 
 
 

Buy

Realtime data for AmiBroker

     (special offer)
 
 
Formula Library
 
AmiBroker
MetaTrader
MetaStock
TradeStation
Wealth-Lab
NinjaTrader
 
add your formula
System Library
 
 
Account login
Your email:
Password:
 
Log in
New to s4t? Sign up.
If you forgot your password click here.
Search the Web
 
Custom Search

Maximum Profit System II

System for: MetaStock

 

 

Views:  1953

Added: February 09, 2007
 
Rate this code:  Rate: 1 Rate: 2 Rate: 3 Rate: 4 Rate: 5
This formula has not been rated yet
 
 

email this link

 
 
Tags: MetaStock, system
 


Re: MS' Maximum Profit System - Can it be edited?

To: metastock-list@xxxxxxxxxxxxx
Subject: Re: MS' Maximum Profit System - Can it be edited?
From: David Neal Parsons <parsons@xxxxxxxxxxx>
Date: Thu, 16 Oct 1997 17:12:33 -0400
References: 88256530.0079C1D3.00@xxxxxxxxxxxxxxxxxxxx
Resent-Date: Thu, 16 Oct 1997 15:19:03 -0600
Resent-From: metastock-list@xxxxxxxxxxxxx
Resent-Message-ID: <"Ddk6D.0.T47.6JeHq"@mail.equis.com>
Resent-Sender: metastock-list-request@xxxxxxxxxxxxx

My understanding of the Maximum Profit System test is that it isn't a system at all. It is an artificial construct that perfectly buys every low and sells every high. The closest I could come to duplicating it is with the following system test:

 

There are no stops. Trade delay and interest rate should be set to zero in options.


It misses 2 days at the beginning of the chart because of the way the Ref() function works. The key here is that a buy/sell signal is placed based on tomorrow's price -- Ref(C, 1). If we knew tomorrow's price, we wouldn't need any system tests!


Does this shed some light on your question, or have I missed the point.

David.

 

 



Code:

Maximum Profit System II
Enter Long:

(C < Ref(C, -1) AND C < Ref(C, 1)) OR
(C = Ref(C, -1) AND
C < Ref(C, -2) AND C < Ref(C, 1))


Enter Short:

(C > Ref(C, -1) AND C > Ref(C, 1)) OR
(C = Ref(C, -1) AND
C > Ref(C, -2) AND C > Ref(C, 1))


 




 

Code to difficult? Find somebody to help you with coding here.

 


Source: http://purebytes.com/archives/metastock/

 

View similar:

AT3
PLdot H-L Price's
J2L Trading System
Maximum Profit System I
Forecast Oscillator System Alternative
Psychological Index
Base Channel System
Tema PV Binary Wave System
MetaStock System Test 02 - Tema Binary Wave, QStick
Genesis of a Simple Futures Trading System
...
 
 
all systems for MetaStock
all systems

 

 

Email to friend

Top

 

     
However we try to maintain hiqhest possible level of service - most formulas, oscillators, indicators
and systems are submitted by anonymous users.
Therefore S4T™ does not take any responsibility for it's quality.
If you use any of this information, use it at your own risk. You are responsible for your own trading decisions.
Be sure to verify that any information you see on these pages is correct, and is applicable to your particular trade.
In no case will S4T™ be responsible for your trading gains or losses.
PayPalSecure payments by PayPal S4T™ is a part of TAURO EDUCATION NETWORK
 
Privacy note | (c) copyrights systems4trading.com 2006-2009