Search found 11 matches

by 35trader
19 Dec 2020
Forum: MultiCharts
Topic: Indicator plots forward 1 day " Solved " [SOLVED]
Replies: 5
Views: 906

Re: Indicator plots forward 1 day " Solved " [SOLVED]

your brackets are inconclusive. try harder. Don't take this the wrong way, as your help and anyone else's here that assist in someone accomplishing a solution is very much appreciated. But if I knew where the brackets should go, they would have been inputted. Telling someone it needs brackets does ...
by 35trader
18 Dec 2020
Forum: MultiCharts
Topic: Indicator plots forward 1 day " Solved " [SOLVED]
Replies: 5
Views: 906

Re: Indicator plots forward 1 day [SOLVED]

Please add brackets to the following code:

Code: Select all

// Start bar if FullDate = DateStart or FullDate > DateStart and FullDate[1] < DateStart then begin

if (FullDate = DateStart) or (FullDate > DateStart) and (FullDate[1] < DateStart) then begin


this did not solve the issue.
by 35trader
18 Dec 2020
Forum: MultiCharts
Topic: Indicator plots forward 1 day " Solved " [SOLVED]
Replies: 5
Views: 906

Indicator plots forward 1 day " Solved " [SOLVED]

If I use the following Datestart and Datestop and set it to the same day, I get a chart update to 20200902, instead of a plot and data print of 20200901. Why does this plot on a chart 1 day forward with the following date inputs? printout: Date=20200902 Inputs: DateStart(20200901), // YYYYMMDD DateS...
by 35trader
28 Nov 2020
Forum: MultiCharts
Topic: Linear Reg Line script adjusted "Solved"
Replies: 1
Views: 532

Linear Reg Line script adjusted "Solved"

Standard Linear Reg Line script for MC PL. Can someone adjust the script so the indicator looks forward and populates. Currently you put in a enddate and look back length, want a startdate and forward length. Thanks inputs: Length( 30 ), EndDate_YYMMDD( 0 ), EndTime_HHMM( 0 ), Color( Yellow ), ExtRi...
by 35trader
21 Oct 2013
Forum: MultiCharts .NET
Topic: Can someone tell me the error in this code [SOLVED]
Replies: 1
Views: 1523

Can someone tell me the error in this code [SOLVED]

Trying to convert code to MC.Net

Compiling comes up with a error: no suitable method found to override

code is:
protected override void Initialize()

thanks
by 35trader
19 Oct 2013
Forum: MultiCharts
Topic: Multichart chart users in Toronto
Replies: 2
Views: 986

Re: Multichart chart users in Toronto

not sure if the PM sent worked, you can email me direct.
by 35trader
19 Oct 2013
Forum: MultiCharts
Topic: Multichart chart users in Toronto
Replies: 2
Views: 986

Multichart chart users in Toronto

looking for local users, anyone?
by 35trader
09 Oct 2013
Forum: MultiCharts .NET
Topic: can someone post a pic of the main window [SOLVED]
Replies: 1
Views: 1794

can someone post a pic of the main window [SOLVED]

Portfolio Settings can be set from the Portfolio Settings tab in Portfolio Backtester application.
To use the Portfolio Settings tab:
1. Select the Portfolio Settings tab in the main window.

------------------

That shows where the Portfolio Setting Tab is?

thanks
by 35trader
09 Oct 2013
Forum: MultiCharts .NET
Topic: Data play back tool bar, where? [SOLVED]
Replies: 2
Views: 1797

Re: Data play back tool bar, where? [SOLVED]

got the answer on the live chat thanks solved.
by 35trader
07 Oct 2013
Forum: MultiCharts .NET
Topic: Data play back tool bar, where? [SOLVED]
Replies: 2
Views: 1797

Data play back tool bar, where? [SOLVED]

When your in play back mode and I'm running 1 minute within a daily chart, I don't have access to speed up the replay, it's not available on the replay tool bar to adjust?

Go to advanced search