API Support Forum
User Profile

Viewing User Profile for: MDunbar52


About

N/A

Nov 16, 2009 11:45 AM

Nov 16, 2009 11:49 AM



Post Statistics
MDunbar52 has contributed to 9 posts out of 5593 total posts

20 most recent posts:

API Support » Range Plot Style Nov 16, 2009 @ 11:45 AM (Total replies: 4)

How do you create a range plot style like the Envelopes indicator?

API Support » CandleStick as Indicator Oct 19, 2009 @ 03:56 PM (Total replies: 1)

Can you set the style of a custom indicator to candlestick. If so how do you pass the open,high,low,close values to it? I see that DataSeries, ChartType can support a series charttype of Candlestick But Im not sure how to use it.

Thanks

API Support » Custom Sessions and Bar TimeStamps Sep 15, 2008 @ 01:00 PM (Total replies: 5)

Are there any plans to expose the chart settings to indicators and strategies? I have indicators and startegies that are dependant on times of the day. Not knowing if the time is the open or close makes them not reliable.

API Support » Custom Sessions and Bar TimeStamps Sep 12, 2008 @ 05:35 PM (Total replies: 5)

Is the option ShowOpenTimes available as a class member/variable inside an indicator or strategy? If so how do you refer to it?

API Support » Custom Sessions and Bar TimeStamps Sep 12, 2008 @ 03:47 PM (Total replies: 5)

When creating a custom session on a chart lets say I want a session 5:00am to 12:00pm. If I create this the last bar of the session is time stamped 12:00pm. Since you time stamp to the open of a bar and not the close of the bar, this last bar actually extends past the custom session time specified by what ever the time interval is. So if its a 5 min chart the session really ends at 12:05pm. A 30 minute bar chart will have the last bar end at 12:30pm. So the custom sessions created do not match the time specified. I believe the root of this problem is the time stamp to the open and not the close of the bar. Are there any plans to address this. Or maybe a setting that allows the user to choose to set times to the end of a bar instead of the open. This way a users transition from TradeStation will be easier as TS timestamps the end of the bar.

API Support » Indicators UpDate on every tick Sep 12, 2008 @ 02:45 PM (Total replies: 5)

So can indicators be made the same.

API Support » Indicators UpDate on every tick Sep 12, 2008 @ 02:17 PM (Total replies: 5)

Thank you for that extensive answer. Are there any plans to add this to the software. If this is the way strategies are calculated then you will have big issues of signals not matching up. Signals will generate intrabar and then disapear by the end of the bar.

API Support » Indicators UpDate on every tick Sep 12, 2008 @ 01:08 PM (Total replies: 5)

Is there a setting that can only have an indicator update at the close of the bar?

API Support » Access balance from inside an indicator Sep 11, 2008 @ 04:56 PM (Total replies: 0)

Im trying to access a users nlv from inside an indicator. I include OEC.API and try and reference Balance.NetLiquidatingValue. I keep getting an error An object reference is required for the non static field. Fist can this be done? Do I need to create an instance of OECClient or can I reference the existing one associated with the chart? And how do I do it?