Software Used to Trade Jack Hershey Methods

SnakeEYE,

here is a little snip to show the prv works fine from Nkhoi's newest version.

some volume is clipped only because I had to expand the low vol to show the prv
 

Attachments

Quote from TIKITRADER:

SnakeEYE,

here is a little snip to show the prv works fine from Nkhoi's newest version.

some volume is clipped only because I had to expand the low vol to show the prv

Thanks for the pic,Tiki!

But it doesn`t show up on my screen anyhow.I don`t know what it is..
 
Quote from SnakeEYE:

But it doesn`t show up on my screen anyhow.I don`t know what it is..

you did check to make sure prv color is different than the chart background color correct ?
 
Quote from TIKITRADER:

you did check to make sure prv color is different than the chart background color correct ?

:D Yes, tried everytihng.Background colors, bar width,etc..
 
Quote from SnakeEYE:

I increased the bar width and here how it looks like.Seems like it goes the same pace as volume.

and the same results for ver 04 from nkhoi ?
do you have calculate on bar close = false ?

might need expert nkhoi on this as I am a Multicharts user.
 
Quote from TIKITRADER:

and the same results for ver 04 from nkhoi ?
do you have calculate on bar close = false ?

might need expert nkhoi on this as I am a Multicharts user.

Yes, it`s all the same.v04;v03 and all the old versions as well.

Study was set up by default, i.e. bar = close,yes.
 
work fine on all six machines with diff OS.
attachment.php
 

Attachments

Here is my take on The Price/Volume Relationship Tools Set Version 0.6180339887a for NinjaTrader Version 7.0.1000.4
Development done on Visual Studio 2010

There are two indicators _psmPrice and _psmVolume.
The _psmPrice indicator can be used independently.
The _psmPrice contains:
-PV Bar color scheme
-DOM + SUM of Bids and SUM of Asks
-Clock + Info
-Channels
-Help
-IBGS/IF1 is under construction

The _psmVolume indicator can be used only with _psmPrice. Volume color scheme follows Price color scheme.
The _psmVolume contains:
-Volume
-VolumePRV

The Tools Set are tested on Minute, Range, Volume charts and on Real-Time data only.

In the help setion I mention all the people from ET who contributed.
It's possible that I may have forgotten to mention somebody - my apologies - PM me.

Please post questions here.

Happy trading,

Stepan

==========================
USAGE
To Install
Menu -> File -> Utilities -> Import NinjaScript -> Select PSMPV.zip -> Press the "Open" button

Create NEW Chart – I really mean NEW chart - not existing one
Menu -> File -> New -> Chart

Once the new chart loads the instrument then add the indicators _psmPrice and _psmVolume
Press Ctrl-I -> Add _psmPrice and _psmVolume indicators only and only once each -> press the "Apply" button -> press the "OK" button

To switch color scheme -> Press Shift-Ctrl-S as many times as needed to reach the desired scheme

The Volume Bar's color has to be in sync with the Price Bar's color.
If they are not in sync -> hit "F5" button or Press Ctrl-I -> press the "Apply" button -> press the "OK" button

To Remove
Menu -> File -> Utilities -> Remove NinjaScript Assembly -> Highlight PSMPV on the list -> Press the "Remove" button
==========================
 
Back
Top