Search found 14 matches

by ernay
08 Aug 2020
Forum: MultiCharts .NET
Topic: change length of indicator dynamically
Replies: 3
Views: 1551

Re: change length of indicator dynamically

Thanks Vlada. What would this look like for power language?

Best,
Ernie
by ernay
07 Aug 2020
Forum: MultiCharts .NET
Topic: NullReferenceException using MT's example VA min/max indicator
Replies: 3
Views: 1501

Re: NullReferenceException using MT's example VA min/max indicator

Note that the issue I'm observing seems to happen around 10:06am CTL every time. So probably a clue there...
by ernay
06 Aug 2020
Forum: MultiCharts .NET
Topic: NullReferenceException using MT's example VA min/max indicator
Replies: 3
Views: 1501

NullReferenceException using MT's example VA min/max indicator

I have an indicator based on Multichart's code at the following link, where you can plot the min/max VA over the course of a session. https://www.multicharts.com/trading-software/index.php/4.7.6_Volume_Profile It works great most of the time, but about 2-3 times a day, I get this error popup, and th...
by ernay
27 Jul 2020
Forum: MultiCharts .NET
Topic: change length of indicator dynamically
Replies: 3
Views: 1551

change length of indicator dynamically

hi there, I'm using a 1minute chart and want to have an indicator (like a moving average) that gives me a length equal to the number of bars in the current session. So basically, on each new bar, the length of the indicator would increase by 1, and would be reflected in the plot. I tried to implemen...
by ernay
19 Jul 2020
Forum: MultiCharts .NET
Topic: Precise Backtesting doesn't include volume
Replies: 1
Views: 978

Precise Backtesting doesn't include volume

I followed the precise backtesting instructions to use bid/ask data for /ES. That works fine, but then volume disappears which is a problem because my strategy needs to include volume. To try and fix that, I added a third instrument to the chart that used trades instead of bid/ask so I could get vol...
by ernay
10 Jul 2020
Forum: MultiCharts .NET
Topic: stop / profit orders placed at same time as a limit
Replies: 2
Views: 1367

Re: stop / profit orders placed at same time as a limit

Hi Vlada, thanks a lot for your reply. I really appreciate it. :D
by ernay
09 Jul 2020
Forum: MultiCharts .NET
Topic: VWAP Standard Deviation "Bands"
Replies: 1
Views: 2359

VWAP Standard Deviation "Bands"

I'm using the VWAP indicator and want to get the standard deviation of the VWAP series, since the new session started.  I was trying to follow the bollinger band indicator example on getting standard deviation, but it doesn't work the same way.  Any suggestions or examples on how I can achieve this?...
by ernay
19 Jun 2020
Forum: MultiCharts .NET
Topic: Tick value of /MES not returning correct values.
Replies: 3
Views: 1789

Re: Tick value of /MES not returning correct values.

I think you're right. For some reason the /MES settings from CME are: price scale 1/10000 min movement 1 big point value 10 This is the setting for /ES, not the micro. Interesting. I guess maybe a bug? The /MES as you mentioned should be - Big point value: 5 - Min movement: 25 - Price scale: 1/100 T...
by ernay
17 Jun 2020
Forum: MultiCharts .NET
Topic: Tick value of /MES not returning correct values.
Replies: 3
Views: 1789

Tick value of /MES not returning correct values.

I'm printing out the contract specs of /MES like this: Output.WriteLine("MinMove:" + Bars.Info.MinMove.ToString() + "\tPriceScale:" + Bars.Info.PriceScale.ToString() + "\tBigPointValue:" + Bars.Info.BigPointValue.ToString()); It prints out the following: MinMove:1 PriceScale:10000 BigPointValue:10 F...
by ernay
16 Jun 2020
Forum: MultiCharts .NET
Topic: events or callbacks once order is filled
Replies: 2
Views: 1595

events or callbacks once order is filled

I'd like to be able to receive an immediate notification via callback when an order is executed.

It would also be great to be able to register a time of day callback. i.e. At 2pm EST everyday a callback fires.

Are there examples for different types of events/callbacks available?
by ernay
16 Jun 2020
Forum: MultiCharts .NET
Topic: stop / profit orders placed at same time as a limit
Replies: 2
Views: 1367

stop / profit orders placed at same time as a limit

My goal is to send a limit order, and have the broker also receive my OCO stop/profit taking order. Example: - limit order to buy /ES at 3,000.00 - immediately on being filled, broker side will have a GTC stop order for 2,950.00 or profit taking order at 3,095.00, OCO style. What's the best way to a...
by ernay
15 Jun 2020
Forum: MultiCharts .NET
Topic: time-of-day examples for .NET
Replies: 2
Views: 1315

Re: time-of-day examples for .NET

nothing? How do I get support for the product I Just paid $1500 for?
by ernay
08 Jun 2020
Forum: MultiCharts .NET
Topic: time-of-day examples for .NET
Replies: 2
Views: 1315

time-of-day examples for .NET

hi there, I'm looking for examples of performing time-of-day tasks.

Is it possible to register a callback that fires at a certain time of day?

Also looking for examples of screening for certain time windows inside of CalcBar()

Thanks!

Go to advanced search