NexusFi: Find Your Edge


Home Menu

 





Better Momentum and TS 9.5


Discussion in TradeStation

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




 
Search this Thread
  #1 (permalink)
sep23
New York, NY U.S.A
 
Posts: 7 since Aug 2015
Thanks Given: 0
Thanks Received: 1

I'm trying to work through a bug using eMini-Watch Better Momentum.
I've been using eMini-Watch Better Momentum, Sine Wave, and ProAm for a couple years now on Tradestation 9.1 update 29 with no problems. I also created custom indicators that do exactly what the indicators do except I have more control with alerts, printing and such. These custom indicators just access the functions behind the canned indicators so they work in exactly the same way.
Now the problem... I upgraded to TS 9.5 U11 on another PC and restored a backup or 9.1 to it. While verifying everything works I noticed the Better Momentum indicator doesn't look right. On 9.1 everything works exactly as it should between the canned and my custom indicators. On 9.5 only Better Momentum is off. It seems that the functions are returning the same value for all for all of the signals. Interestingly, the canned indicators all work correctly on 9.5 which is why this has me puzzled. I'm trying to figure out the difference between calling the functions vs. using the canned indicators. If anyone has run into this situation I'd appreciate it if you could let me know.

Below is a piece of test code that shows the problem on 9.5. I've replaced my software code with <YOUR CODE> so if you have the indicators just pop in your code from emini-watch.

{********************************************************************
{SETTINGS:
Max num bars study will reference - Auto
Update value intrabar - No
Load additional data for accumulative calc - None
Alerts on/off - off}
*******************************************************************************}

VARIABLES:
vMom(0), vFirstDiv(0), vDiv(0), vExh(0), vExhPrev(0), vFlush(0), vPSE(0),
vPrintDebug(false);

{*****Program Control*****}
once Clearprintlog;

vPrintDebug = True;
If vPrintDebug then Print(BarDateTime.Value, " | ", Barinterval, " ______________________________");

//bookmark
//Get the Better Momentum Signals
vMom = _bettermomentum2012("<YOUR CODE>",True,"Mom");
vFirstDiv = _bettermomentum2012("<YOUR CODE>",True,"First");
vDiv = _bettermomentum2012("<YOUR CODE>",True,"Div");
vExh = _bettermomentum2012("<YOUR CODE>",True,"Ex");
vFlush = _bettermomentum2012("<YOUR CODE>",True,"Flush");
vPSE = _bettermomentum2012("<YOUR CODE>",True,"Pro");

//print the codes
If vPrintDebug then print(Bardatetime.Value, " | Print the BM Signals ***");
If vPrintDebug then print(Bardatetime.Value, " | vMom ",vMom );
If vPrintDebug then print(Bardatetime.Value, " | vFirstDiv ",vFirstDiv );
If vPrintDebug then print(Bardatetime.Value, " | vDiv ",vDiv );
If vPrintDebug then print(Bardatetime.Value, " | vExh ",vExh );
If vPrintDebug then print(Bardatetime.Value, " | vExhPrev ",vExhPrev );
If vPrintDebug then print(Bardatetime.Value, " | vFlush ",vFlush );
If vPrintDebug then print(Bardatetime.Value, " | vPSE ",vPSE );

Plot1(last);


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Post-Summit Scorecard: $36M in May 15 Bets Settle Near-Z …
Prediction Markets & Event Contracts
Six Days to Kickoff: World Cup Prediction Markets Hit $1 …
Prediction Markets & Event Contracts
Czechia Live at 52.5% as England Rides 4-2 Wave to Co-Fa …
Prediction Markets & Event Contracts
CFTC Requests Tag 50 Trader Identity Data From CME and I …
Traders Hideout
SEC and CFTC Unlock Customer Cross-Margining for Treasur …
Treasury Notes and Bonds
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
20 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 thanks
  #2 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,175 since Jan 2013
Thanks Given: 57,995
Thanks Received: 26,423


sep23 View Post
I'm trying to work through a bug using eMini-Watch Better Momentum.

Did you email Barry Taylor (emini-watch) about the problem? If it's a known issue, he's the most likely to know of it and to have a fix.

Bob.


Reply With Quote
  #3 (permalink)
sep23
New York, NY U.S.A
 
Posts: 7 since Aug 2015
Thanks Given: 0
Thanks Received: 1


Sorry missed that in my post. Yes I emailed him 3-4 times with no response. I found another user who experienced the same problem on the TS forum but want to cast a wider net and see if any one else can replicate the problem and maybe find out if there is any new info about this.


Reply With Quote
  #4 (permalink)
 
ChrisTinaBruce's Avatar
 ChrisTinaBruce 
Dallas, TX
 
Experience: Intermediate
Platform: TradeStation/Sierra Chart
Broker: Tradestation
Trading: ES
Posts: 66 since Oct 2012
Thanks Given: 56
Thanks Received: 33

I loaded with out any error, although all I am getting is red line across center of chart.


Follow me on X Reply With Quote
  #5 (permalink)
sep23
New York, NY U.S.A
 
Posts: 7 since Aug 2015
Thanks Given: 0
Thanks Received: 1

Thanks for testing the code ChrisTinaBruce.
So if you view the printlog you'll see the problem. Check out the annotated image attached
He still hasn't addressed this problem.


Reply With Quote
  #6 (permalink)
 
ChrisTinaBruce's Avatar
 ChrisTinaBruce 
Dallas, TX
 
Experience: Intermediate
Platform: TradeStation/Sierra Chart
Broker: Tradestation
Trading: ES
Posts: 66 since Oct 2012
Thanks Given: 56
Thanks Received: 33


sep23 View Post
Thanks for testing the code ChrisTinaBruce.
So if you view the printlog you'll see the problem. Check out the annotated image attached
He still hasn't addressed this problem.

I would be happy to help. My system is still working as usual. I tried to find the print log and could not. I even opened Easy Language and still could not see where to open print log to help.


Follow me on X Reply With Quote
  #7 (permalink)
sep23
New York, NY U.S.A
 
Posts: 7 since Aug 2015
Thanks Given: 0
Thanks Received: 1


ChrisTinaBruce View Post
I would be happy to help. My system is still working as usual. I tried to find the print log and could not. I even opened Easy Language and still could not see where to open print log to help.

Ok. Just type Ctrl-Alt-P and it should pop up. It's also on the View menu.


Reply With Quote




Last Updated on December 5, 2015


© 2026 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 - Downloads - Top
no new posts