NexusFi: Find Your Edge


Home Menu

 





How to capture "seconds passed since..." in a variable in TOS


Discussion in ThinkOrSwim

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




 
Search this Thread

How to capture "seconds passed since..." in a variable in TOS

  #1 (permalink)
jtbiz
DC+USA
 
Posts: 1 since Feb 2016
Thanks Given: 0
Thanks Received: 0

Hi All,

I'm brand new to coding and have put together a few lines of code below. I am trying to find the slope of a line if drawn from low of day price to low of 1 bar ago. Scan will be run on 3 min charts.

I'm getting an error - "Secondary period not allowed: Day" on def X1 line. Any input will be helpful.

Thanks,
JT



def Y1 = low;
def X1 = if secondsfromTime(930)<0 or secondsFromTime(930)>23400 then double.NaN else if low == low(period = AggregationPeriod.DAY) then secondsFromTime(930) else X1[1];


def Y2 = low from 1 bar ago;
def X2 = secondsFromTime(930);


def Slope = (Y2-Y1)/(X2-X1);
plot met = if slope>=0.5 and slope <=1 then 1 else 0;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
yteul
New Orleans LA
 
Posts: 1 since Dec 2017
Thanks Given: 0
Thanks Received: 0

You must first set the aggregation period

Reply With Quote




Last Updated on December 30, 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