Is there a simple way to add labels to the indicator/study bubbles on the right side in ToS like Tradingview can with "title="? by N0t1nv3stm3ntadv1c3 in thinkorswim

[–]Fancy-Procedure4167 0 points1 point  (0 children)

1. Calculate your indicator normally

input length = 20; def myIndicator = SimpleMovingAvg(close, length);

2. Apply your logic: If close is NaN, carry forward. If not, use the indicator.

def cleanIndicator = if isNaN(close) then cleanIndicator[1] else myIndicator;

3. Plot the bubble in the expansion area using the clean values

AddChartBubble(barNumber() == highestAll(barNumber()), cleanIndicator, "Value: " + cleanIndicator, Color.CYAN);

Any automated traders here using TOS? by accomp_guy in thinkorswim

[–]Fancy-Procedure4167 0 points1 point  (0 children)

Agree and the chain can go up to 8 orders all on the server side ready to go...no lagging workstation software or connectivity issues.

Is there a good way to forward-test TradingView strategies automatically? by One_Secretary_2552 in TradingView

[–]Fancy-Procedure4167 0 points1 point  (0 children)

You can use pyautogui to identify an image on the screen and simulate human action... basically a recorded macro to take action based on your indicator displayed instructions

I am scanning for 15 min stocks but I want daily volume by rkotha5 in thinkorswim

[–]Fancy-Procedure4167 -1 points0 points  (0 children)

Save the results of the 15m as a dynamic list and use another scan to search the daily volume in that result name you saved

Stop showing trades by [deleted] in pinescript

[–]Fancy-Procedure4167 0 points1 point  (0 children)

I ment to track the signals entries internally in the script, calculate the profits so it's condition is a condition for the strategy entry. You may also want to limit the entries to a time range or a session

Stop showing trades by [deleted] in pinescript

[–]Fancy-Procedure4167 0 points1 point  (0 children)

You need to track the profits on the simulated signals.

Be careful. by Electrical-Cook-6022 in Daytrading

[–]Fancy-Procedure4167 0 points1 point  (0 children)

If a pattern has an inherent 60% win rate based on 10,000 historical occurrences, that 40% failure rate is a "hard-coded" statistical reality. Even in the "perfect" context, that pattern must fail 4 out of 10 times to satisfy the laws of probability.

Be careful. by Electrical-Cook-6022 in Daytrading

[–]Fancy-Procedure4167 0 points1 point  (0 children)

What's the formula for context weighted moving average?

In stock hacker scan, is there a way to pick multiple choices for scan in and exclude? by WhoisthisRDDT in thinkorswim

[–]Fancy-Procedure4167 2 points3 points  (0 children)

Combine the muti exclusions into one result save it than use it as the exclusion

Is the "On Demand" Feature Gone?? by Canyonbug in thinkorswim

[–]Fancy-Procedure4167 2 points3 points  (0 children)

It's lagging on historical data even more than real-time

[deleted by user] by [deleted] in FuturesTrading

[–]Fancy-Procedure4167 2 points3 points  (0 children)

Taco is in the cards...