Jump to content

BlueWave Trading Precision Indicators [for ninjatrader]


mxadam

Recommended Posts

Here it's the package of BWT NT7 7.0.3.6 PrecisionIndicators & PrecisionAutoTrader.

https://www.sendspace.com/file/fmre9h

 

Just import the .zip from inside of NT (before - remove all previous BWT releases).

Not only edu work was done. All of the monitoring and updating stuff was removed. Bars were extracted from the binary and prepared in the source form to allow for customization.

Default slot bars:

BWTPrecisionRange: Custom7 (this is exactly the RangeNoGap)

BWTUniRenko: Custom5

 

Additionally, the package includes: templates, workspaces, settings, which should be copied manually to the corresponding folders.

In the case of any installation issues - I'll answer only on serious requests.

 

IMHO: Nothing, special... The same expensive stuff since few years...

 

 

And password?

Link to comment
Share on other sites

  • Replies 337
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

 

I couldn't get it to work on my part. How do you set up to make sure, you can get those configurations as such:

 

http://blog.bluewavetrading.com/wp-content/uploads/2015/03/03.27.2015-14.05.png

Edited by Unclepips
Link to comment
Share on other sites

Hay Admis you should have some link for donation , I have no problem to pay for your hard work. Thanks again , looks promising. Only 1 thing how to make autotrader templates to upper .Also BWT renko are in my type folder but I cant find them .

With some ruff settings and MTDS ( which is same as BWT fill tipe) slip =1

 

http://i58.tinypic.com/o7sw48.jpg

Edited by vit007
Link to comment
Share on other sites

Hay Admis you should have some link for donation , I have no problem to pay for your hard work. Thanks again , looks promising. Only 1 thing how to make autotrader templates to upper .Also BWT renko are in my type folder but I cant find them .

With some ruff settings and MTDS ( which is same as BWT fill tipe) slip =1

 

http://i58.tinypic.com/o7sw48.jpg

 

Hi Vit,

 

Great Findings, I am sure you already know, backtesting gives you false results because of false open on Renko unless you are doing this using Live or Market replay . But I am including more bar types, they are actually gives you better results since they are built to do backtesting in mind. It would be nice if you do the test using these and compare them for good. I am also including Better range bar type also.

 

This is good thread to look at https://www.bigmiketrading.com/ninjatrader-programming/4768-tip-backtesting-renko-charts.html

 

BetterRenkoBarTypeV2 https://[email protected]/file/7le5s9

 

UniRenkoBarsType https://[email protected]/file/38w1l4

 

BetterRangeBarsType https://[email protected]/file/ohqkk2

Link to comment
Share on other sites

Hi Vit,

 

Great Findings, I am sure you already know, backtesting gives you false results because of false open on Renko unless you are doing this using Live or Market replay . ...

 

I've explained already in the Woodies thread this issue. Vit knows that and uses the proper FillType (MTDS) + slippage.

 

...

1) Only 1 thing how to make autotrader templates to upper .

2) Also BWT renko are in my type folder but I cant find them .

...

Ad. 1) Your question is not clear to me... simply, I don't get it...

Ad. 2) Seems, you have conflict with other bars installed. That's why I prepared the sources.

Default slot bars:

BWTPrecisionRange: Custom7 -> you have to change to one of (Custom0..Custom9 or Final0..Final4)

BWTUniRenko: Custom5- > you have to change to one of (Custom0..Custom9 or Final0..Final4)

 

public BWTPrecisionRange() : base(PeriodType.Custom7)

//-------------------------------------------^^^^^^^ to customize ...

...

public BWTUniRenko() : base(PeriodType.Custom5)

//-------------------------------------^^^^^^^ to customize...

 

btw. imho: You don't need these bars at all. Renko Spectrum v.1 is a good and right choice.

Edited by admis
Link to comment
Share on other sites

Auto trader has very first option load template - does it work for any body ? My understanding template folder BWT7 is for this purpose .

 

X_X I wrote: ... templates, workspaces, settings, which should be copied manually to the corresponding folders.

The settings copy to: c:\Users\...\Documents\NinjaTrader 7\templates\BlueWaveTrading\BWT7\

Link to comment
Share on other sites

X_X I wrote: ... templates, workspaces, settings, which should be copied manually to the corresponding folders.

The settings copy to: c:\Users\...\Documents\NinjaTrader 7\templates\BlueWaveTrading\BWT7\

 

Thanks for your patience Admis I did copied in a wrong folder :( . Now its clear and works like a charm

.

=D> to Admis

Edited by vit007
Link to comment
Share on other sites

how do you know that? have you ever tried in realtime on renko?

Yes, I have and the results are generally abysmal, unless the market has strong swings in both directions. This occurs when there are top priority market moving report releases such as 6/2 at 8:30 a.m. A 30 day BT shows massive profits made on that day and overall losers for the rest of the period.

 

I ran a short BT with all the FillTypes in the dropdown menu and all of them produced the same results.

Edited by yamantaka
Link to comment
Share on other sites

Yes, I have and the results are generally abysmal, unless the market has strong swings in both directions. This occurs when there are top priority market moving report releases such as 6/2 at 8:30 a.m. A 30 day BT shows massive profits made on that day and overall losers for the rest of the period.

 

I ran a short BT with all the FillTypes in the dropdown menu and all of them produced the same results.

 

I regret, that, here at II forum we can't create a sticky threads.. I already explained it in another thread:

Again, I suppose, it's the RenkoSpectrum ver.1, if so, you have to apply 1-2 ticks of slippage. The last trick is more difficult. For the backtesting purposes only, it's worth to modify sources by adding the below condition before opening any order:

if ( Volume[0] > 0) ....; // -> EnterLong() or EnterShort()

or better:

if ( Volume[0] > minVolTrigger) ....; // where: minVolTrigger > 0 !

 

Try to discover - why.

 

So, it means: no volume = no trades = no opening of new orders

Link to comment
Share on other sites

Hay Admis you should have some link for donation , I have no problem to pay for your hard work. Thanks again , looks promising. Only 1 thing how to make autotrader templates to upper .Also BWT renko are in my type folder but I cant find them .

With some ruff settings and MTDS ( which is same as BWT fill tipe) slip =1

 

http://i58.tinypic.com/o7sw48.jpg

 

 

 

Just to compare above resoults with MTDS fill with same settings and time period but default fill +1 slip.

Edited by vit007
Link to comment
Share on other sites

FYI folks -

R@ndy had a webinar at Ninja Trader room last evening in which he was describing a new chart type - B-W-T-Supe rRenko. This apparently fixes the key issue with other Renko charts types (multiple bars at the same time, that skews the autotrader results on historic charts). Sounded like it is the next best thing for the autotrader!

Link to comment
Share on other sites

Guys something really wrong about this EA. The results with one contract looks to good to be true even with MDTS fill , and when I looked at Periods every day shows almost same profit which is practically impossible . I dont now how to explain this. Any idea.@-)

 

BW I use my proprietorial SuperDuperKDTS-2USB-7NDR -Renko bars:D

 

http://i59.tinypic.com/ezhpgk.jpg

 

http://i59.tinypic.com/33o5jjr.jpg

 

http://i60.tinypic.com/2rnfvuu.jpg

Edited by vit007
Link to comment
Share on other sites

Guys something really wrong about this EA. The results with one contract looks to good to be true even with MDTS fill , and when I looked at Periods every day shows almost same profit which is practically impossible . I dont now how to explain this. Any idea.@-)

 

BW I use my proprietorial SuperDuperKDTS-2USB-7NDR -Renko bars:D

 

http://i59.tinypic.com/ezhpgk.jpg

 

http://i59.tinypic.com/33o5jjr.jpg

 

http://i60.tinypic.com/2rnfvuu.jpg

Hate to say I told you so, but........;)

Link to comment
Share on other sites

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...