Search found 44 matches

by rc76
28 Mar 2024
Forum: User Contributed Studies and Indicator Library
Topic: ADE, ELcollections, and GlobalVariables
Replies: 43
Views: 83341

Re: ADE, ELcollections, and GlobalVariables

Has anyone tried to use ADE in Portfolio Trader and succeed? I try to get data in PT's MM signal and plot it on MC's chart, but seems cannot get the data successfully. I will get this error: 01.png Here is the code: PT's MM signal: Vars: Class_ADE("Test"); Vars: InfoMap_Num(MapSN.New); if currentbar...
by rc76
17 Jan 2024
Forum: MultiCharts
Topic: Use python to compile C++ DLL that is usable by Multicharts
Replies: 9
Views: 530

Re: Use python to compile C++ DLL that is usable by Multicharts

Hmmm, so you mean it is possible to use python to compile C++ DLL that is usable by Multicharts?
by rc76
17 Jan 2024
Forum: MultiCharts
Topic: Use python to compile C++ DLL that is usable by Multicharts
Replies: 9
Views: 530

Use python to compile C++ DLL that is usable by Multicharts

I am wondering whether it is possible to use python to create basic logics, and compile into C++ DLL (maybe using cython or something?) that is usable by Multicharts? Because C++ is really hard to write code lol Python is a lot easier. I am wondering whether anyone have used this approach and succes...
by rc76
14 Jan 2024
Forum: MultiCharts
Topic: How to modify CloseW into XAverageCloseW ?
Replies: 2
Views: 169

Re: How to modify CloseW into XAverageCloseW ?

Hi TJ,

Much thank you for the response. However my issue is not with Data2, but with CloseW.

Data2 is perform as expected when applied with XAverage, however its when applying XAverage to CloseW, it becomes the problem.
by rc76
12 Jan 2024
Forum: MultiCharts
Topic: How to modify CloseW into XAverageCloseW ?
Replies: 2
Views: 169

How to modify CloseW into XAverageCloseW ?

Hi Does any one have any experience in applying XAverage() to CloseW under a daily chart? It seems the result of XAverage(CloseW) is very different to XAverage(Close) of Data2 (Data2=Weekly) under a daily chart. For example: https://i.ibb.co/WsQnQRc/03.png Vars: EMA_wk_Data2(0); EMA_wk_Data2 = XAver...
by rc76
10 Jan 2024
Forum: MultiCharts
Topic: Question regarding MarketPosition_at_Broker and IB TWS [SOLVED]
Replies: 2
Views: 194

Question regarding MarketPosition_at_Broker and IB TWS [SOLVED]

I have a quick question regarding how MarketPosition_at_Broker will work. Scenario: - Currently MC is connected to IB TWS. There is no position in both MC signal on the chart, as well as no position in TWS. - If I manually purchase 1 long position of ES on TWS (i.e. ESH24), this info will be display...
by rc76
29 Oct 2023
Forum: MultiCharts
Topic: How to use ELCollection to read last row from a file? [SOLVED]
Replies: 4
Views: 396

Re: How to use ELCollection to read last row from a file? [SOLVED]

rrams - Yes it works. Thank you so much rrams! Could it be column 1 is its internal index for the file?

JensOhle - Thank you JensOhle! Any chance you may have any idea about rrams's question on column 1?
by rc76
24 Oct 2023
Forum: MultiCharts
Topic: How to use ELCollection to read last row from a file? [SOLVED]
Replies: 4
Views: 396

How to use ELCollection to read last row from a file? [SOLVED]

I have the following txt file: Read123.txt "Date","Time","Open","High","Low","Close","Volume", 2018-01-01, 17:01:00, 6405.00, 6409.75, 6401.50, 6407.75, 538 2018-01-01, 17:02:00, 6408.00, 6410.25, 6407.50, 6410.00, 117 2018-01-01, 17:03:00, 6409.75, 6412.00, 6409.50, 6411.25, 101 2018-01-01, 17:04:0...
by rc76
14 Oct 2023
Forum: MultiCharts
Topic: Auto trading - synchronous or asynchronous mode [SOLVED]
Replies: 5
Views: 4346

Re: Auto trading - synchronous or asynchronous mode [SOLVED]

Hi, I understand this is a very old post, but I have a very similar setting and is wondering anyone as well as MC team can give me some advice on how should I be using the SA/AS in auto-trading. My Setup: - Broker: - Interactive Broker - PC Setup: - The PC running the strategies is intended to be up...
by rc76
20 Dec 2022
Forum: User Contributed Studies
Topic: Function To Find Closest Bar Number for Given DateTime
Replies: 2
Views: 1503

Re: Function To Find Closest Bar Number for Given DateTime

Will there be any chance to create a version for regular MC as well?

This function will be super useful!

Thank you sir in advance!
by rc76
19 Dec 2022
Forum: MultiCharts
Topic: Best AWS EC2 Instance Types For Running Live?
Replies: 2
Views: 973

Re: Best AWS EC2 Instance Types For Running Live?

Yes would love to hear more about it. Also like to chip in some more questions:

Q1: AWS vs Azure? (Since we are running on Windows)
Q2: Running 10 MC Charts vs PT with hundreds of symbols?
Q3: Trading Binance Crypto (Location and other attributes best suit for Binance)?
by rc76
16 Dec 2022
Forum: MultiCharts
Topic: Potential Feature: A better way to use "Format Objects" window
Replies: 1
Views: 295

Potential Feature: A better way to use "Format Objects" window

Format Objects window is one of the most frequently used window, especially the "Studies" tab, and many times spend to adjust the studies/indicators on: (1) Up/Down Positioning among studies/indicators (2) Choosing of Data # the study is based on Therefore if we can make the following enhancement th...
by rc76
10 Dec 2022
Forum: MultiCharts
Topic: Potential Feature: Add new parameter for .CSY command: category
Replies: 0
Views: 341

Potential Feature: Add new parameter for .CSY command: category

For crypto coins, usually there are Spots (cryptocurrency) and Futures for the same symbol, i.e. ETHUSDT, and when using .csy command to change symbol usually will not go to the correct crypto symbol. Therefore, please add new parameter for .CSY command: category Use Case: .csy name=ETHUSDT, categor...
by rc76
23 Nov 2022
Forum: MultiCharts
Topic: ADE.GetBarInfo for day and week timeframe
Replies: 6
Views: 623

Re: ADE.GetBarInfo for day and week timeframe

I actually just tried to use ADE, with PT signal as sender, and MC Chart signal as receiver.

Unfortunately nothing comes through..

Have you actually got it working?
by rc76
23 Nov 2022
Forum: MultiCharts
Topic: Potential Feature: The ability to change symbol using commandline during autotrading.
Replies: 2
Views: 400

Re: Potential Feature: The ability to change symbol using commandline during autotrading.

rrams,

Absolutely, please go crazy with the modification on the feature request.

And it is so cool to know that you can add new symbols by using commandline().

The currently challenge with PT (not the Chart) is a means to add/remove new/obsolete symbols, since commandline() don't support in PT.
by rc76
22 Nov 2022
Forum: MultiCharts
Topic: Feature Request: Using GetAppInfo() to retrieve MC alerts and auto-disappear after X sec
Replies: 0
Views: 373

Feature Request: Using GetAppInfo() to retrieve MC alerts and auto-disappear after X sec

Hi Guys, I have proposed a feature regarding MC alerts messages. About the error messages generated by MC, i.e.: https://i.ibb.co/rcH5mLy/00.png Issue: While we perform auto-trading: we will not be able to see or track/log the error alert messages that pop up in MC, there are times of multiple error...
by rc76
22 Nov 2022
Forum: MultiCharts
Topic: ADE.GetBarInfo for day and week timeframe
Replies: 6
Views: 623

Re: ADE.GetBarInfo for day and week timeframe

rrams,
Just a side question, do you aware whether it is possible to send data using ADE between PT and MC Charts? i.e. Retrieve PT equity performance or entry/exit signals of symbol and draw it on MC Chart?
by rc76
22 Nov 2022
Forum: MultiCharts
Topic: ADE.GetBarInfo for day and week timeframe
Replies: 6
Views: 623

Re: ADE.GetBarInfo for day and week timeframe

Thank you so much rrams! I will give a try on this!
by rc76
19 Nov 2022
Forum: MultiCharts
Topic: Potential Feature: The ability to change symbol using commandline during autotrading.
Replies: 2
Views: 400

Potential Feature: The ability to change symbol using commandline during autotrading.

It will be great if you can use commandline in MC’s Chart to change symbol in real-time live auto-trading, i.e.: CommandLine(".csy name=" + MySymbolName); It will create many new possibilities with MC Charts and can complement the lack of such feature with Portfolio Trader to update symbols during a...
by rc76
18 Nov 2022
Forum: MultiCharts
Topic: ADE.GetBarInfo for day and week timeframe
Replies: 6
Views: 623

ADE.GetBarInfo for day and week timeframe

When using ADE to retrieve the variable value (number), we use the: ADE.GetBarInfo() Where the 3rd parameters need to align to ADE-Sender's time-frame. In the ADE documentation, it only give the clues of daily, weekly, and monthly, as follow: 0 : day -1 : weekly -2 : monthly It didn't specify if the...
by rc76
01 Nov 2022
Forum: MultiCharts
Topic: Question - Session setting for Binance
Replies: 1
Views: 494

Question - Session setting for Binance

I noticed using default Binance session setting (i.e. inside Exchange & ECN): 0000.png The dates for the same candle displayed on a daily chart in MC and TradingView will be differ. i.e.: TradingView's date will be 1 day earlier than MC's. (1) Why is this the case? (2) How can we set the session for...
by rc76
10 Mar 2022
Forum: MultiCharts
Topic: Use ADE to transfer "string/text" ?
Replies: 0
Views: 532

Use ADE to transfer "string/text" ?

ADE is great to transfer numerical value between charts, using:

MapSN.Put/Get
ADE.PutBarInfo, ADE.GetBarInfo

But I noticed ADE.PutBarInfo/ADE.GetBarInfo can only use Map.SN, but does not allow Map.SS.

Map.SS is for string.

Is there anyway we can use ADE to transfer string/text between charts?
by rc76
13 Feb 2022
Forum: MultiCharts
Topic: Matching MC bars to TradingView bars [SOLVED]
Replies: 7
Views: 1963

Re: Matching MC bars to TradingView bars [SOLVED]

Thank you JoshM, that will be really helpful if we can have some options/examples for addressing the "time stamp to be at the open rather than the close of the bar" issue using Custom Resolution feature, if it is possible at all.

Maybe MC support can give us a hand here too?
by rc76
12 Aug 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 14
Views: 4068

Re: Multicharts integration with stock brokers

Hi Vlada, is there any chance we can add TD Ameritrade to the list? Thank you!
by rc76
27 Jul 2021
Forum: MultiCharts
Topic: MC's Binance Data vs Binance App's Binance Data
Replies: 1
Views: 830

MC's Binance Data vs Binance App's Binance Data

Since MC now has access to Binance’s API, and therefore, all of their crypto’s data, I thought I should try to create a scanner to replicate the data of what the Binance app is showing. So in the Binance App’s “Markets” tab, we can show the “Top” 24% Change cryptos for the Fiat (USDT) Markets, as sh...
by rc76
23 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5284

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

I haven't decide yet, most likely I plan to write something up like a WPF/Winform as a helper addon like TS can do.

Will keep you posted once I got prototype up :)
by rc76
19 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5284

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

Dear Emmanuel PK1, any chance may share the link as well? Thank you so much!
by rc76
16 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]
Replies: 5
Views: 1825

Re: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]

The code I used to create Thinkscript is as follow: def EMA9_d = ExpAverage(close(period = AggregationPeriod.DAY), 9); def EMA9_w = ExpAverage(close(period = AggregationPeriod.WEEK), 9); plot graph_EMA9_d = EMA9_d; graph_EMA9_d.SetDefaultColor(Color.CYAN); graph_EMA9_d.HideBubble(); plot graph_EMA9_...
by rc76
11 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]
Replies: 5
Views: 1825

Re: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]

Thank you so much Vlada. Apology I didn't indicate it earlier, I am using MC.net. Any chance there is a MC.net sample code can be provided by engineering team? Thank you!
by rc76
11 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) Directly Added Indicators vs BarsOfData/CustomInstrument
Replies: 1
Views: 1104

MC.net: (Multi-Timeframe) Directly Added Indicators vs BarsOfData/CustomInstrument

[Issue] I am trying to create a multi-timeframe indicator both daily and weekly data-series, plotted on a daily chart. I have identified (at least from my coding knowledge so far) there is discrepancy among the indicator results from the different method I used to create the indicators. Default Met...
by rc76
10 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]
Replies: 5
Views: 1825

MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]

Capture.JPG I have two data series on a QQQ daily chart: QQQ @ daily QQQ @ weekly (invisible candle) I have created a default EMA (Mov_Avg_Exponetial) with same period on both QQQ_daily and QQQ_weekly data series EMA_daily = CYAN EMA_weekly = RED I have created the same EMA using ToS. (attached ima...
by rc76
08 Jun 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 14
Views: 4068

Re: Multicharts integration with stock brokers

I've reached out to Tastyworks about their API to connect to MC, and this is their response: Thank you for reaching out - I am happy to help. We are currently working on APIs to be used with third-party software, there is no concrete release date on these quite yet, we are hoping it will be before t...
by rc76
08 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5284

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

Is there any sample code or project we may reference or build on? A lead will be truly appreciated!
by rc76
04 Jun 2021
Forum: MultiCharts .NET
Topic: Multicharts.Net on VPS, Which version of Windows server
Replies: 3
Views: 1827

Re: Multicharts.Net on VPS, Which version of Windows server

Hi Sam, what about Windows 10 LTSC? Will it be a more stable, yet more update to date Windows to use as VPS server?
by rc76
04 Jun 2021
Forum: MultiCharts .NET
Topic: CustomInstrument for the resolution same as primary data's
Replies: 9
Views: 3563

Re: CustomInstrument for the resolution same as primary data's

Hi Vlada,

Since MC15 is still quite sometime into the future, is there any current workaround (i.e. other methods we can try to use) to successfully load the other instruments with same resolution as primary data?

Cheers
by rc76
04 Jun 2021
Forum: MultiCharts .NET
Topic: autotrade options based on strategy on the underlying
Replies: 5
Views: 2016

Re: autotrade options based on strategy on the underlying

Is MCnet capable of autotrading options?
by rc76
04 Jun 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 14
Views: 4068

Re: Multicharts integration with stock brokers

Hi Vlada,

Yes, both TastyWorks and TD Ameritrade connection will be super awesome.

Stocks and Crypto have super strong demands and MC super suits for them!

Cheers
by rc76
30 Nov 2020
Forum: MultiCharts
Topic: Daily NQ bars (from IB) cannot be displayed correctly/fully
Replies: 2
Views: 519

Re: Daily NQ bars (from IB) cannot be displayed correctly/fully

I just build the daily graph from min bars, than it works.

But is there a way to do it without building it from min bars? (It takes forever to just to download one symbol of 1 year of min data ...)
by rc76
29 Nov 2020
Forum: MultiCharts
Topic: Daily NQ bars (from IB) cannot be displayed correctly/fully
Replies: 2
Views: 519

Re: Daily NQ bars cannot be displayed correctly/fully

I also just tried MC12, it has the same issue.

This is a very obvious issue, makes me believe it shouldn't be a system bug but my setting is wrong...
by rc76
29 Nov 2020
Forum: MultiCharts
Topic: Daily NQ bars (from IB) cannot be displayed correctly/fully
Replies: 2
Views: 519

Daily NQ bars (from IB) cannot be displayed correctly/fully

Dear MC community, I have used the IB data source for my Daily NQ bars, but it seems the bars are not displayed fully, i.e: - There are gaps between bars, which there shouldn’t be when compared with TS’s daily NQ bars, as shown - I have also attached NT’s daily NQ bars, which is sourced from IB too,...
by rc76
29 Nov 2020
Forum: MultiCharts
Topic: /ES Daily Candles incorrect
Replies: 5
Views: 1255

Re: /ES Daily Candles incorrect

I have this issue as well on NQ.

I load my data from IB, where my NT uses the same source from IB as well, but NT displays correctly the daily candle, but MC and MC.net (version 14) both do not.

Go to advanced search