Search found 6 matches

by r41866
18 Mar 2024
Forum: MultiCharts .NET
Topic: How to make some code to run only once at the beginning?
Replies: 2
Views: 144

How to make some code to run only once at the beginning?

I want to initiate some variables at the beginning but I found I cannot put the code in Create() or StartCalc() because if I change time frame, the code in create() or in StartCalc() don't run again but I want the variables to be initiated again if there is time frame change. Because that's for the ...
by r41866
29 Mar 2023
Forum: MultiCharts .NET
Topic: Is it possible to create an indicator without using data series functions?
Replies: 2
Views: 551

Is it possible to create an indicator without using data series functions?

In Multicharts.Net, creating an indicator seems very cumbersome. I checked a few built in indicators and I found all of them use data series functions. Do I have to create and use those functions? For example, for something as simple as drawing a line which is the average of bar high and bar low, ca...
by r41866
06 Mar 2023
Forum: MultiCharts .NET
Topic: Last bar prices wrong in IOG Mode tick chart trading
Replies: 3
Views: 652

Re: Last bar prices wrong in IOG Mode tick chart trading

Can any Multicharts support staff reply my posts? I have posted a few questions and a couple of days have passed but no one has ever replied. Even if the problems cannot be solved, I need to know so that I can try to find the other solutions.
by r41866
04 Mar 2023
Forum: MultiCharts .NET
Topic: Analysis in ES but trading in MES
Replies: 2
Views: 609

Analysis in ES but trading in MES

I want to trade ES but to reduce the learning cost, I want to trade MES first. I have no clue about how to program the code to place order in MES according to the price action in ES. Can anyone give me some hints?

Thanks a lot.
by r41866
03 Mar 2023
Forum: MultiCharts .NET
Topic: Check order status
Replies: 1
Views: 430

Check order status

I need to know order status after I send out orders in MOGMode in a signal. Is there any way to know the order status, such as order type, order ID, filled price, stop price, limit price, filled quantity, and open quantity etc.? Thanks.
by r41866
03 Mar 2023
Forum: MultiCharts .NET
Topic: Last bar prices wrong in IOG Mode tick chart trading
Replies: 3
Views: 652

Last bar prices wrong in IOG Mode tick chart trading

I want to write Multicharts.net C# code to do auto entry for my order position in futures in a tick chart. Assume the trade direction is long so my signal bar should be a green bar at a pivot low. The entry is triggered when the signal bar high price is exceeded by the bar following the signal bar. ...

Go to advanced search