log in     sign up for free
 
In fact, the ironic part of system design is if you want to maximize profits, you must be willing to give back a great deal of the profits you have already accumulated.
Van K. Tharp
 
 
Home
systems (284)
 
 
Special offer: buy AmiBroker and EOD+Real-Time Data
 

Buy

MetaStock

     (special offer)
 
 
 

Buy

EOD data for MetaStock

     (special offer)
 
 
 

Buy

Realtime data for MetaStock

     (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

Pivot Points & Volume

System for: MetaStock


 

 

Views:  2059

Added: March 04, 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
 
Your Ad Here
Buys on bottom reversal signals. Sells on top reversal signals.

 

 



Code:

Pivot Points & Volume
EnterLong : Pk1:=Ref(H,-1) > Ref(H,-2)
AND Ref(H,-1) >= H;
Tr1:=Ref(L,-1) < Ref(L,-2)
AND Ref(L,-1) <= L;
TroughHi1:=ValueWhen(1,Tr1,Ref(H,-1));
PkVol1:=ValueWhen(1,Tr1,Ref(V,-1));
Pk2:=H > Ref(H,-1) AND H >= Ref(H,+1);
Tr2:=L < Ref(L,-1) AND L <= Ref(L,+1);
TroughHi2:=ValueWhen(1,Tr2,H);
PkVol2:=ValueWhen(1,Tr2,Ref(V,-1));

((C > TroughHi1
AND V >= PkVol1
AND BarsSince(Pk1) >= BarsSince(Tr1))
OR (C > TroughHi2
AND V >= PkVol2
AND BarsSince(Pk2) >= BarsSince(Tr2)))
AND Mov((V*(H+L+C*2)/4),5,S) >= 10000
AND Ref(H,+1) > C


Close Long :

Pk1:=Ref(H,-1) > Ref(H,-2)
AND Ref(H,-1) >= H;
Tr1:=Ref(L,-1) < Ref(L,-2)
AND Ref(L,-1) <= L;
PeakLo1:=ValueWhen(1,Pk1,Ref(L,-1));
Pk2:=H > Ref(H,-1) AND H >= Ref(H,+1);
Tr2:=L < Ref(L,-1) AND L <= Ref(L,+1);
PeakLo2:=ValueWhen(1,Pk2,L);

((C < PeakLo1
AND BarsSince(Pk1) <= BarsSince(Tr1))
OR (C < PeakLo2
AND BarsSince(Pk2) <= BarsSince(Tr2)))
AND V > Ref(V,-1)


 




 

View similar:

Wilder Volatility Index System
MARZAK System
RSI Divergence Trading System
Finite Volume Elements (FVE) System
Forecast Oscillator System Alternative
Bianchi Approach Trading System
Stock Rhythm System
Bull Fear/Bear Fear with DX System
Coppock Curve - Signal Formulas
RSI / Bollinger Band
...
 
 
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.
 
Privacy note | (c) copyrights systems4trading.com 2006-2012