Search found 36 matches

by ascales
29 Jul 2020
Forum: MultiCharts .NET
Topic: Risk Based Position Sizing
Replies: 3
Views: 1858

Re: Risk Based Position Sizing

Hi, Thanks for your response. The issue was that I was calculating the risk amount in my account currency. This needs to be converted to the symbol currency using the form: var riskAmountSymbolCurrency = StrategyInfo.ConvertCurrency(Bars.Time[0], StrategyCurrencyCode, Bars.Info.CurrencyCode, riskAmo...
by ascales
15 Jul 2020
Forum: MultiCharts
Topic: Bar Magnifier Issue
Replies: 1
Views: 884

Bar Magnifier Issue

Hi there, Running the following code on daily bars with bar magnification (1 minute, 5 minute, tick etc) switched on gives incredible results. If MarketPosition = 0 then begin Buy("EntryLimit-L") 100 shares next bar at C limit; end; If MarketPosition = 1 then begin If Time >= 2300 then Sell("ExitMar...
by ascales
08 Jul 2020
Forum: MultiCharts .NET
Topic: Risk Based Position Sizing
Replies: 3
Views: 1858

Risk Based Position Sizing

Hi there, I have the following code for calculating lot size based on entry and exit price: private int CalculateLotSize(double entryPrice, double lossPrice) { var priceDifference = Math.Abs(entryPrice - lossPrice); var ticks = priceDifference * (Bars.Info.MinMove * Bars.Info.PriceScale); var valueP...
by ascales
08 Jul 2020
Forum: MultiCharts .NET
Topic: Step Line in Indicators
Replies: 2
Views: 1308

Re: Step Line in Indicators

Thanks Vlada,

In TradingView it is a style property of the line: for example 'line' or 'step line' - this is much easier.

Best,
A
by ascales
12 Jun 2020
Forum: MultiCharts .NET
Topic: Notional Trade Value in Account Currency
Replies: 2
Views: 1291

Re: Notional Trade Value in Account Currency

Hi Vlada,

Great, thanks, and in code?

For example:

Code: Select all

GetAccountInfo().AvailableToTrade GetAccountInfo().Balance
Are these functions returning values in the account currency?

A
by ascales
29 May 2020
Forum: MultiCharts
Topic: Portfolio dynamic allocation
Replies: 7
Views: 2711

Re: Portfolio dynamic allocation

Hi All, Late to this thread but just wondered if someone could clarify what the advantage/core features of using the Portfolio Trader are WITHOUT specifying any Money Management Signal? What does it do? Just run each strategy/instrument independently or is there some core portfolio functionality? Th...
by ascales
22 May 2020
Forum: MultiCharts .NET
Topic: Notional Trade Value in Account Currency
Replies: 2
Views: 1291

Notional Trade Value in Account Currency

Hi there, The calculation for the trade notional amount is a simple one: contract size * price Is there a simple way of calculating this in the account currency based on the current active symbol on the chart? For example a EUR/USD forex trade and an account denominated in CHF? I need this in order ...
by ascales
21 May 2020
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 14.0 BETA 3
Replies: 5
Views: 3115

Re: MULTICHARTS .NET 14.0 BETA 3

Thanks Josh for the info...
by ascales
18 May 2020
Forum: MultiCharts .NET
Topic: Step Line in Indicators
Replies: 2
Views: 1308

Step Line in Indicators

Hi there, I would like to create a version of the price channel indicator that uses a 'Step Line' (horizontal connecting lines) instead of a regular line (point a-to-b). There doesn't seem to be a style type for this, only a 'Line' type. Any ideas, suggestions? Is there a Step Line type similar to t...
by ascales
10 May 2020
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 14.0 BETA 3
Replies: 5
Views: 3115

Re: MULTICHARTS .NET 14.0 BETA 3

Bump!
by ascales
10 May 2020
Forum: User Contributed Studies
Topic: Aroon Indicator
Replies: 0
Views: 1362

Aroon Indicator

I guess this one is missing from the standard toolbox...

Aroon indicator developed by Tushar Chande; indicates if the price is trending or is in a trading range. Definition can be found here: https://www.investopedia.com/terms/a/aroon.asp

Enjoy! :D

Aroon.jpg
(273.76 KiB) Not downloaded yet
aroon.pln
(1.44 KiB) Downloaded 296 times
by ascales
02 May 2020
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 14.0 BETA 3
Replies: 5
Views: 3115

Re: MULTICHARTS .NET 14.0 BETA 3

Hi Henry,

Could someone please provide an update on the Beta and what the roadmap looks like for MultiCharts .NET this year?

Thanks.
A
by ascales
21 Apr 2020
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 14.0 BETA 3
Replies: 5
Views: 3115

Re: MULTICHARTS .NET 14.0 BETA 3

Hi Henry,

Any timeframe for the full release?

Thanks.
A
by ascales
22 Feb 2020
Forum: MultiCharts .NET
Topic: ATR Differences
Replies: 5
Views: 2512

Re: ATR Differences

Thanks for the response; I can live with this using 1 minute tick data in the bar magnifier. Maybe a nuance of my setup... thnx
by ascales
07 Feb 2020
Forum: MultiCharts .NET
Topic: ATR Differences
Replies: 5
Views: 2512

Re: ATR Differences

Hi again, So it appears the difference is caused when turning on Bar Magnifier. I am using a 15 minute bar with Trade data plotted on the main chart; and additional data sources for Bid and Ask series. All indicators are using the Trade data source. LMAX is the data provider in this case. I have tri...
by ascales
06 Feb 2020
Forum: MultiCharts .NET
Topic: ATR Differences
Replies: 5
Views: 2512

ATR Differences

Hi there, I am getting different numbers when calling the ATR function from either an indicator or a signal with identical setup on the same price series and the same chart window. The call is: m_atr.Value = this.AverageTrueRange(atrlength); Does anyone have any suggestions as to how I can resolve/t...
by ascales
30 Dec 2019
Forum: MultiCharts .NET
Topic: Bollinger Bands %B
Replies: 5
Views: 3133

Re: Bollinger Bands %B

Added overbought/oversold levels. Enjoy! 8)
by ascales
30 Dec 2019
Forum: MultiCharts .NET
Topic: Bollinger Bands %B
Replies: 5
Views: 3133

Re: Bollinger Bands %B

Thanks AngryNJ! I never got around to this... :)
by ascales
20 Dec 2019
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 RELEASE 9
Replies: 6
Views: 2888

Re: MULTICHARTS .NET 12.0 RELEASE 9

Hi, Thanks for the prompt reply. The commission part is clear; based primarily on trade volume, per-client basis. I took the worst case USD 50 Net per USDm. All good. But how do I emulate the spreads in backtesting given that these are Saxo's interbank rates and not the rates I'd trade on? With a fa...
by ascales
20 Dec 2019
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 RELEASE 9
Replies: 6
Views: 2888

Re: MULTICHARTS .NET 12.0 RELEASE 9

Hi Saxo Group, Welcome! Could you please confirm that your historical spot FX data is Saxo's actual bid/ask and is suitable for back testing on MC? There was a reference to inter-bank rates on your wiki page: The feed consists of the inter-bank bid/ask feed for FX and CFD products, and the top-of-bo...
by ascales
19 Aug 2018
Forum: MultiCharts .NET
Topic: MIFID Regulations and European Customers
Replies: 1
Views: 1191

MIFID Regulations and European Customers

Hi there, Does anyone have any information/update on how European MIFID regulations have affected trading capability/API access from Multicharts? Which brokers continue to support auto trading/API access via Multicharts for European customers? https://www.multicharts.com/features/brokers/ For exampl...
by ascales
31 Jul 2018
Forum: User Contributed Studies
Topic: Standard Deviation Price Channel Indicator
Replies: 0
Views: 2016

Standard Deviation Price Channel Indicator

A simple price channel indicator based on the linear regression line indicator with variable channel length. The channel is dynamic and adjusts with price action.
LinearRegressionChannel.JPG
(374.22 KiB) Downloaded 509 times
by ascales
28 Oct 2017
Forum: MultiCharts
Topic: 11.2 connecting to Oanda V20 account [SOLVED]
Replies: 4
Views: 1960

Re: 11.2 connecting to Oanda V20 account [SOLVED]

I have reverted to the previous version of the API which is working as expected. I'll try the V20 in 6-12 months to see if it has improved.
by ascales
28 Oct 2017
Forum: User Contributed Studies
Topic: Tillson T3 Moving Average Function & Indicator
Replies: 0
Views: 2422

Tillson T3 Moving Average Function & Indicator

Implementation of Tim Tillson's T3 Moving average. This kind of average provides less lag with a considerably smoother curve.

Also included an indicator with colour coding - see screenshot. Feedback and improvements welcome.
TilsenMa.PNG
(56.03 KiB) Downloaded 1020 times
by ascales
29 Sep 2017
Forum: MultiCharts
Topic: 11.2 connecting to Oanda V20 account [SOLVED]
Replies: 4
Views: 1960

Re: 11.2 connecting to Oanda V20 account [SOLVED]

I have the same issue with Oanda V20. Constant disconnects with remote server returned an error 400. Quote manager runs for a minute or so and then the error appears. It then runs again and within a minute I get the same error. I have a ticket with Oanda open but so far no joy. Extremely frustrating.
by ascales
14 Sep 2017
Forum: MultiCharts .NET
Topic: Stop Order Expiry
Replies: 2
Views: 1586

Re: Stop Order Expiry

Hi Henry,

Thanks, surprisingly I had not seen that option.
by ascales
11 Sep 2017
Forum: MultiCharts .NET
Topic: Stop Order Expiry
Replies: 2
Views: 1586

Stop Order Expiry

Hi there, Is there any way to control the expiry of a Stop order? Trading spot forex using Oanda if I create a new stop order it expires at session close on the day of the order, i.e. 10:59 PM. My code: private IOrderPriced _exitLongStopOrder; _exitLongStopOrder = OrderCreator.Stop(new SOrderParamet...
by ascales
01 Sep 2017
Forum: MultiCharts .NET
Topic: Difference between Environment.IsRealTimeCalc and ...IsAutoTradingMode? [SOLVED]
Replies: 2
Views: 1752

Difference between Environment.IsRealTimeCalc and ...IsAutoTradingMode? [SOLVED]

Is there any difference? I assume indicators could be processing real-time data without auto-trading being enabled?

Thanks.
by ascales
07 Jun 2017
Forum: MultiCharts .NET
Topic: Bollinger Bands %B
Replies: 5
Views: 3133

Re: Bollinger Bands %B

Hi Josh,

Thanks for your reply. More of a general question I guess - to save some time! :-)

If anyone has done this already please post your study otherwise I'll code it up and post.

Cheers,
Alan
by ascales
06 Jun 2017
Forum: MultiCharts .NET
Topic: Bollinger Bands %B
Replies: 5
Views: 3133

Bollinger Bands %B

Hi there,

Is there a bundled indicator for Bollinger Band %B (Percent Bandwidth)?

https://www.tradingview.com/wiki/Bollin ... 25B_(%25B)

I can see the regular Bollinger Bands but not the %B version.

Thanks a lot.
Alan
by ascales
02 Mar 2017
Forum: MultiCharts .NET
Topic: Oanda Connection Woes
Replies: 6
Views: 3038

Re: Oanda Connection Woes

Hi Angelina,

I have sent the log files, thanks.

Alan
by ascales
22 Feb 2017
Forum: MultiCharts .NET
Topic: Oanda Connection Woes
Replies: 6
Views: 3038

Re: Oanda Connection Woes

Hi Angelina, This patch has not resolved the issue. Was this patch for Multicharts.NET version 10? I have: Version: MultiCharts .NET64 Version 10.0 Release (Build 13630) running on Windows 10 Enterprise on the Azure platform. Again, I have a connection issue to Oanda: 1) Automated Order execution tu...
by ascales
18 Feb 2017
Forum: MultiCharts .NET
Topic: Oanda Connection Woes
Replies: 6
Views: 3038

Re: Oanda Connection Woes

Thanks Angelina, I will give this a try next week.
by ascales
16 Feb 2017
Forum: MultiCharts .NET
Topic: Oanda Connection Woes
Replies: 6
Views: 3038

Re: Oanda Connection Woes

Attaching log output:
Log Output.txt
(1.44 KiB) Downloaded 404 times
by ascales
16 Feb 2017
Forum: MultiCharts .NET
Topic: Oanda Connection Woes
Replies: 6
Views: 3038

Oanda Connection Woes

I am having significant connection issues with the Oanda broker, which seem to have gotten worse over the past 1-2 weeks. The connection will now drop 1-2 times daily, and it seems particularly a problem at EOD when instead of closing out the position I'll get the connection dialogue and the trade i...

Go to advanced search