Smart money pressure.

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

Smart money pressure.

Postby Tigre3 » Fri May 30, 2014 7:51 am

I need an indicator.

INPUT:
- Period of simple avg on volume.
- How many bars back the indicator will start.

The indicator use:
Close, volume, simple moving average of volume.

Step 1: Calculate the price change from the previous bar: CLOSE-CLOSE(-1)
Step 2: Calculate the movement of the istitutional:

IF volume>SMA(X PERIOD) THEN
SM= SM + price change
ELSE
SM= SM (no change, it use the last value)

The first value of SM (smart money) is the same of CLOSE (How many bars back the indicator starts it's defined by the input) the it change using the instructions above.

This is the result:
Immagine.png


Step 3, this is the OUTPUT: SM-CLOSE

This is the final result:
A.png


The first value, obviously, will be 0 because the first value of SM line is the same of price as said before.

If you want control your result with my charts I've used Eur/Usd 4H.

Thank you in advance.
Tigre3
 
Posts: 65
Joined: Sun Oct 14, 2012 4:24 pm


Re: Smart money pressure.

Postby Tigre3 » Fri May 30, 2014 10:48 am

It's wrong! My request was an oscillator because the y-axis is different so It must be in a different area, I think that there is not the step 3: SMART MONEY - CLOSE.. Thank you!
Tigre3
 
Posts: 65
Joined: Sun Oct 14, 2012 4:24 pm


Re: Smart money pressure.

Postby Tigre3 » Fri May 29, 2015 9:33 am

Good morning,

I'd like a similar indicator of "smart money pressure".

The steps are almost the same, the different thing is that:
- It's not calculated on price but on the indicator accumulation/distribution (A/D).
- There're two output: 1. Smart Money 2. Retails.

INPUT:
- Period of simple avg on volume.

The indicator use:
Accumulation/distribution, volume, simple moving average of volume.

Step 1: Calculate the price change from the previous A/D value: A/D - A/D(-1)
Step 2:
A. Calculate the movement of the smart money (first line in the oscillator):

IF volume>SMA(X PERIOD) THEN
SM= SM + A/D change.
ELSE
SM= SM (no change, it uses the last value)

B. Calculate the movement of the retails (second line in the oscillator)
IF volume<SMA(X PERIOD) THEN
Retail= Retail + A/D change.
ELSE
Retail= Retail. (no change, it uses the last value).

Please also add the option to show just SM or Retail or both of them.

Thank you in andvance.
Tigre3
 
Posts: 65
Joined: Sun Oct 14, 2012 4:24 pm

Re: Smart money pressure.

Postby Thecity » Sun Jun 07, 2015 4:24 pm

Any news?
Thecity
 
Posts: 6
Joined: Thu Apr 16, 2015 8:39 am



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: Bing [Bot] and 30 guests