Search found 20 matches

by lordsriram
05 May 2023
Forum: MultiCharts .NET
Topic: IOrderPriced Order Completion
Replies: 3
Views: 598

Re: IOrderPriced Order Completion

I found a way. But one question is that if an order is executed, I cannot repurpose the same order to reduce a position size, my code works only when there is another order with a different name. The same order will work again after the position size has gone to zero and a new trade was used to open...
by lordsriram
05 May 2023
Forum: MultiCharts .NET
Topic: Visual Studio 2010 - Unable to Debug
Replies: 5
Views: 660

Re: Visual Studio 2010 - Unable to Debug

Hello lordsriram, Please follow these steps to troubleshoot: Disable any antivirus/firewall software running on your machine Close all MultiCharts components and make sure there are no MC processes left in Task Manager -> Details tab -> Description column Repair MultiCharts installation. Go to the ...
by lordsriram
04 May 2023
Forum: MultiCharts .NET
Topic: IOrderPriced Order Completion
Replies: 3
Views: 598

IOrderPriced Order Completion

Hi I have a scenario where I have an IOPriced order creating a limit order - like below. if ((Bars.Close[0] < X) { m_LongStop .Send(Bars.Close[0] - padAmount, Convert.ToInt32(CurrentPosition.OpenLots * percent) ); } Is there a way to know if this order executed successfully and then not execute this...
by lordsriram
04 May 2023
Forum: MultiCharts .NET
Topic: Visual Studio 2010 - Unable to Debug
Replies: 5
Views: 660

Re: Visual Studio 2010 - Unable to Debug

Hello lordsriram, Please follow these steps to troubleshoot: Disable any antivirus/firewall software running on your machine Close all MultiCharts components and make sure there are no MC processes left in Task Manager -> Details tab -> Description column Repair MultiCharts installation. Go to the ...
by lordsriram
04 May 2023
Forum: MultiCharts .NET
Topic: Visual Studio 2010 - Unable to Debug
Replies: 5
Views: 660

Re: Visual Studio 2010 - Unable to Debug

I don't use VS 2010, so guessing here. Do you have the 4.0 Framework loaded? I'm using VS 2019 for MC .NET, and it works fine. You can download the Community Edition here https://visualstudio.microsoft.com/vs/older-downloads/ if you join the free Dev Essentials program. Yes, I do have VS 2019 and w...
by lordsriram
01 May 2023
Forum: MultiCharts .NET
Topic: Visual Studio 2010 - Unable to Debug
Replies: 5
Views: 660

Visual Studio 2010 - Unable to Debug

Hi

I have tried debugging for visual studio 2010 using the PL Editior and I get the following error
the the PLStudies2010.csproj is an unsupported version. I am unable to debug at all. I tried output line in PL Editor and I get no output in the window. Please help
by lordsriram
07 Nov 2021
Forum: MultiCharts
Topic: Interactive Brokers Crypto
Replies: 1
Views: 468

Interactive Brokers Crypto

IB now has cryptocurrencies.

https://www.interactivebrokers.com/en/index.php?f=49945

I am unable to find the symbols in quote manger or the section called cryptocurrency in quote manager for interactive brokers. Can you please share the steps to add this to Multicharts.net

Thanks
Sriram
by lordsriram
11 Jan 2021
Forum: MultiCharts .NET
Topic: Options Trading
Replies: 1
Views: 2026

Options Trading

Hi

I have a strategy that triggers automated stock orders. Is there a way to trade options for the same stock using Multicharts.net? Please let me know

Thanks
Sriram
by lordsriram
09 Dec 2020
Forum: MultiCharts .NET
Topic: Order Not placed - Code Executed
Replies: 1
Views: 822

Order Not placed - Code Executed

Here is a snippet of the code that is having execution issue m_CloseBull = OrderCreator.Limit(new SOrderParameters(Contracts.UserSpecified, "CloseBull", EOrderAction.Sell)); If a certain profit taking condition is met I execute the following code m_CloseBull.Send(Bars.Close[0] - trailLimit, Convert....
by lordsriram
26 Jul 2019
Forum: MultiCharts .NET
Topic: UpdateonEverytick ON vs OFF
Replies: 4
Views: 2616

Re: UpdateonEverytick ON vs OFF

the attachment has the last minute CPU usage as of 7/26/19. Looks like there are atleast 56Seconds of Quotes backed up in the system to process during market close. there is a red square in the multicharts screen near the bottom of the screenshot
by lordsriram
26 Jul 2019
Forum: MultiCharts .NET
Topic: UpdateonEverytick ON vs OFF
Replies: 4
Views: 2616

Re: UpdateonEverytick ON vs OFF

Anna This happens only at the last minute bar. I have only one chart. I am loading a 4 hour chart of a stock and then have another stock that i use trade manager to manually place orders and use one data loader to get quotes of the other stock that is traded manually. I can see this every day at tha...
by lordsriram
17 Jul 2019
Forum: MultiCharts .NET
Topic: UpdateonEverytick ON vs OFF
Replies: 4
Views: 2616

UpdateonEverytick ON vs OFF

I have the following settings [IOGMode(IOGMode.Enabled)] [SkipIdenticalTicks(true)] [UpdateOnEveryTick(true)] [SameAsSymbol(true)] I have a primary symbol and another symbol that i manually manage using trademanager (this symbol is in resolution.seconds). Towards the End of day, my CPU usage goes ne...
by lordsriram
30 May 2019
Forum: MultiCharts .NET
Topic: TradeManager - Unmanaged orders [SOLVED]
Replies: 1
Views: 1366

Re: TradeManager - Unmanaged orders [SOLVED]

Found my answer: No it doesn't prompt for confirmation for unmanaged orders
by lordsriram
30 May 2019
Forum: MultiCharts .NET
Topic: TradeManager - Unmanaged orders [SOLVED]
Replies: 1
Views: 1366

TradeManager - Unmanaged orders [SOLVED]

I am using trademanager to trade a stock that is not in the chart. I have confirmation required turned on for auto-trading setting. Will I get a confirmation window popup for the stock for a buy or sell, that is getting traded using trademanager that is not in the chart. Please confirm.
by lordsriram
06 May 2019
Forum: MultiCharts .NET
Topic: Automated Trading Issue
Replies: 1
Views: 1140

Automated Trading Issue

HI I am using Portfolio trader for a strategy: Orders were executed for a % trailing stop using GeneratePercentTrailing statement correctly and the position was closed. I exited out of portfolio trader and had to restart my machine, once i restarted Portfolio trader, the position history is still op...
by lordsriram
31 Mar 2019
Forum: MultiCharts .NET
Topic: Contract Size and Profit Taking [SOLVED]
Replies: 1
Views: 1430

Re: Contract Size and Profit Taking [SOLVED]

Found my answer.... Currentpostions.Openlots gives me this number

Thanks
by lordsriram
29 Mar 2019
Forum: MultiCharts .NET
Topic: Contract Size and Profit Taking [SOLVED]
Replies: 1
Views: 1430

Contract Size and Profit Taking [SOLVED]

Hi I am using ordercreator.limit(new SOrderParameters(Contracts.Default, "Buy", EorderAction.Buy)) I am using the portfolio trader to determine the contract size based on 80% of my equity. I want to place profit taking orders at certain profit targets, but only take say 15% of the total contract siz...
by lordsriram
06 Feb 2019
Forum: MultiCharts .NET
Topic: Long on X and Short on Y
Replies: 3
Views: 2046

Re: Long on X and Short on Y

In my example, I need to clarify, I can only execute Long positions. The strategy is such a way that it will trigger X buy and sell X or Y buy and Sell Y. In that case, do I need to have two instance of the same strategy in Multicharts.net, executing on two different stocks X or Y? Please let me kno...
by lordsriram
06 Feb 2019
Forum: MultiCharts .NET
Topic: Long on X and Short on Y
Replies: 3
Views: 2046

Long on X and Short on Y

I have an automated strategy that I have, but due to IRA requirements, I cannot go short on a stock. I want all my long signals to buy only stock X and all my short signals to buy stock Y. I am using OrderCreator.Limit(new SOrderParameters(Contracts.Default, "Buy", EOrderAction.Buy)); or OrderCreato...
by lordsriram
04 Dec 2018
Forum: MultiCharts .NET
Topic: Automated Trading - Sync Price and Time
Replies: 1
Views: 1407

Automated Trading - Sync Price and Time

Hi I enabled automated trading on a strategy that i have back tested. I have a couple of questions on automated trading 1. A strategy buy was initiated at a certain timeframe 2. The buy was executed at the broker 3. I have enabled Assign initial position at broker (with always enabled) 4. Every day ...

Go to advanced search