NexusFi: Find Your Edge


Home Menu

 





case statements in TOS


Discussion in ThinkOrSwim

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




 
Search this Thread

case statements in TOS

  #1 (permalink)
 
ZachC's Avatar
 ZachC 
Pennsylvania
 
Experience: Intermediate
Platform: TradeStation
Broker: Tradestation
Trading: Micro ES and Micro YM
Posts: 17 since Jun 2019
Thanks Given: 13
Thanks Received: 11

Having a hell of a time trying to figure out case statements. I am 100% sure I am using the correct syntax but I am still getting errors in TOS that the value never assigned at <insert case variable>. Anyone able to see whats wrong with the code?

 
Code
input EnhancedLong = {default BasicLong, SimpleLong, AggressiveLong};
input EnhancedShort = {default BasicShort, SimpleShort, AggressiveShort};


def trLong;
switch (EnhancedLong) {
case BasicLong:
    trLong = TrendPeriods() == 1;
case SimpleLong:
    trLong = TrendQuality().TQ[0] > TrendQuality().TQ[1] or TrendQuality().TQ >= 0;
case AggressiveLong:
    trLong = TrendQuality().TQ[0] > TrendQuality().TQ[1] and TrendQuality().TQ[1] > TrendQuality().TQ[2];
}

def trShort;
switch (EnhancedShort) {
case BasicShort:
    trShort = TrendPeriods() == 1;
case SimpleShort:
    trShort = TrendQuality().TQ[0] > TrendQuality().TQ[1] or TrendQuality().TQ >= 0;
case AggressiveShort:
    trShort = TrendQuality().TQ[0] > TrendQuality().TQ[1] and TrendQuality().TQ[1] > TrendQuality().TQ[2];
}
Any help would be greatly appreciated!! Thanks!

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Are there any eval firms that allow you to sink to your …
Traders Hideout
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Online prop firm The Funded Trader (TFT) going under?
Traders Hideout
NexusFi Journal Challenge - April 2024
Feedback and Announcements
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
59 thanks
Funded Trader platforms
36 thanks
NexusFi site changelog and issues/problem reporting
25 thanks
The Program
20 thanks
GFIs1 1 DAX trade per day journal
19 thanks
  #2 (permalink)
 
ZachC's Avatar
 ZachC 
Pennsylvania
 
Experience: Intermediate
Platform: TradeStation
Broker: Tradestation
Trading: Micro ES and Micro YM
Posts: 17 since Jun 2019
Thanks Given: 13
Thanks Received: 11


ZachC View Post
Having a hell of a time trying to figure out case statements. I am 100% sure I am using the correct syntax but I am still getting errors in TOS that the value never assigned at <insert case variable>. Anyone able to see whats wrong with the code?

 
Code
input EnhancedLong = {default BasicLong, SimpleLong, AggressiveLong};
input EnhancedShort = {default BasicShort, SimpleShort, AggressiveShort};


def trLong;
switch (EnhancedLong) {
case BasicLong:
    trLong = TrendPeriods() == 1;
case SimpleLong:
    trLong = TrendQuality().TQ[0] > TrendQuality().TQ[1] or TrendQuality().TQ >= 0;
case AggressiveLong:
    trLong = TrendQuality().TQ[0] > TrendQuality().TQ[1] and TrendQuality().TQ[1] > TrendQuality().TQ[2];
}

def trShort;
switch (EnhancedShort) {
case BasicShort:
    trShort = TrendPeriods() == 1;
case SimpleShort:
    trShort = TrendQuality().TQ[0] > TrendQuality().TQ[1] or TrendQuality().TQ >= 0;
case AggressiveShort:
    trShort = TrendQuality().TQ[0] > TrendQuality().TQ[1] and TrendQuality().TQ[1] > TrendQuality().TQ[2];
}
Any help would be greatly appreciated!! Thanks!

Fail on my part I had double copied the input code which was causing TOS to short circuit oops

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on July 27, 2019


© 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