Search found 65 matches

by brunor
06 Jan 2022
Forum: MultiCharts
Topic: Trendline Indicator Slowing Down MC
Replies: 2
Views: 569

Re: Trendline Indicator Slowing Down MC

I am grateful for your reply TJ.
I'll add a condition as suggested ... now that I have a better understanding of Trendline vs. Plot.

Thank You.
Bruno
by brunor
05 Jan 2022
Forum: MultiCharts
Topic: Trendline Indicator Slowing Down MC
Replies: 2
Views: 569

Trendline Indicator Slowing Down MC

Adding this trendline indicator slows down MC. Any ideas on correcting this? Appreciate any feedback. Thank You. Input: L1(4800), StartDate(1220104), StartTime(900), EndTime(1600); Value1 = tl_new(Startdate,StartTime,L1,StartDate,EndTime,L1); tl_setstyle(Value1,1); tl_setcolor(Value1,red); Value6 = ...
by brunor
28 Feb 2020
Forum: MultiCharts
Topic: Horizontal Trend Line for Session Time [SOLVED]
Replies: 7
Views: 2006

Re: Horizontal Trend Line for Session Time [SOLVED]

Thank you Anna ... I will have a look when I get the chance.
by brunor
20 Feb 2020
Forum: MultiCharts
Topic: Horizontal Trend Line for Session Time [SOLVED]
Replies: 7
Views: 2006

Re: Horizontal Trend Line for Session Time [SOLVED]

I'm grateful for your help.
I'll have to spend a little time working on it.

Bruno
by brunor
20 Feb 2020
Forum: MultiCharts
Topic: Horizontal Trend Line for Session Time [SOLVED]
Replies: 7
Views: 2006

Re: Horizontal Trend Line for Session Time [SOLVED]

Hi TJ. Nothing plots with this code on a default session for SP500 emini ... I added "TL.Price" as a variable. No plot with custom session template either ... custom template begins at 9:30am and ends at 16:15. Appreciate your help. Input: LineStyle(3), LineSize(0.5), LineColor(rgb(90,90,90)); var: ...
by brunor
19 Feb 2020
Forum: MultiCharts
Topic: Horizontal Trend Line for Session Time [SOLVED]
Replies: 7
Views: 2006

Re: Horizontal Trend Line for Session Time [SOLVED]

Figured out a simple solution: 1) insert Data 1 as symbol with default session 2) insert Data 2 (same symbol as Data 1) as symbol with custom session template ... use invisible bars as the style setting 3) format the indicator to base study on Data 2 The horizontal trend line will be plotted onto yo...
by brunor
14 Feb 2020
Forum: MultiCharts
Topic: Horizontal Trend Line for Session Time [SOLVED]
Replies: 7
Views: 2006

Horizontal Trend Line for Session Time [SOLVED]

I found this code online years ago to plot a price line ... works very well. I have modified it slightly to plot a horizontal trend line for the current session but can't define the current session. I would like the horizontal trend line to consider prices starting at 9:30am for the current session....
by brunor
09 May 2017
Forum: MultiCharts
Topic: Ichimoku Cloud - Plot with Forward offset [SOLVED]
Replies: 6
Views: 3550

Re: Ichioku Cloud - Plot with Forward offset [SOLVED]

Thank you all for your assistance. As all of you indicated, it was a simple matter of increasing the chart shift.
And thanks to CrazyNasdaq for the enhanced code ... I will use it.

Bruno
by brunor
08 May 2017
Forum: MultiCharts
Topic: Ichimoku Cloud - Plot with Forward offset [SOLVED]
Replies: 6
Views: 3550

Re: Ichioku Cloud - Plot with Forward offset [SOLVED]

Appreciate the response TJ. I would like to plot the indicator ahead of the current bar. Altering the inputs changes the calculations.
Is it possible to offset the entire plot forward as seen in this image.
Thank You.
Bruno
Cloud.bmp
(1.43 MiB) Downloaded 1295 times
by brunor
08 May 2017
Forum: MultiCharts
Topic: Ichimoku Cloud - Plot with Forward offset [SOLVED]
Replies: 6
Views: 3550

Ichimoku Cloud - Plot with Forward offset [SOLVED]

Found this code for the ichimoku Cloud on line ... it works fine but plots behind the leading price bar (see image). Is it possible to offset the plot ahead of the leading price bar as it should be? Thanks. Cloud.bmp // Type: Indicator // Name: Ichimoku - Cloud { Chart style: Weight PlotName Style S...
by brunor
02 May 2016
Forum: MultiCharts
Topic: Indicator not updating in realtime [SOLVED]
Replies: 3
Views: 1549

Re: Indicator not updating in realtime [SOLVED]

Thank you very much TJ. Worked perfectly.

Bruno
by brunor
02 May 2016
Forum: MultiCharts
Topic: Indicator not updating in realtime [SOLVED]
Replies: 3
Views: 1549

Indicator not updating in realtime [SOLVED]

This indicator does not update intrabar. The value for the indicator is held until the bar is closed, and the value changes only on the next bar. I would appreciate any hints to enable relatime updates. Var: IndicatorTotal(0); IndicatorTotal = (Value19+Value20+Value21+Value22); //-------------------...
by brunor
12 Aug 2015
Forum: MultiCharts
Topic: Floating Text Box on Chart [SOLVED]
Replies: 6
Views: 2206

Re: Floating Text Box on Chart [SOLVED]

Hi Josh. Your suggestion worked perfectly. I used "myText" and didn't require the use of "Plot1". I also removed "recalcpersist" from the variable vRSI(0) ... this was preventing the variable from updating. I am very grateful for your assistance. Here is the final code: Inputs: LeftPosition (0.1), T...
by brunor
10 Aug 2015
Forum: MultiCharts
Topic: Floating Text Box on Chart [SOLVED]
Replies: 6
Views: 2206

Re: Floating Text Box on Chart [SOLVED]

Hi Josh. The text box plot is always "0" ... regardless of conditions.
by brunor
10 Aug 2015
Forum: MultiCharts
Topic: Floating Text Box on Chart [SOLVED]
Replies: 6
Views: 2206

Re: Floating Text Box on Chart [SOLVED]

Hi TJ ... Appreciate your help. Here is the code used to plot a calculated value (code was posted by another member of this forum and works perfectly, but was modified to display ATR): Inputs: LeftPosition (0.1), TopPOsition(0.95), IndRange(14); Vars: recalcpersist vValue1(0), recalcpersist vMostLef...
by brunor
10 Aug 2015
Forum: MultiCharts
Topic: Floating Text Box on Chart [SOLVED]
Replies: 6
Views: 2206

Floating Text Box on Chart [SOLVED]

I use "NumToStr(vRSI2,2)" as part of the code for a floating text box (on chart) to display a calculated value. Is it possible to display text such as "BUY" in a floating text box if conditions are met?
Appreciate any feedback.
Bruno
by brunor
25 Mar 2015
Forum: MultiCharts
Topic: M/C 9.0 deletes STOP LOSS orders
Replies: 3
Views: 1400

Re: M/C 9.0 deletes STOP LOSS orders

I noticed nothing under trade settings that cause M/C to delete a stop loss from the broker's server if the connection is interrupted. Besides, the problem was acknowledged 4 months ago and is supposed to be corrected in version 9.1. Do your stop loss orders remain on the broker's server after exiti...
by brunor
25 Mar 2015
Forum: MultiCharts
Topic: M/C 9.0 deletes STOP LOSS orders
Replies: 3
Views: 1400

M/C 9.0 deletes STOP LOSS orders

M/C 9.0 (and older versions) deletes/cancels stop loss orders for an active position if the connection with the broker is lost. I have experienced this with AvaTrade and CQG. If your PC freezes, or your internet connection is interrupted, or you simply exit M/C with an active position, your STOP LOS...
by brunor
30 Jan 2015
Forum: MultiCharts
Topic: Calculate bars since last high [SOLVED]
Replies: 2
Views: 1363

Re: Calculate bars since last high [SOLVED]

Worked out perfectly.
Thanks Orion.
by brunor
29 Jan 2015
Forum: MultiCharts
Topic: Calculate bars since last high [SOLVED]
Replies: 2
Views: 1363

Calculate bars since last high [SOLVED]

I am trying to calculate the number of bars since the last x-bar high occured using:

Code: Select all

Highest(H, Lookback)
.

I have looked at a few functions (Barnumber, Date, etc) but would appreciate
a hint on how to approach this.

Thank You.
Bruno
by brunor
26 Aug 2014
Forum: MultiCharts
Topic: E-mini Options Trading [SOLVED]
Replies: 2
Views: 1221

Re: E-mini Options Trading [SOLVED]

Open E Cry offers options trading for e-mini.

Thanks Henry.
Bruno
by brunor
26 Aug 2014
Forum: MultiCharts
Topic: E-mini Options Trading [SOLVED]
Replies: 2
Views: 1221

E-mini Options Trading [SOLVED]

Do any of the Multicharts-compatible brokers (other than Interactive Brokers) offer trading of e-mini options?

Thanks.
Bruno
by brunor
20 Aug 2014
Forum: MultiCharts
Topic: AMP / CQG Charts Don't Update After Market Open [SOLVED]
Replies: 2
Views: 890

Re: AMP / CQG Charts Don't Update After Market Open [SOLVED]

Problem was resolved by MC support with an update.
Thank you.
by brunor
20 Aug 2014
Forum: MultiCharts
Topic: AMP / CQG Charts Don't Update After Market Open [SOLVED]
Replies: 2
Views: 890

AMP / CQG Charts Don't Update After Market Open [SOLVED]

I use MC9 (beta 2) and switched over to AMP / CQG a few days ago. Charts seem to update normally during pre-market, but lag at exactly 9:30am EST (market open) and updates remain sluggish unless I restart MC (sometimes multiple restarts). The DOM, Time and sales, and Scanner windows all update corre...
by brunor
13 Jul 2014
Forum: MultiCharts
Topic: STOP Loss Orders - Avatrade [SOLVED]
Replies: 2
Views: 1843

Re: STOP Loss Orders - Avatrade [SOLVED]

Josh ... Thank you for your reply.
by brunor
12 Jul 2014
Forum: MultiCharts
Topic: STOP Loss Orders - Avatrade [SOLVED]
Replies: 2
Views: 1843

STOP Loss Orders - Avatrade [SOLVED]

Once an entry order is executed within M/C (versions 8 and 9) the STOP Loss and Profit orders appear on their server, but are deleted (disappear) if the connection between M/C and Avatrade is lost. Which of the recommended brokers retains a STOP loss order on their server if Multicharts disconnects ...
by brunor
13 May 2014
Forum: MultiCharts
Topic: RTD Server with MC64
Replies: 7
Views: 2333

Re: RTD Server with MC64

RTD Server64 doesn't work with Win8.1. All data fields display #NA.
by brunor
13 May 2014
Forum: MultiCharts
Topic: RTD Server with MC64
Replies: 7
Views: 2333

RTD Server with MC64

Are there any plans to integrate RTD Server with MC64 in a Windows 8.1 environment?
by brunor
25 Mar 2014
Forum: MultiCharts
Topic: Possible to plot excel data as indicator in MC8.8? [SOLVED]
Replies: 2
Views: 1085

Possible to plot excel data as indicator in MC8.8? [SOLVED]

Is it possible to link MC8.8 with excel and plot excel data as a chart indicator?
Could I use Universal DDE for this?
Appreciate any feedback.
Thanks.
bruno
by brunor
06 Feb 2014
Forum: MultiCharts
Topic: Manual Data Input Field
Replies: 1
Views: 887

Manual Data Input Field

I am using this code to highlight which symbols I want on a watch list. I set the constrain value to "1' on scanner "pre-scanning" for symbols of interest. Is it possible to code this with direct input to a data field; where I could simpy type a value of 0 or 1 in a column without having to change t...
by brunor
15 Jan 2014
Forum: MultiCharts
Topic: High/LowPaintBar Indicator - Code question. [SOLVED]
Replies: 4
Views: 1649

Re: High/LowPaintBar Indicator - Code question. [SOLVED]

This works, but also paints the current bar if the high equals the highest high from the previous bar. Any suggestions? And thank you kindly for your help TJ. Value1 = Highest(High,20); Value2 = Lowest(Low,20); Condition1 = Value1 = High; Condition2 = Value2 = Low; Condition3 = Condition1 = false an...
by brunor
14 Jan 2014
Forum: MultiCharts
Topic: High/LowPaintBar Indicator - Code question. [SOLVED]
Replies: 4
Views: 1649

High/LowPaintBar Indicator - Code question. [SOLVED]

This indicator paints a bar if it is the highest high or lowest low of the last 20 bars. Is there a more efficient method of coding conditions 1 and 2? And how would you paint only the current bar and reset previous bars to standard colors? I would appreciate any assistance. Thanks. Bruno Condition1...
by brunor
08 Jan 2014
Forum: MultiCharts
Topic: Calculate indicator based on bar type within scanner window.
Replies: 1
Views: 835

Calculate indicator based on bar type within scanner window.

How would I use "bartype = 13" to calculate an indicator for renko bars only?
Results are to be plotted in a scanner window.
Any assistance would be appreciated.
Thanks.
Bruno
by brunor
26 Dec 2013
Forum: MultiCharts
Topic: Range calculator
Replies: 1
Views: 851

Range calculator

Is there a range tool or calculator in MC? Something similar to the retracement calculator that returns price delta between 2 points. Adding price delta to fibonacci between the 0% and 100% levels would be useful as well.
by brunor
20 Dec 2013
Forum: MultiCharts
Topic: Enable Alert for Drawing Object by default.
Replies: 6
Views: 1617

Re: Enable Alert for Drawing Object by default.

I still can't get it to work with MC 64-bit ... The 32-bit version works fine.
I have attached an image.
I appreciate your help.
by brunor
18 Dec 2013
Forum: MultiCharts
Topic: Enable Alert for Drawing Object by default.
Replies: 6
Views: 1617

Re: Enable Alert for Drawing Object by default.

I installed the latest version of MC64 ... Still can't enable drawing object alerts by default.
by brunor
18 Dec 2013
Forum: MultiCharts
Topic: Enable Alert for Drawing Object by default.
Replies: 6
Views: 1617

Enable Alert for Drawing Object by default.

Is it possible to have the "Enable Alerts" option selected by default for horizontal lines (or any drawing object). If I enable alerts and select "use as default", the next horizontal line I insert does not have the alerts enabled.
Any assistance would be appreciated.
Bruno
by brunor
10 Dec 2013
Forum: MultiCharts
Topic: Plot text in scanner column based on conditions [SOLVED]
Replies: 10
Views: 2835

Re: Plot text in scanner column based on conditions [SOLVED]

I changed the code after conditon 3 (same as TJ's code for conditions 1 and 2). This version works perfectly. Condition1 = BR_TrendUP = 1; Condition2 = BR_TrendDOWN = 1; Condition3 = BR_TrendUP = 0 and BR_TrendDOWN = 0; If Condition1 then BEGIN Plot1("UP"); SetPlotBGColor( 1, yellow); SetPlotColor(1...
by brunor
06 Dec 2013
Forum: MultiCharts
Topic: Plot text in scanner column based on conditions [SOLVED]
Replies: 10
Views: 2835

Re: Plot text in scanner column based on conditions [SOLVED]

I added a third condition to your code and it now works as intended. Thank you very much for your assistance. Condition1 = BR_TrendUP = 1; Condition2 = BR_TrendDOWN = 1; Condition3 = BR_TrendUP = 0 and BR_TrendDOWN = 0; If Condition1 then BEGIN Plot1("UP"); SetPlotBGColor( 1, yellow); SetPlotColor(1...
by brunor
06 Dec 2013
Forum: MultiCharts
Topic: Plot text in scanner column based on conditions [SOLVED]
Replies: 10
Views: 2835

Re: Plot text in scanner column based on conditions [SOLVED]

I really appreciate your assistance TJ. Please have a look at the attached image. My second attempt: Condition1 = BR_TrendUP = 1; Condition2 = BR_TrendDOWN = 1; Plot1("","",black); If Condition1 then Plot1("UP"); SetPlotBGColor( 1, yellow); SetPlotColor(1, black); If Condition2 then Plot1("DN"); Set...
by brunor
06 Dec 2013
Forum: MultiCharts
Topic: Plot text in scanner column based on conditions [SOLVED]
Replies: 10
Views: 2835

Plot text in scanner column based on conditions [SOLVED]

I would like to plot "UP" if condition1 is true, and "DN" if condition2 is true in a single column within the scanner window. This code plots the background colors, but I can't figure out the syntax for the plot1 function. I have tried placing the plot1 function in various positions, but can only ge...
by brunor
29 Nov 2013
Forum: MultiCharts
Topic: Results with variable are incorrect. [SOLVED]
Replies: 5
Views: 2080

Re: Results with variable are incorrect. [SOLVED]

Thank you kindly for your support. Excellent as usual.
by brunor
25 Nov 2013
Forum: MultiCharts
Topic: Results with variable are incorrect. [SOLVED]
Replies: 5
Views: 2080

Re: Results with variable are incorrect. [SOLVED]

I will forward this to you off-line.
by brunor
25 Nov 2013
Forum: MultiCharts
Topic: Results with variable are incorrect. [SOLVED]
Replies: 5
Views: 2080

Re: Results with variable are incorrect. [SOLVED]

Image with description.
by brunor
25 Nov 2013
Forum: MultiCharts
Topic: Results with variable are incorrect. [SOLVED]
Replies: 5
Views: 2080

Results with variable are incorrect. [SOLVED]

This code calculates the result correctly. But if I add a variable: IndTotal = Value19+Value20+Value21+Value22+Value23+Value24+Value25+Value26+Value27+Value28 The results are offset by one period on the scanner (see attached image). Scanner updates seem to lag a little. Any assistance would be appre...
by brunor
20 Nov 2013
Forum: MultiCharts
Topic: Hide or AutoHide Title bar from Scanner Window [SOLVED]
Replies: 4
Views: 1443

Re: Hide or AutoHide Title bar from Scanner Window [SOLVED]

I missed that ... my apologies.
Thanks for your assistance.
by brunor
19 Nov 2013
Forum: MultiCharts
Topic: Hide or AutoHide Title bar from Scanner Window [SOLVED]
Replies: 4
Views: 1443

Re: Hide or AutoHide Title bar from Scanner Window [SOLVED]

I was actually referring to the Microsoft Windows title bar. The title bar can be hidden
with charts under the "appearance" tab. The window takes up less space when not maximized.
by brunor
19 Nov 2013
Forum: MultiCharts
Topic: Hide or AutoHide Title bar from Scanner Window [SOLVED]
Replies: 4
Views: 1443

Hide or AutoHide Title bar from Scanner Window [SOLVED]

Is it possible to hide or autohide the title bar from the scanner window? This can be done with charts.
by brunor
21 Oct 2013
Forum: MultiCharts
Topic: Code a Function for specific time frame [SOLVED]
Replies: 4
Views: 1718

Re: Code a Function for specific time frame [SOLVED]

I am not familiar with the use of "data" but thank you for the tip. I have something to work with now.
by brunor
20 Oct 2013
Forum: MultiCharts
Topic: Code a Function for specific time frame [SOLVED]
Replies: 4
Views: 1718

Re: Code a Function for specific time frame [SOLVED]

I apologize for the lack of detail. I would like to calculate the following function for a 1 minute and 2 minute time frame, and then plot the total (sum) onto a screener. *** How would you specify a specific time frame for this function? condition1 = High < High[1] AND Low < Low[1] AND High[1] < Hi...
by brunor
19 Oct 2013
Forum: MultiCharts
Topic: Code a Function for specific time frame [SOLVED]
Replies: 4
Views: 1718

Code a Function for specific time frame [SOLVED]

Is it possible to code a function to output a result based on a specific time frame?
For example:

Calculate FunctionA(1minute time frame) + FunctionA(2min) + FunctionA(5min) + ...

Any assistance would be appreciated.
Thanks.
by brunor
26 Sep 2013
Forum: MultiCharts
Topic: Data Feed that allows Simulated Trading
Replies: 7
Views: 3559

Re: Data Feed that allows Simulated Trading

Thank you all for your responses.

br
by brunor
17 Sep 2013
Forum: MultiCharts
Topic: Data Feed that allows Simulated Trading
Replies: 7
Views: 3559

Data Feed that allows Simulated Trading

Is there a data feed that offers e-mini futures simulated trading with MC 8.7?
I would prefer to not use a broker for now.

Thanks for your assistance.
by brunor
23 Feb 2013
Forum: MultiCharts
Topic: Chart Indicator Colors Don't Update [SOLVED]
Replies: 8
Views: 2208

Re: Chart Indicator Colors Don't Update [SOLVED]

TJ,
I have changed my code as you indicated ... your version is much cleaner.
Thank you once again for your reply and the learning experience.

brunor
by brunor
22 Feb 2013
Forum: MultiCharts
Topic: Chart Indicator Colors Don't Update [SOLVED]
Replies: 8
Views: 2208

Re: Chart Indicator Colors Don't Update [SOLVED]

That is a very good question. I have corrected my error and the indicator
now updates in real-time.

Thank you kindly TJ.

brunor
by brunor
22 Feb 2013
Forum: MultiCharts
Topic: Chart Indicator Colors Don't Update [SOLVED]
Replies: 8
Views: 2208

Re: Chart Indicator Colors Don't Update [SOLVED]

This code change didn't work. The chart indicators are not refreshing in real-time. This applies to indicators plotted on the price bars and below the plot (using IQ Feed).
by brunor
22 Feb 2013
Forum: MultiCharts
Topic: Chart Indicator Colors Don't Update [SOLVED]
Replies: 8
Views: 2208

Re: Chart Indicator Colors Don't Update [SOLVED]

Thank you for your reply TJ. I simplified the code by eliminating 1 color. Condition1 = A > A[1] and Average(B,3) > Average(B,5) ; If Condition1 then Plot1(A,"A UP",yellow); Condition2 = A < A[1] and Average(B,3) < Average(B,5) ; If Condition2 then Plot2(A,"A DOWN",cyan); If condition1 = false and c...
by brunor
22 Feb 2013
Forum: MultiCharts
Topic: Chart Indicator Colors Don't Update [SOLVED]
Replies: 8
Views: 2208

Chart Indicator Colors Don't Update [SOLVED]

Chart indicator colors don't update in real-time when conditions are met. Can this be corrected with the plot order? I appreciate your assistance. Thanks. brunor {A = function and B = function} Condition1 = A > A[1] and Average(B,3) <= Average(B,5) ; If Condition1 then Plot5(A,"",rgb(0,0,255)); Cond...
by brunor
19 Feb 2013
Forum: MultiCharts
Topic: Force Plot RENKO bar? [SOLVED]
Replies: 3
Views: 1656

Re: Force Plot RENKO bar? [SOLVED]

Thanks kindly to all for your responses.
by brunor
19 Feb 2013
Forum: MultiCharts
Topic: Force Plot RENKO bar? [SOLVED]
Replies: 3
Views: 1656

Force Plot RENKO bar? [SOLVED]

Is it possible to force MC to plot a RENKO bar based on the box size, and not have to wait for the current bar to close? I would also like to maintain a 15min resolution and avoid the typical extended RENKO bar. SEE Image.

I appreciate any feedback.
Thanks.
Bruno
by brunor
13 Feb 2013
Forum: MultiCharts
Topic: Renko Chart: Plot SELL Orders if condition is met
Replies: 4
Views: 1458

Re: Renko Chart: Plot SELL Orders if condition is met

Thanks TJ. That post is very helpful.
by brunor
12 Feb 2013
Forum: MultiCharts
Topic: Renko Chart: Plot SELL Orders if condition is met
Replies: 4
Views: 1458

Re: Renko Chart: Plot SELL Orders if condition is met

Thank you for the response. I have made the changes.
by brunor
11 Feb 2013
Forum: MultiCharts
Topic: Renko Chart: Plot SELL Orders if condition is met
Replies: 4
Views: 1458

Renko Chart: Plot SELL Orders if condition is met

I am plotting E-mini (@ESH13) onto a Renko chart with a resolution - 2000 ticks and box size - 0.25. IQ Feed is the data source. Is it possible to immediately plot a sell signal once a condition is met? With the code below the sell signal is plotted only once the condition is satisfied and the tick ...

Go to advanced search