Search found 6 matches

by d0ke
05 Mar 2017
Forum: MultiCharts .NET
Topic: Pop up msg
Replies: 1
Views: 1146

Re: Pop up msg

This may help if you want a trader have a quick discretion: using System.Windows.Forms; // add that to header so u can access following protected override void CalcBar(){ if (Bars.Close[1] == Bars.Open[1]) //insert your condition here, that is just example condition to test { if (MessageBox.Show("Do...
by d0ke
05 Mar 2017
Forum: MultiCharts .NET
Topic: How to make several OCO for stop_orders and limit_orders
Replies: 3
Views: 2072

Re: How to make several OCO for stop_orders and limit_orders

TY Angelina, while the things you said make some sens, I guess it's too hard for my current coding level. Simple strategy script would be very helpful.
by d0ke
03 Mar 2017
Forum: MultiCharts .NET
Topic: Pop up msg
Replies: 1
Views: 1146

Pop up msg

Are there anyways to pop up a msg with Yes/No buttons from your strategy running in Portfolio Trader and read which button user clicked?
by d0ke
27 Feb 2017
Forum: MultiCharts .NET
Topic: How to make several OCO for stop_orders and limit_orders
Replies: 3
Views: 2072

How to make several OCO for stop_orders and limit_orders

I use MultiCharts .NET64 Version 10.0 and use your From_broker_to_strategy_synchronizer to make my own strategy see when I go long or short while I'm trading in IB TWS. Then my strategy manages the trade for me, and I want it to take off a part of my position. However, it seems MultiCharts place ord...
by d0ke
19 May 2016
Forum: MultiCharts .NET
Topic: Trail stops above/below high/low on broker backend
Replies: 0
Views: 2111

Trail stops above/below high/low on broker backend

I want to understand how to apply MultiCharts for managing trades (exits only). So when MC detects that MarketPositionAtBroker != 0 it trails 3 stops for me: 1/3 of my position on trading time frame, plus 1/3 on lower time frame, plus 1/3 on higher time frame, and need to trail them above/below bars...

Go to advanced search