View Single Post
Nice
  #1 (permalink)  
Old 06-06-2006, 12:41 PM
amarnath amarnath is offline
Freshman
 
Join Date: Jan 2005
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
amarnath is on a distinguished road
Smile Nice

Hi Scorpion,

Thanks for such assistance to develop indicators for non programmers. I have few ideas i like to see as MT ind as i programmer friend is still busy i hope you can help me to get these formula as indicators.


Kairi

It calculates deviation of the current price from its simple average
as percent of moving average. If the percent is rather high and
positive - is signals to sell, large and negative - to buy.

Parameter - period of averaging n, boundary of signals BUY, SELL-pers.

Formula:

k = [ p - sma (n)/ sma(n) ] 100


Buy: K> pers
Sell: K< - pers

----------------------------------------------------

ACD

ACD method compares demand and supply pressure by way of accumulating
upward and downward price movement. Upward price movement is measured
as a difference between true low value of the price and closing price,
movement downward - the difference between true upper value and
closing price. The signal to buy is generated, when ACD indicator
exceeds the set percent of its maximum value for some historical
period.

Methods parameter is value of historical period N and percent
determining maximum deviation.

ACD=ACD[1]+V
v=Close-TrueLow (Close > Close[1])
v=Close-TrueHigh (Close < Close[1])
Buy: ACD> -p*max(ACD)N
Sell: ACD< p*max(ACD)N

_______________________________

Percent R - PCR

It calculates how close is the price to the highest (the lowest) price
for the set period of time as a percent of price range for that period
of time. It is based on support and resistance levels. PCR value close
to 80% signals to sell, when it is equal to 20% - to buy.

Parameter - period of averaging n.

Formula:

h = max ( p, p[1] , k , p (n)

l = min ( p, p[1] , k , p (n)

pcr = ( h - p / h - l ) * 100

_________________________



Key Reversal - KRV

It signals that the trend has changed. In case of pronounced downward
trend during the set historic period n it signals to buy, if the
highest price exceeds the previous highest, the lowest stock price is
below the previous lowest and the closing price exceeds the previous
closing price. Signal to sell is produced in the same situation after
pronounced upward trend, in case the closing price is below the
previous closing price.

Parameter: historical period of trend determination n.

BUY: High>High[1] , Low>Low[1], Close>Close[1], Trend(n)=down
BUY: High>High[1] , Low>Low[1], Close<Close[1], Trend(n)=up


______________________________________


cycle


close - open / high - low
Reply With Quote

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now

Main Menu

Economic Forecast