Is that insinuating that you have 2.....
That's interesting. I never knew that one!
Sorry I must have missed this. If you run a 1 minute chart in TradeStation, then you can simulate your own bars and store them in an array for...
Nice to see a fellow Gator fan here. Purdue put up a fight, but we should still win the tournament. We definatly are the best team out there. Just...
Yes you could add a ton of switches and quadruple the cost of having your idea programmed, only to learn that you no longer are left with a system...
Except the programmer has access to apply 3 dimensional optimization techniques and can probably find more robust parameters than you can!
The answer is YES. But it is a little more involved than you may want to go.
I would never honor such a deal and here is why. Knowing absolutly nothing of the strategy, I'm 95% confident that it will not make money. Why...
I've worked with TT's api but I've never heard of autotrader. Do you have any info on it?
How about... inputs: length(20); vars: atr(0); if d>d[1] then begin if atr=0 then atr=highd(1)-lowd(1) else...
Distribution of 30 min es chart with 20 period moving average attached.
Maybe it's a limitation in esignal. Have you asked them?
Where??? I've never seen it. I built my own program to take TS data and combine into a portfolio view. I didn't trust the math in the 3rd party...
Out of curiosity, what is the difference between "tops and bottoms" and "turning points". Wouldn't the top or bottom BE the turning point?
What is the front end software that you want to work with?
OK. I included a workspace with the code I sent earlier (and some more code so you have to import the eld before opening the workspace). The chart...
Try this... Under format strategies, choose format. This is where you modify the inputs. Look for the Calculation tab. You will see the option...
you must type "[intrabarorderpersist=true]". I would put it as the first line in the strategy.
I think this is what you want to do. This won't buy 100 times as the averages cross intrabar. I commented the code pretty well so hopefully you...
I misunderstood what he was looking for. I was talking about calculating what price the crossover will occur ahead of time.
Separate names with a comma.