NexusFi: Find Your Edge


Home Menu

 





DSS Bressert


Discussion in NinjaTrader

Updated
    1. trending_up 1,496 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

DSS Bressert

  #1 (permalink)
MarcMaes
Arendonk / Belgium
 
Posts: 5 since Jun 2014
Thanks Given: 0
Thanks Received: 0

Hi I try to convert some code from prorealtime to ninja trader 8 script.
Its the Double Stochastic from Bressert

ProRealTme code looks like
slw=3
pds=10
pds2=5

divi=highest[pds] (high)-lowest[pds](low)
a=exponentialaverage[slw] ((close-lowest[pds](low))/divi)*100
divi2=highest[pds](a)-lowest[pds](a)
dss=exponentialaverage[slw]((a-lowest[pds](a))/divi2)*100

divik=highest[pds2] (high)-lowest[pds2](low)
a2=exponentialaverage[slw] ((close-lowest[pds2](low))/divik)*100
divi2k=highest[pds2](a2)-lowest[pds2](a2)
dsk=exponentialaverage[slw]((a2-lowest[pds2](a2))/divi2k)*100

===> In ninja I have tried already following code but this gives the normal dss
double x_low1 = MIN(Low , Ds10)[0] ;
double x_high1 = MAX(High , Ds10)[0] ;
double x_div1 = x_high1 - x_low1 ;
_ema1[0] = ((Close[0] - x_low1) /x_div1) * 100;
_a[0] = EMA(_ema1,3)[0] ;

double x_low2 = MIN(_a , 10)[0] ;
double x_high2 = MAX(_a , 10)[0] ;
double x_div2 = x_high2 - x_low2 ;
_ema2[0] = ((_a[0] - x_low2)/x_div2)* 100;
DSLang[0] = EMA(_ema2,3)[0] ;

This gives me the normal dss
What is wrong in this ninja code
If you compare the outcome of both scripts you will see the difference
Thanks for your reply
MM

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
What broker to use for trading palladium futures
Commodities
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #3 (permalink)
edward40
Chicago
 
Posts: 143 since Jan 2015
Thanks Given: 2
Thanks Received: 73



MarcMaes View Post
Hi I try to convert some code from prorealtime to ninja trader 8 script.
Its the Double Stochastic from Bressert


What is wrong in this ninja code dss
If you compare the outcome of both scripts you will see the difference
Thanks for your reply
MM

Did you ever get this resolved?

Reply With Quote




Last Updated on December 2, 2017


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts