Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
23
views
asked 4 years ago by
Category: Chart Studies
I want to read in a few external parameters as inputs to a study. What is the best way to do that? These parameters would vary from one stock to another and are generated by an external program. I can add these as inputs, but then I have to manually ...
0
votes
1
answer
84
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Any chance to write this simple study... Mark with an arrow up the first trading day of the Month when is a Monday or Friday Thank you
0
votes
1
answer
552
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hello Pete, I know it's easy to have ToS display the high of day and low of day bubbles on the chart (Chart setting/ General/...). But is it also possible to display in the bubble the time of day when that high or low occurs?
0
votes
1
answer
67
views
asked 4 years ago by
Hi Pete Any chance to convert a similar study from TOS to Sierrachart using color bar alert based on condition Mark candle when first trading day of Month is Friday or Monday Thanks
0
votes
1
answer
236
views
asked 4 years ago by
Category: Stock Scanners
Hello there! I have learned so much from this site regarding ToS scanners and watchlist but I cannot seem to solve this problem after a YEAR of tweaking and finding solutions in the net. I hope to ask in this forum if ever you are free to answer. To ...
0
votes
1
answer
162
views
asked 4 years ago by
Category: Chart Studies
Hi, Wondered if you knew if thinkscript to compute a profit target for pips moved. So, in the stocks/futures world, I can do the following to determine a profit move and then I wondered if there is a way to do same with Pips? Thanks, Jennifer def Pro...
0
votes
1
answer
173
views
asked 4 years ago by
Category: Strategy Guide
I have been trying to figure out how to create a strategy that triggers everytime bollinger bands breakout relative to that of a contraction period, where the bollinger bands contract then as significant moves are made they begin to expand. How would...
1
vote
1
answer
100
views
asked 4 years ago by
Hello, Currently I use a Custom Condition Wizard Study (for an MA crossover) combined with the built in Price Change Study for a Custom Scan. It searches for a displaced MA Crossover to occur first (either 0 bars or 1 bar ago) then lets me know when ...
0
votes
1
answer
174
views
asked 4 years ago by
Category: Stock Scanners
Hi Peter, Can you help with a script that scan the highest volume when I occur on daily chart within 1year?
0
votes
1
answer
211
views
asked 4 years ago by
Category: Strategy Guide
Sorry if its a bit much.... Just finished building a strategy only thing left is to set up how many lots i would like to trade (FX) with it, and I dont know how to begin with that. This is my buy code: (I defined it too) addOrder(OrderType.BUY_TO_OPE...