I am creating a ThinkOrSwim Trade Execution ThinkScript.
I want to buy Stocks, after 230PM Est.
The following Scripts are working perfectly in my Chart, but Not Conditional Orders , It does not even trigger
How to Fix this?
My chartAggregation is 1 minute, not 1 day btw.
If i do greaterThanEqual >= , it just runs immediately at anytime regardless.
I also ran 24 hour testing Weekdays with Futures, no luck either.
I want to buy Stocks, after 230PM Est.
The following Scripts are working perfectly in my Chart, but Not Conditional Orders , It does not even trigger
How to Fix this?
Code:
SecondsFromTime(1430) > 0
My chartAggregation is 1 minute, not 1 day btw.
If i do greaterThanEqual >= , it just runs immediately at anytime regardless.
Code:
SecondsFromTime(1430) >= 0
I also ran 24 hour testing Weekdays with Futures, no luck either.
Last edited: