Search found 7 matches

by Kghiasv
22 Mar 2024
Forum: MultiCharts .NET
Topic: Cancel market orders
Replies: 1
Views: 79

Cancel market orders

Quick question about cancel market order option under the auto trading tab. I am testing out the strategy on a 1 minute chart to see if it buys and sells correctly. It will place a limit order while the conditions for the sell limit are met, but then instead of turning into a market order when the c...
by Kghiasv
11 Jan 2022
Forum: MultiCharts
Topic: Abide by your policy [SOLVED]
Replies: 2
Views: 855

Re: Abide by your policy [SOLVED]

Only after digging through release notes and scrolling to the bottom of the BTE page on Multicharts Wiki, which most customers wont do, does someone realize that it has a hidden cost. This can be considered FALSE ADVERTISING (If you do not think this ridiculous promotion is false advertisement, esp...
by Kghiasv
10 Jan 2022
Forum: MultiCharts
Topic: Abide by your policy [SOLVED]
Replies: 2
Views: 855

Abide by your policy [SOLVED]

I speak for myself but I'm positive 99% of your customers share my viewpoint. Since we're all traders here, I'm sure we all know that an investment constitutes as an act of devoting time, energy, and capital towards something that we expect to be worthwhile. When we the customers decide to subscribe...
by Kghiasv
13 Dec 2021
Forum: MultiCharts .NET
Topic: Debugging
Replies: 2
Views: 1029

Re: Debugging

Hello,

Sorry for the late reply.

Thank you so much, I got it to work.
by Kghiasv
01 Nov 2021
Forum: MultiCharts .NET
Topic: Debugging
Replies: 2
Views: 1029

Debugging

Hello, The locals, autos, and watch 1 debug windows are empty and I cant figure out how to make them show values. I have attached to Multicharts.NET but I'm sure I'm missing other required options. I also can't set a breakpoint. I get the "A breakpoint could not be inserted at this location" error. ...
by Kghiasv
14 Sep 2021
Forum: MultiCharts .NET
Topic: Order of events [SOLVED]
Replies: 2
Views: 1113

Re: Order of events [SOLVED]

Hello Kghiasv, To set variables like VariableSeries<> and VariableObject<> Value property should be used. Please see below: VariableSeries<DateTime> bearFractalArray; bearFractalArray.Value = Bars.Time.Value; VariableSeries<DateTime> bearFractalArray; bearFractalArray.Value = Bars.Time[0]; Your ans...
by Kghiasv
04 Aug 2021
Forum: MultiCharts .NET
Topic: Order of events [SOLVED]
Replies: 2
Views: 1113

Order of events [SOLVED]

Hello, I am trying to code a system that acts based on the order of fractals prior to price breakout. One example is if price is breaking over the high of the last bull fractal, the system acts differently, if that bull fractal is the last fractal recorded or if a bear fractal happened between the t...

Go to advanced search