log in     sign up for free
 
The single most important advice I can give anybody is: Learn from your mistakes. That is the only way to become a successful trader.
David Ryan
 
 
Home
systems (285)
 
 
Special offer: buy AmiBroker and EOD+Real-Time Data
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

Buy/Sell Pressure

Formula for: TradeStation

indicator

 

 

Views:  3153

Added: December 05, 2006
 
Rate this code:  Rate: 1 Rate: 2 Rate: 3 Rate: 4 Rate: 5
This formula has not been rated yet
 

email this link

 
 
Tags: TradeStation, indicator
 


Hi, I developed this using concepts by Tom DeMark and my own. It is an intra market Relative Strength indicator which uses characteristics of each bar to determine strength/ weakness. The close, high and low are taken into consideration to determine bar strength for each market, and then the two markets are compared What I have found useful about it is in identifying longer term turning points. There will be diversion in the indicator FAR before the actual turning point, so it will identify strength or weakness well in advance. Use your own system to identify entries - not this. I would enjoy hearing feedback from those who have tried this out. I have also found it useful applied to Advance/Decline charts. Here's the code, enjoy!

 

 



Code:

Type : Indicator, Name : Buy/Sell Pressure

inputs: len(20),len2(25);

value1=close-low;
value2=high-close;
value3=((value1-value2)/close);

value4=close of data2-low of data2;
value5=high of data2-close of data2;
value6=((value4-value5)/close of data2);

if value3>0 and value6>0 then begin
value7=( value3 - value6);

end;

Plot1(averagefc(value7,len), "SprdRatio" ) ;
plot2(averagefc(averagefc(value7,len),len2),"average");


 





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

 


Source: https://www.tradestation.com

 

View similar (indicator for TradeStation):

Point of Balance Oscillator
Donchian Channel
Kase Indicator
StochRSI
Volume Weighted Average Price - SMA
Kaufman Smoothing Constant Part of the Graile
## Retr Indicator
IE/2
Stochastics
Color on MACD Histogram II
...
 
 
all formulas for TradeStation
all formulas

 

 

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