NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 7 of 7
Search: Posts Made By: mobiusrts
Forum: ThinkOrSwim May 11th, 2015, 10:28 AM
Replies: 5
Views: 3,511
Posted By mobiusrts
You have that correct. A Label is always at the...

You have that correct. A Label is always at the top. A bubble can be anywhere on the chart.

Here's a typical method to display a label in the Right Expansion Area (make sure you have your...
Forum: ThinkOrSwim May 11th, 2015, 08:22 AM
Replies: 11
Views: 16,823
Posted By mobiusrts
I copied and pasted my original code from this...

I copied and pasted my original code from this forum and it plots the label fine. You likely missed some of the code in your copy and paste.
Forum: ThinkOrSwim May 11th, 2015, 08:20 AM
Replies: 5
Views: 3,511
Posted By mobiusrts
If your referring to Chart Labels the only way to...

If your referring to Chart Labels the only way to display them at the right is to add spaces in the text string on an otherwise blank label. Chart Bubbles can be placed anywhere on the chart. The...
Forum: ThinkOrSwim May 10th, 2015, 10:38 PM
Replies: 5
Views: 3,511
Posted By mobiusrts
Nest the Max() function as many times as needed. ...

Nest the Max() function as many times as needed.
Example:

Max(variable1, Max(variable2, variable3))
Forum: ThinkOrSwim May 10th, 2015, 10:27 PM
Replies: 2
Views: 11,281
Posted By mobiusrts
This will plot a horizontal line across the...

This will plot a horizontal line across the entire chart at the 252 day (past year) high.

def a = Highest(high, 252);
def barNumber = barNumber();
def bar = if IsNaN(a)
...
Forum: ThinkOrSwim May 10th, 2015, 10:01 PM
Replies: 11
Views: 16,823
Posted By mobiusrts
For a conditional variable (seems like you were...

For a conditional variable (seems like you were trying to get to this in your post)

## Simple Conditional Variables Test
# Mobius
# V01.07.2014

# Variables:
def o;
def h;
def l;
Forum: ThinkOrSwim May 10th, 2015, 09:54 PM
Replies: 2
Views: 1,804
Posted By mobiusrts
Not sure this is of any value other than to see...

Not sure this is of any value other than to see how the fold expression is used

input Threshold = 10;
input n = 10;

def Avg = (fold i = 0 to n
with p
do p + getValue(if...
Showing results 1 to 7 of 7

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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