Search found 60 matches

by wullenweber helmut
07 Dec 2023
Forum: MultiCharts
Topic: plot smoothing on charts
Replies: 1
Views: 146

plot smoothing on charts

For the version MultiCharts 14.0 Release 9 you mentioned a feature "added indicator plot smoothing on charts". Where can I find this indicator and how can I use it?
by wullenweber helmut
16 Nov 2022
Forum: MultiCharts
Topic: Missing data in MC 14
Replies: 2
Views: 366

Re: Missing data in MC 14

Plase have a look at the error messages from Quote Manager. How can I handle these?
by wullenweber helmut
16 Nov 2022
Forum: MultiCharts
Topic: Missing data in MC 14
Replies: 2
Views: 366

Missing data in MC 14

After updating to MC 14, I have problems to plot charts. For example: SPY on 15 th is missing out. What do I have to do, to plot charts as before?
by wullenweber helmut
12 Dec 2018
Forum: MultiCharts
Topic: Last bar one Chart twice
Replies: 3
Views: 1005

Re: Last bar one Chart twice

MC version? Build number?
MultiCharts64 Version 12.0 Release (Build 17002)

Data supplier?
Interactive Brokers

Symbol?
FGBL MAR 19

Exchange?
DTB (Eurex)

Session setting?
Session 8:00 - 22:00

Chart resolution?
day
by wullenweber helmut
12 Dec 2018
Forum: MultiCharts
Topic: Last bar one Chart twice
Replies: 3
Views: 1005

Last bar one Chart twice

In some symbols the last bar is plottet twice. Is there any way to avoid this?
by wullenweber helmut
25 Feb 2018
Forum: MultiCharts
Topic: Moving average from higher time frame [SOLVED]
Replies: 7
Views: 2732

Re: Moving average from higher time frame [SOLVED]

@TJ
It finally sunk in! Thanks a lot.
by wullenweber helmut
23 Feb 2018
Forum: MultiCharts
Topic: Moving average from higher time frame [SOLVED]
Replies: 7
Views: 2732

Re: Moving average from higher time frame [SOLVED]

I don´t catch your idea. How do I set "the data2 property to Chart #1"?
by wullenweber helmut
23 Feb 2018
Forum: MultiCharts
Topic: Moving average from higher time frame [SOLVED]
Replies: 7
Views: 2732

Re: Moving average from higher time frame [SOLVED]

Another example: Display a weekly moving average in a daily chart without a Dll such as All Data Everywhere (ADE) Data1: SPY daily Data2: SPY weekly Base study (moving average) in subchart 1 on data2 Scaling Range Data1 & Data2 & Study in subchart1: User defined Max 300 Min 175 If data2 could be syn...
by wullenweber helmut
23 Feb 2018
Forum: MultiCharts
Topic: Moving average from higher time frame [SOLVED]
Replies: 7
Views: 2732

Moving average from higher time frame [SOLVED]

For people who like to plot a moving average from a higher timeframe in the chart with a lower time frame it would be a great help to have the possibility to set the scaling range in data2 as same as data1 automatically. In my example you can see a moving average from a 30 minute chart in the 5 minu...
by wullenweber helmut
22 Jun 2017
Forum: MultiCharts
Topic: Reuters Eikon
Replies: 1
Views: 992

Reuters Eikon

Does Multicharts support or plan to support Reuters Eikon data feed? I am considering to give Reuters Eikon Core a try to retrieve data.
by wullenweber helmut
30 Apr 2017
Forum: MultiCharts
Topic: Pre-loop a chart [SOLVED]
Replies: 16
Views: 3790

Re: Pre-loop a chart [SOLVED]

Hello Massimo, in every timeseries there are some exeptions. With this code you can be sure to catch all last trading days for a timeseries and export to a csv. //Indicator Monatsende Var: Datei(" "), counter(0); Datei = "D:\Temp\" & "LTD" & getsymbolname & ".csv" ; if dayOfMonth(date) < dayofMonth(...
by wullenweber helmut
29 Apr 2017
Forum: MultiCharts
Topic: Pre-loop a chart [SOLVED]
Replies: 16
Views: 3790

Re: Pre-loop a chart [SOLVED]

In 2010 the last trading day in SPY was on Friday 05/28, in 2013 Thursday 03/28 . In this cases a modification is required.
by wullenweber helmut
23 Apr 2017
Forum: MultiCharts
Topic: Pre-loop a chart [SOLVED]
Replies: 16
Views: 3790

Re: Pre-loop a chart [SOLVED]

Var: Datei("D:\Temp\test.csv"); if dayOfMonth(date) < dayofMonth(date[1]) then value1 = 1 else value1 = 0; if dayOfMonth(date) < dayofMonth(date[1]) then value2 = barnumber else value2 = 0; if value1 = 1 then arw_new_bn(value2-1,low,false); if value1 = 1 then plot10(low*0.99); If value1 = 1 then be...
by wullenweber helmut
18 Apr 2017
Forum: MultiCharts
Topic: How to write the code of Chaos Awesome Oscillator [SOLVED]
Replies: 3
Views: 2262

Re: How to write the code of Chaos Awesome Oscillator [SOLVED]

"The Awesome Oscillator (AO) provides us with the keys to the kingdom. It is a 34-bar simple moving average of the bar’s midpoints (H–L)/2 subtracted from a 5-bar simple moving average of the midpoints (H–L)/2, plotted in a histogram form. The AO tells us exactly what is happening with the current m...
by wullenweber helmut
08 Mar 2017
Forum: MultiCharts
Topic: Ranking Rate of Change Data1 .. Data30
Replies: 4
Views: 1496

Re: Ranking Data1 .. Data30

@Ben

The Output of

RH23 = SortArray(UpArray, 36, 1);

is +1 over all bars.
by wullenweber helmut
07 Mar 2017
Forum: MultiCharts
Topic: Ranking Rate of Change Data1 .. Data30
Replies: 4
Views: 1496

Re: Ranking Data1 .. Data30

This is my attemp, but unfortunately it does not work Array: UpArray[37](0), DnArray[37](0); var: counter(0); var: RH1(0),RH2(0),RH3(0),RH4(0),RH5(0),RH6(0),RH7(0),RH8(0),RH9(0),RH10(0), RH11(0),RH12(0),RH13(0),RH14(0),RH15(0),RH16(0),RH17(0),RH18(0),RH19(0),RH20(0), RH21(0),RH22(0),RH23(0),RH24(0),...
by wullenweber helmut
07 Mar 2017
Forum: MultiCharts
Topic: Ranking Rate of Change Data1 .. Data30
Replies: 4
Views: 1496

Ranking Rate of Change Data1 .. Data30

I would like to create an indicator that shows the development of the performance rank from one stock relative to other stocks over the time. First step: calculate the RateofChange from data 1, data2 ...data30. H1= RateOfChange (cloce data1,Lookback); H2= RateOfChange (close data2,Lookback); H30= Ra...
by wullenweber helmut
02 Mar 2017
Forum: MultiCharts
Topic: Price Scale invisible [SOLVED]
Replies: 8
Views: 2813

Re: Price Scale invisible [SOLVED]

A moving average indicator with an ineligible input parameter for the price to calculate the average was the reason for this issue.
Thank you for guiding me!
Cheers
Helmut
by wullenweber helmut
28 Feb 2017
Forum: MultiCharts
Topic: Price Scale invisible [SOLVED]
Replies: 8
Views: 2813

Re: Price Scale invisible [SOLVED]

Voila!
by wullenweber helmut
28 Feb 2017
Forum: MultiCharts
Topic: Price Scale invisible [SOLVED]
Replies: 8
Views: 2813

Re: Price Scale invisible [SOLVED]

@Ben
It is not possible to rescale the y-axis via the button nor is it possible to change the price axis manually in any way
Cheers
Helmut
by wullenweber helmut
28 Feb 2017
Forum: MultiCharts
Topic: Price Scale invisible [SOLVED]
Replies: 8
Views: 2813

Price Scale invisible [SOLVED]

After resetting the price scale sometimes the labels of the y-scale are not visible any more. How can the labeling be restored?
by wullenweber helmut
12 Dec 2016
Forum: MultiCharts
Topic: Submitting orders with mouse clicks in PowerLanguage [SOLVED]
Replies: 9
Views: 2883

Re: Submitting orders with mouse clicks in PowerLanguage [SOLVED]

@Janus
The order is sended only once. But without setting the flag-variable with IntraBarPersist the condition = true via mouseclick will not persist.
by wullenweber helmut
12 Dec 2016
Forum: MultiCharts
Topic: Attached orders on brokers' server
Replies: 5
Views: 2411

Re: Attached orders on brokers' server

This can be done with a DLL like this one: https://trade-commander.com/twslink/ I have experienced TWSlink with Excel and it worked fine, sending "native" Bracket Orders to TWS, i.e. Stop and Exit are attached to the parentorder in one ordergroup. The same could be done in EasyLanguage. Of course it...
by wullenweber helmut
09 Dec 2016
Forum: MultiCharts
Topic: Submitting orders with mouse clicks in PowerLanguage [SOLVED]
Replies: 9
Views: 2883

Re: Submitting orders with mouse clicks in PowerLanguage [SOLVED]

@ABC You ar right, intrabarpersist was missing. Without intrabarpersist the orders were cancelled. Thank you very much, ABC! This code works fine: [ProcessMouseEvents = true]; [IntrabarOrderGeneration = true]; var: LEntryLevel(3190),SEntryLevel(3210); var: IntraBarPersist Buyflag(false), IntraBarPer...
by wullenweber helmut
09 Dec 2016
Forum: MultiCharts
Topic: Submitting orders with mouse clicks in PowerLanguage [SOLVED]
Replies: 9
Views: 2883

Re: Submitting orders with mouse clicks in PowerLanguage [SOLVED]

@ABC Thank you! I tried this, but it did not solve the problem. How do I set the flag correctly? [ProcessMouseEvents = true]; [IntrabarOrderGeneration = true]; var: LEntryLevel(3180),SEntryLevel(3200); var: Buyflag(false),Sellflag(false); if marketposition = 1 then buyflag = false; if marketposition...
by wullenweber helmut
09 Dec 2016
Forum: MultiCharts
Topic: Submitting orders with mouse clicks in PowerLanguage [SOLVED]
Replies: 9
Views: 2883

Re: Submitting orders with mouse clicks in PowerLanguage [SOLVED]

@TJ
Both. While holding down Shift or Ctrl with a left mouse click an order is placed. After the order is acknowledged the orders is canceled as the audit trail shows.
I am wondering about the reason why the order is canceled.
by wullenweber helmut
08 Dec 2016
Forum: MultiCharts
Topic: Submitting orders with mouse clicks in PowerLanguage [SOLVED]
Replies: 9
Views: 2883

Submitting orders with mouse clicks in PowerLanguage [SOLVED]

With this sample code MC sends a LMT order to TWS but it is cancelled immediately. Do you have any idea why this happens and what have to be done so that the order would not be cancelled? [ProcessMouseEvents = true]; [IntrabarOrderGeneration = true]; var: LEntryLevel(3170),SEntryLevel(3220); // LMT ...
by wullenweber helmut
28 Nov 2016
Forum: MultiCharts
Topic: Connection to digital rights failed
Replies: 1
Views: 839

Connection to digital rights failed

I thought that in case the connention to the rights management server could not be established, Multicharts will run 4 weeks without restriction. Today my system is not able to receive realtime data so that I my trading is halted. Has anything changed in the terms of use?
by wullenweber helmut
05 Jul 2016
Forum: MultiCharts
Topic: Different High Low in intraday charts
Replies: 3
Views: 1628

Re: Different High Low in intraday charts

@arnie Both charts are receiving realtime data and I did not reload the data from interactive brokers. After changing the bar interval and switching back to 10 minutes both charts show the same bars. @TJ Yes, same symbol from the same exchange EDIT: The right chart is displayed receiving realtime da...
by wullenweber helmut
05 Jul 2016
Forum: MultiCharts
Topic: Different High Low in intraday charts
Replies: 3
Views: 1628

Different High Low in intraday charts

High and Low of the 15:30 and 16:20 bars (marked with red ellipse) are different, working with the same datasource (Interactive Brokers).
Which setting has to be done in Multicharts to avoid this?
Thanks in advance!
by wullenweber helmut
08 Mar 2016
Forum: MultiCharts
Topic: Arrows and ticks crowding chart [SOLVED]
Replies: 5
Views: 1955

Re: Arrows and ticks crowding chart [SOLVED]

@TJ I like to have the signal with status on, so that I can start autotrading with one mouseclick. Meanwhile I came up with the idea to embrace the code of the signal with if GetAppInfo(aiStrategyAuto) = 1 then begin signal code here ... end; So the unliked lines, arrows and ticks disapeared, when "...
by wullenweber helmut
04 Mar 2016
Forum: MultiCharts
Topic: Arrows and ticks crowding chart [SOLVED]
Replies: 5
Views: 1955

Re: Arrows and ticks crowding chart [SOLVED]

Uncheck "Show Historical Orders" unfortunately does not clean my chart. Disturbing arrows and ticks are displayed from the signal when autotrading is off. My kind of trading is, monitoring the market and when I think it is opportune, switching the autotrader on to enter and exit the market with my a...
by wullenweber helmut
03 Mar 2016
Forum: MultiCharts
Topic: Arrows and ticks crowding chart [SOLVED]
Replies: 5
Views: 1955

Arrows and ticks crowding chart [SOLVED]

My charts a crowded with ticks and arrows using the chart trader. I am missing style “invisible” for arrow and tick in the chart trader and signals, to have a clean and proper chart to analyse. If I overlook the opportunity to do so, please tell me, otherwise it would be a good feature for the next ...
by wullenweber helmut
17 Dec 2013
Forum: MultiCharts
Topic: Calculate profit target in % from entry price
Replies: 1
Views: 1017

Calculate profit target in % from entry price

I am wondering why

Code: Select all

setstopshare;
PT = (close[barssinceentry]/100*Target)*bigpointvalue;
setprofittarget(PT);
with target = 1

will close a position with 1 % Profit from Entryprice, but

Code: Select all

setstopshare;
PT = (entryprice/100*Target)*bigpointvalue;
setprofittarget(PT);
does not.
by wullenweber helmut
22 Oct 2013
Forum: MultiCharts
Topic: Repeated Median Slope
Replies: 1
Views: 1149

Repeated Median Slope

The calculation of the Repeated Median Velocity (see S&C November 2013) sounds interesting, because it will be less affected by outliers. Unfortunately I have no understanding how to code this in Easylanguage. Can somebody provide this indicator for us? http://www.meyersanalytics.com/publications2/e...
by wullenweber helmut
09 Jul 2011
Forum: MultiCharts
Topic: Tickfiles ASCII Import from Tickdata.com
Replies: 4
Views: 1578

Tickfiles ASCII Import from Tickdata.com

The tickdata files extracted with Tickwrite 7.1 from tickdata.com now include timestamps in milliseconds. Which time template will I have to use to import the shown dataformat? 07/01/2011,08:01:16.664,125.60,1888, 07/01/2011,08:01:16.775,125.61,2, 07/01/2011,08:01:16.775,125.60,2, 07/01/2011,08:01:1...
by wullenweber helmut
08 Feb 2011
Forum: MultiCharts
Topic: Bad Range bars (again)
Replies: 8
Views: 5990

Re: Bad Range bars (again)

Do you follow up the idea to add the option for "True range bars" ,so that all bars will have the same constant range? See attached example.
by wullenweber helmut
30 Sep 2010
Forum: MultiCharts
Topic: eSignal FDax continuos future
Replies: 4
Views: 1392

Re: eSignal FDax continuos future

Yes, the important information was, that users who are missing Eurex Futures in the "symbol root" list while adding custom futures, first of all have to add the symbol to the symbol dictionary via "Tools -> Symbol directory".
by wullenweber helmut
28 Sep 2010
Forum: MultiCharts
Topic: eSignal FDax continuos future
Replies: 4
Views: 1392

Re: eSignal FDax continuos future

It would be nice to see an example, how to create a continous future trading on Eurex. In the symbol list I can not find AX for Dax or GB for German Bund. Thank You!
by wullenweber helmut
06 Jan 2010
Forum: MultiCharts
Topic: EL word ''aiOptimizing''
Replies: 3
Views: 1412

Does Multichart Version 5.5 Beta 5 (Build 2643) support the function GetAppInfo(aiOptimizing)?
by wullenweber helmut
16 Nov 2009
Forum: MultiCharts
Topic: Backtest on Bid/Ask data?
Replies: 12
Views: 7508

@TJ

Calculating with slippage on both sides does not solve the problem.
by wullenweber helmut
16 Nov 2009
Forum: MultiCharts
Topic: Backtest on Bid/Ask data?
Replies: 12
Views: 7508

Limit order touched

Using the classic mode of backtesting, without bid-ask-data, a feature to set different slippage parameters for the entry and the exit would be helpful. Lets assume, a trader is entering the market on stop at 2900 (with no slippage) and wants to sell with limit 2910. If the price of 2910 is touched,...
by wullenweber helmut
06 Nov 2009
Forum: MultiCharts
Topic: Format signal: Entries & Exits
Replies: 3
Views: 1208

In the window Format Signal -> Inputs only 4 input variables are displayed without grabbing your mouse and scroll down. It would be more comfortabele for users working with more than 4 inputs to have a larger window here, specially because underneath there is enough space.
by wullenweber helmut
06 Nov 2009
Forum: MultiCharts
Topic: Format signal: Entries & Exits
Replies: 3
Views: 1208

How can I switch off arrow and tick?
by wullenweber helmut
05 Nov 2009
Forum: MultiCharts
Topic: Format signal: Entries & Exits
Replies: 3
Views: 1208

Format signal: Entries & Exits

Meanwhile, using the function I_CLOSEDEQUITY, it is easy to plot an indicator like {Indicator: Equitycurve 04.11.2009} var: EQT(0), InitCapital(10000); EQT = InitCapital + I_CLOSEDEQUITY; Plot1(EQT,"Net Equity",black,Default,2); to see the equitycurve together with the signal in a chart. Is there an...
by wullenweber helmut
24 Feb 2009
Forum: MultiCharts
Topic: FEATURE POLL. Charting, scanning, backtesting, & ATE (4)
Replies: 20
Views: 10213

The possibility of changing the background color of a chart , called setBarBgColor in esignal efs and the plottype flatlines would be very usefull.
by wullenweber helmut
30 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3582

@HaeRim I have no other reference than the book. Take a look at my indicator here. {Indicator: Plot Equity Curve} Inputs: Style(0), System1(01); {make sure to match the RefNumbers you've chosen for the "PUSH" values in your systems} DefineDLLFunc: "PUSHPOP.DLL", DOUBLE, "POPLAST", LONG, LONG, LONG; ...
by wullenweber helmut
28 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3582

@2haerim You are right, there is no need for data2 to plot the numbers from data1 system. Recommended reading: "Advanced Trading Rules" by Emmanuel Acar & Stephen Satchell. Felix Gasser writes about "The need for performance evaluation in technical analysis" and describes his idea of an Draw Down In...
by wullenweber helmut
27 Jan 2009
Forum: MultiCharts
Topic: How to simulate I_NetProfit and I_CloseEquity ?
Replies: 11
Views: 3582

@2haerim

Take a look at my posting in this thread.

http://forum.tssupport.com/viewtopic.ph ... ushpop+dll
by wullenweber helmut
19 Jul 2008
Forum: MultiCharts
Topic: Yesterdays OHLC
Replies: 12
Views: 4600

Here´s a code to plot yesterdays high & low to intraday charts. Alternative to the plot function you can use the code in brackets to show trendlines, until MC will able to plot flatlines via plot function. Working with trendlines your charts will look better, but it loads your CPU. Input: Lookback(1...
by wullenweber helmut
23 Apr 2008
Forum: MultiCharts
Topic: Emulating old-style Limit orders
Replies: 10
Views: 3580

@danilo Some of the rare words about intrabarorders from "Easy Language Essentials", Page 82: Setting Intra-bar Order Generation Within your Code You can programmatically turn on or off intra-bar order generation using an attribute at the beginning of your code. Attributes are switches set at the st...
by wullenweber helmut
22 Apr 2008
Forum: User Contributed Studies and Indicator Library
Topic: could multicharts plot indicator on strategy equity curve?
Replies: 5
Views: 6849

Take this four steps to plot the equity curve of your trading system with Multichart: 1. Download and copy Robert J. Linders PushPop.dll in the Multichart program directory http://traders2traders.com/code&overviews/pushpop.htm 2. Add this to the end of your signal code: {Push Profit Results to indi...
by wullenweber helmut
21 Apr 2008
Forum: MultiCharts
Topic: Sample Autotrading and intrabar strategies that work well
Replies: 4
Views: 2199

It would be fine to have more information of working with intrabarorders. The given literature doesn´t refer to that kind of trading systems. I think - should I say hope? - it´s no mayor exercise to reassemble existing codes to generate intrabarorders. At my end I am looking for a proper documentati...
by wullenweber helmut
19 Apr 2008
Forum: MultiCharts
Topic: Paint bars
Replies: 3
Views: 1986

@Gary Try this: {Indikator: Paintbar Moving Average} inputs: Price(Close), Length(8), Displace(0); variables: avg(0); avg = Average( Price, Length ); if Displace <= 0 then begin if Price >= avg then PlotPaintBar(H,L,O,C, "Price > avg",green ) else begin if Price < avg then PlotPaintBar(H,L,O,C, "Pri...
by wullenweber helmut
15 Apr 2008
Forum: MultiCharts
Topic: How can i get a Percent Change Chart
Replies: 3
Views: 2439

@gautama Did you try something like this? input: StartDate(1080102); var: Multi1(0),Multi2(0),Multi3(0); if date = StartDate then begin Multi1 = 100/close of data1; Multi2 = 100/close of data2; Multi3 = 100/close of data3; end; if date >= StartDate then begin Plot1( close data1* Multi1); Plot2( clos...
by wullenweber helmut
04 Apr 2008
Forum: MultiCharts
Topic: Xetra Charts
Replies: 0
Views: 1303

Xetra Charts

I have problems to plot stocks listed on xetra. Please have a look at my OHLC chart. It looks like a range chart, MC cuts off the odd numbers. The problem doesn´t occure charting US stocks.
by wullenweber helmut
24 Jan 2008
Forum: MultiCharts
Topic: Volatility Expansion System: Compiled with errors
Replies: 3
Views: 1888

Dear Marina,

ok, I see. Thanks a lot!

Regards

Helmut
by wullenweber helmut
24 Jan 2008
Forum: MultiCharts
Topic: Volatility Expansion System: Compiled with errors
Replies: 3
Views: 1888

Volatility Expansion System: Compiled with errors

I am wondering why this code is running in TS2000i, while Multicharts compiles with an error. Can you help me? { ***************************************************************************************** System : Volatility Expansion This system is provided as part of the Omega Research System Librar...
by wullenweber helmut
23 Jan 2008
Forum: MultiCharts
Topic: Feature requests topic and poll
Replies: 231
Views: 131951

Plot type: Flatline

Plottype Flatlines is highly recommanded to plot for example pivotpoint lines intraday as shown in “Pivotlevels” not using trendlines rather then a plottye flatlines. Easier while coding also the numbers of the pivotlevels would be displayed in the hint. Flatlines would allow Multichart users to see...
by wullenweber helmut
23 Jan 2008
Forum: MultiCharts
Topic: Feature requests topic and poll
Replies: 231
Views: 131951

ASCII Mapping

It would be nice to have the possibility for importing montly data in the quote manager. I use this feature in TS2000i to plot economic indicators.

Go to advanced search