watched WL's auto-trade video running the strategy. very need indeed particularly for those of us still learning how to pull together intraday strategy and visualization on charts
questions:
- are the 2 charts mutually exclusive or with overlaps depending on each stock's independent signal?
- if mutually exclusive, how is this achieved ?
- how is the block with day's # trades and $ placed on the chart?
obviously it would be great if you could share the strategy build blocks or code, but would understand if not appropriate
thank you
questions:
- are the 2 charts mutually exclusive or with overlaps depending on each stock's independent signal?
- if mutually exclusive, how is this achieved ?
- how is the block with day's # trades and $ placed on the chart?
obviously it would be great if you could share the strategy build blocks or code, but would understand if not appropriate
thank you
Rename
I was confused by the topic title "one minute swing dynamic" which doesn't ring a bell. Let's rename it so it starts to make sense and here's the missing video link for the benefit of fellow community members:
https://www.youtube.com/watch?v=-JOUQyl-7jw
https://www.youtube.com/watch?v=-JOUQyl-7jw
QUOTE:Of course. Each streaming chart has it's own copy of the strategy and can send it's own orders.
are the 2 charts mutually exclusive or with overlaps depending on each stock's independent signal?
QUOTE:What would "not" be mutually exclusive about trading different symbols?
if mutually exclusive, how is this achieved ?
QUOTE:Tracked/calculated by the strategy and shown on the chart using DrawText().
how is the block with day's # trades and $ placed on the chart?
QUOTE:I don't have Glitch's strategy, but any strategy that generates signals can Auto-Trade. For example, an SMA Crossover in the Sample Strategies, or any other one you create with Blocks.
obviously it would be great if you could share the strategy build blocks or code, but would understand if not appropriate
thank you both - useful hint on text drawing. sooo many good things to learn
Your Response
Post
Edit Post
Login is required