Search found 15 matches

by idodo
17 Jan 2022
Forum: MultiCharts
Topic: Portfolio Trader Flag [SOLVED]
Replies: 2
Views: 700

Re: Portfolio Trader Flag [SOLVED]

Hi ABC,

That is exactly what I was looking for.
Thanks!

Ido
by idodo
10 Jan 2022
Forum: MultiCharts
Topic: Portfolio Trader Flag [SOLVED]
Replies: 2
Views: 700

Portfolio Trader Flag [SOLVED]

Hi, When using a "Pmms..." functions in a signal while backtesting in a portfolio everything is fine. When running the same signal on the chart (without portfolio) than I get an error that this function is not supported. Now, I understand that it is not supported, that's fine. I am just looking for ...
by idodo
23 Feb 2021
Forum: MultiCharts
Topic: Why sometimes not all indicators are reloading?
Replies: 7
Views: 1153

Re: Why sometimes not all indicators are reloading?

Hi Kate, In that case, why it sometimes actually recalculated? There are no functions in the Indicators, they are just used for Plotting (using i_getplotvalue). Sometime they do recalculated after recompile of the Signal. As I wrote: "There is a signal on Chart 1 (main), but signal can't plot, so I ...
by idodo
14 Feb 2021
Forum: MultiCharts
Topic: Why sometimes not all indicators are reloading?
Replies: 7
Views: 1153

Re: Why sometimes not all indicators are reloading?

Just to clarify...
I am taking about backtesting offline mode
by idodo
14 Feb 2021
Forum: MultiCharts
Topic: Why sometimes not all indicators are reloading?
Replies: 7
Views: 1153

Re: Why sometimes not all indicators are reloading?

There is a signal on Chart 1 (main), but signal can't plot, so I have 2 indicators for plotting. 1st ndicator on chart 1 for plotting values close enough to symbol values (e.g. moving average) 2nd indicator on chart 2 for plotting flags (0/1) or other small values. Now, making a change in the signal...
by idodo
13 Feb 2021
Forum: MultiCharts
Topic: Why sometimes not all indicators are reloading?
Replies: 7
Views: 1153

Why sometimes not all indicators are reloading?

Hi Guys, Sometimes, when making a change to the code and recompiling, not all indicators are reloading and I have to reload them manually. It is very annoying, is it only me!? I could not find any comments about that. Sometimes it works great, so maybe there is a workaround so I can avoid it? Thanks...
by idodo
11 Feb 2021
Forum: MultiCharts
Topic: How to sync multiple data series format?
Replies: 4
Views: 716

Re: How to sync multiple data series format?

That would be great!
by idodo
11 Feb 2021
Forum: MultiCharts
Topic: How to sync multiple data series format?
Replies: 4
Views: 716

Re: How to sync multiple data series format?

Interesting, didn't think about that! I think it could be useful to add some checkbox in the Instrument format window (see pic) So you could link the setings to the main chart (data1). should be grayed out for data1 format properties. In case of changing the session for example, it can be very nice!...
by idodo
11 Feb 2021
Forum: MultiCharts
Topic: How to sync multiple data series format?
Replies: 4
Views: 716

How to sync multiple data series format?

Hi Guys, I have 5 data series of the same symbol but different intervats (1Min, 3Min, 5Min, 15Min, 30Min) In the main chart data1 is dispalyed. all other data are hidden. (See Pic) I saved this tamplate and Now, I want to change the Symbol. Do I need to chane all of them? Is it possible to sync it s...
by idodo
16 Jan 2021
Forum: MultiCharts
Topic: How to use data from Indicator or Database in multiple Signals?
Replies: 6
Views: 1243

Re: How to use data from Indicator or Database in multiple Signals?

I had an Idea to run the MA once and print the values of each bar to an Ascii file. Then... insert that file as an instrument (DATA2) So, I have the MA ready to go as Data and no need to recalculate it 10 time. Note - Just to make myself clear. I said MA as an Example. This is not a simple MA but a ...
by idodo
16 Jan 2021
Forum: MultiCharts
Topic: How to use data from Indicator or Database in multiple Signals?
Replies: 6
Views: 1243

Re: How to use data from Indicator or Database in multiple Signals?

Correct me if I am wrong, but GV are not sync and not working well for BackTesting.
I mean, I could maybe sync it somehow, but this is getting ugly
by idodo
16 Jan 2021
Forum: MultiCharts
Topic: How to use data from Indicator or Database in multiple Signals?
Replies: 6
Views: 1243

Re: How to use data from Indicator or Database in multiple Signals?

I know those 2 commands, in the Wiki it is written: "i_getplotvalue can be used in functions and indicators if any signal is applied to the main chart." If I understood correctly it is not possible to "i_getplotvalue " in the Signal, but only in functions and indicators. What I need is to get the "s...
by idodo
16 Jan 2021
Forum: MultiCharts
Topic: How to use data from Indicator or Database in multiple Signals?
Replies: 6
Views: 1243

How to use data from Indicator or Database in multiple Signals?

Hi Guys, When backtesting, let's say I am running 10 different Signals on the same chart. Each Signal has to make lots of calculations and it is realy slow. The thing is, I have lots of redundant calculation exactly the same for all 10 Signals. E.g. - The same MA (Moving Average) at all 10 Signals o...
by idodo
01 May 2020
Forum: MultiCharts
Topic: How to view portfolio trades on the chart?
Replies: 3
Views: 1177

Re: How to view portfolio trades on the chart?

Hi Vlada, Well the problem is that I need to debug the MMS (Money Management Signal). For example I use 2 Stocks on my Portfolio Trader. MMS with the following condition: If I have open position so I block the other stock So, how can I know (see on chart) that it is blocked? How can I debug/Review m...
by idodo
18 Apr 2020
Forum: MultiCharts
Topic: How to view portfolio trades on the chart?
Replies: 3
Views: 1177

How to view portfolio trades on the chart?

Hi All, when using Portfolio Trader backtest , I can see the list of trades in the Performance Report. How can I see the trades on a chart? When using "Normal" Chart (not Portfolio) , clicking on a trade in the Performance Report will show it on the chart. Where can I view the Portfolio Trader instr...

Go to advanced search