Search found 14 matches

by Drogo
30 Oct 2015
Forum: MultiCharts .NET
Topic: Calculation profit USDJPY
Replies: 1
Views: 3063

Calculation profit USDJPY

Hello, I have problem with calculation open position for symbol USDJPY - datasource: IB, IQFeed as well. Others symbols work normal. OpenProfit: symbol: USD.JPY BarTime: 17. 1. 2011 11:30:00 OpenProfit: -0,105449637253248 StopLoss: 388 ProfitTarget 388 symbol: USD.JPY BarTime: 17. 1. 2011 15:30:00 O...
by Drogo
10 Sep 2015
Forum: MultiCharts .NET
Topic: CQG data
Replies: 2
Views: 2061

Re: CQG data

All versions of Multicharts stopped working with demo from CQG.
Is there any change concerning using free demo data and Multicharts?
Because NT Trader works with the same login without any problems....
by Drogo
08 Sep 2015
Forum: MultiCharts .NET
Topic: CQG data
Replies: 2
Views: 2061

CQG data

Hello,

I have problem to connect CQG data demo. User and password are valid, because i tested them with NT.
by Drogo
05 May 2015
Forum: MultiCharts .NET
Topic: Using standard C# array in strategy
Replies: 5
Views: 3444

Re: Using standard C# array in strategy

Hello Henry, I have problems with backtesting and optimization. When I use standard arrays in strategy. It causes that sometimes stop calculating. There is not any error. It calculates for example 2 years of five. In two years there are 200 trades and then nothing. If I recompile the strategy or I r...
by Drogo
27 Apr 2015
Forum: MultiCharts .NET
Topic: Using standard C# array in strategy
Replies: 5
Views: 3444

Using standard C# array in strategy

Hello, I have question about using standard C# multidimensional arrays. Can I use it in strategy? Is there any limitation? Could be there problem with back testing and optimizing? There is simple example of "Signals" array: using System; using System.Drawing; using PowerLanguage.Function; using ATCe...
by Drogo
24 Apr 2015
Forum: MultiCharts .NET
Topic: Drawing or ploting from strategy [SOLVED]
Replies: 3
Views: 2497

Re: Drawing or ploting from strategy [SOLVED]

Hello Henry, I saw the article, but I cannot use plotting in the same way as in the indicator.. (namespace) Maybe I do not understand the article, could you correct me this strategy? There is an Example strategy of plotting: using System; using System.Drawing; using PowerLanguage.Function; using ATC...
by Drogo
24 Apr 2015
Forum: MultiCharts .NET
Topic: Drawing or ploting from strategy [SOLVED]
Replies: 3
Views: 2497

Drawing or ploting from strategy [SOLVED]

Hello,

I would like to draw some point or text to the chart from strategy to check my calculation in code in certain time.
Now I use output window to see required information, but to see them in chart would be more better.

Is there any way how to do it?

Thanks in advance for help.
by Drogo
17 Apr 2015
Forum: MultiCharts .NET
Topic: Startegy computing with BarsOfData(2) - debuging problem [SOLVED]
Replies: 1
Views: 2861

Startegy computing with BarsOfData(2) - debuging problem [SOLVED]

Hello, On basis your ExampleIndicator I made ExampleStrategy to see how strategy is built with more than one data stream. code: ------ using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { public class Exa...
by Drogo
05 Feb 2015
Forum: MultiCharts
Topic: OCO order from chart or DOM [SOLVED]
Replies: 5
Views: 2676

Re: OCO order from chart or DOM [SOLVED]

Hi Henry,

Ok.
Could you show me an example of placing an OCO order in automated strategy? Or link.....

Thank you.
by Drogo
03 Feb 2015
Forum: MultiCharts
Topic: OCO order from chart or DOM [SOLVED]
Replies: 5
Views: 2676

Re: OCO order from chart or DOM [SOLVED]

Hello Henry, Understand. Is there another way how to do it?.... Place whole order (Enter price, Stoploss and Profitarget) on IB side? I want to eliminate the risk when an order is placed and after that a connection is lost. I usually place order a few hours before filling an order. Thank you for rep...
by Drogo
31 Jan 2015
Forum: MultiCharts
Topic: OCO order from chart or DOM [SOLVED]
Replies: 5
Views: 2676

OCO order from chart or DOM [SOLVED]

Helo, I Have problem with oco orders and Interactive Broker. I expect that if I place new limit order with brackets function (stop loss and profit target) Multichats send all oco order to IB. But I can always see in IB only the limit order without stop loss and profit target. Is there any way how to...
by Drogo
25 Nov 2014
Forum: MultiCharts .NET
Topic: Volume profile counted form minute avg bar insted of ticks
Replies: 1
Views: 1209

Volume profile counted form minute avg bar insted of ticks

Hello developers. I have two suggestions (requirements): 1) Would be possible to develop Volume profile, which would be counted from 1 minute (avg price/volume)? It would be faster and it would not be so much demanding for hardware and data quality. 2) If you develop Volume profile on basis minute, ...
by Drogo
12 Aug 2014
Forum: MultiCharts
Topic: Loop in strategy
Replies: 3
Views: 1231

Re: Loop in strategy

Hello Henry,

There is not any message. Optimization process works, but the Optimization report is empty(full of zeros).
by Drogo
11 Aug 2014
Forum: MultiCharts
Topic: Loop in strategy
Replies: 3
Views: 1231

Loop in strategy

Hi I Use loop in strategy to compare prices aprox. 500 bars back. In side loop I make decision to make an order. Problem is that the strategy works live or if i use playback. It is not possible to do backtest. Example: Vars: BuySignal(false), Counter1(0), Counter2(0); Array: arrnumber1[64](0), arrnu...

Go to advanced search