|
Austin, TX
Experience: Advanced
Platform: TradeStation
Trading: Futures
Posts: 838 since Mar 2011
Thanks Given: 124
Thanks Received: 705
|
I'm not familiar with C, and I'm just now getting a handle on Easy Language, but you should be able to learn pretty quickly how to develop simple indicators like discussed above.
If the platforms he recommended will work, great. Having an "indicator" that calculates custom specified calculations based off a graphic user interface (such as highlighting an area with a mouse) seems pretty intricate. I'd be interested to see the outcome of this.
In the interim, it's pretty simple to code your own indicator that as I said, you'd simply need to enter a user defined input such as "number of bars back" that would output a total volume for each bar.
That way, you could keep track of say the last 10 bars of total volume on any given bar and use it as an indicator to whatever end you choose (I'm assuming you're using it for entry criteria/screening).
|