NexusFi: Find Your Edge


Home Menu

 





TS - Trade time window that spans midnight


Discussion in TradeStation

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




 
Search this Thread

TS - Trade time window that spans midnight

  #1 (permalink)
darkflare
League City
 
Posts: 2 since Sep 2017
Thanks Given: 0
Thanks Received: 0

I want to specifiy a time window that spans over midnight:

I am trying:

 
Code
if time >=2300 and time < 0300 then begin
I also tried:
 
Code
inputs:
	time_start(2300),
time_window_len(200);

//set time window 
time_end = time_start+time_window_len;
if time >=time_start and time < time_end then begin

However, none of which produce the desired result.

Anyone point me in the right direction?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
Strategy stop orders partially filled
EasyLanguage Programming
Cheap historycal L1 data for stocks
Stocks and ETFs
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
24 thanks
What is Markets Chat (markets.chat) real-time trading ro …
17 thanks
ApexTraderFunding.com experience and review
15 thanks
GFIs1 1 DAX trade per day journal
13 thanks
EG Indicators
11 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

darkflare,

a time can't be equal or greater than 2300 and less than 300 at the same time. That's why
 
Code
if time >=2300 and time < 0300 then begin
can not work. However instead of requiring both time checks to be true, you can check for just one being true by using the logical OR instead of AND. This way your check would be true if the tested time is >= 2300 OR the tested time is < 300.

Regards,

ABCTG

Follow me on Twitter Reply With Quote




Last Updated on February 2, 2018


© 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