Jump to content

Recommended Posts

Posted

Kit,

 

I must be doing something wrong here as I still get messages about contacting the vendor. I installed from fryguy1 file and dropped your educated dll in Ninjatrader7 - bin-custom directory. Renamed and removed the lowercase at the end of the filename.

Then restarted NT7.

Can you provide some guidelines please in what I am doing wrong?

Posted
Used templates/charts from post #1 only. Put them in the proper directory. Imported the indicators from post #2. Works fine. UniRenko does show up for me, not sure how-to fix.

 

you need to import UniRenko from the file in Post#1

Posted (edited)

Here is what the bases of what makes a signal for DPX:

Panel 2-DPXDivergence-DerivativeOscillator Default settings 14,5 3,9

this.average1 = this.EMA((IDataSeries) this.EMA((IDataSeries) this.RSI(this.get_Input(), 14, 3), 5), 3);

this.average2 = this.SMA((IDataSeries) this.average1, 9);

 

Vertical colored Lines=DPXWaves: Use a 8 EMA's as a check if rising, then checks slope of 34 EMAslope. No check of a negative slope, which is strange. No XO check

 

Lime- EMA 34 with slope >60, this happens for the rest of the background coloring

Green-34 Slope < 30

Red-34 Slope < -60

Maroon-34 Slope > -30

 

DPXSniper=HA of SMA10

 

DPXMoneyLine-White Line, using and MA 20 Period, with 3 poles Seems that a Butterworth MA uses Poles Butterworth is close, but Not right, using 20, 2 is better

The Butterworth is slightly off I didn't look real hard to see where they were referencing the code from, but its very close.

 

DPXAlgo-Uses Ultimate Oscillator 7,14,28

Green Arrow Up: 60.0, 1

Red Arrow Down: 40.0, 1

Lime Diamond: 20.0, 1

Red Diamond: 80.0, 1

 

Price bar coloring: The DPXDoji-is a Heiken Ashi indicator based on a 10SMA to color the price bars

Edited by Flash_Trader
Posted

Template

 

Made a quick Blood Hound strategy with their Divergence indicator and it looks OK . Lust Friday Oil trading .

Any way any suggestion for a good indicator to use for a Divergence ???

 

http://i66.tinypic.com/2co3koz.jpg

 

Can you please share the bloodhound template,thanks :)

Posted
made a quick blood hound strategy with their divergence indicator and it looks ok . Lust friday oil trading .

Any way any suggestion for a good indicator to use for a divergence ???

 

http://i66.tinypic.com/2co3koz.jpg

 

hi vit007

template looking good

can you share?

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...