Search found 49 matches

by fibonaccci
15 Feb 2021
Forum: MultiCharts
Topic: Binance data feed is broken today
Replies: 10
Views: 2433

Re: Binance data feed is broken today

Hello,

this is my first try for setting up Binance data feed.
I have updated MC and also installed the above updater.

here is the error message I receive by MC:
"BinanceServerProxy.ServerProxy"

Please advise.
Thank you
by fibonaccci
18 Jul 2020
Forum: MultiCharts
Topic: Multicharts Tradingview integration
Replies: 9
Views: 7121

Re: Multicharts Tradingview integration

what's the next (formal) step in order to achieve Tradingview integration?
$ $ $ $
? ? ? ?
by fibonaccci
17 Jul 2020
Forum: MultiCharts
Topic: Multicharts Tradingview integration
Replies: 9
Views: 7121

Re: Multicharts Tradingview integration

what's the next (formal) step in order to achieve Tradingview integration?
by fibonaccci
10 Jul 2020
Forum: MultiCharts
Topic: Multicharts Tradingview integration
Replies: 9
Views: 7121

Re: Multicharts Tradingview integration

any news about integration with Tradingview? it would very important to have some cheap, even if delayed intraday data of all kind of markets, especially for cryptocurrencies MC provides 3 feeds which are either illiquid and/or shady.... As far as I have researched TS got an integration with Trading...
by fibonaccci
01 Feb 2020
Forum: MultiCharts
Topic: cryptocurrency exchange data feeds
Replies: 1
Views: 1402

cryptocurrency exchange data feeds

Hi,
is there any change of getting some more cryptocurrency exchange data feeds?
like Binance?
Thank you
by fibonaccci
12 Apr 2013
Forum: MultiCharts
Topic: volume for Kagi charts
Replies: 1
Views: 1229

volume for Kagi charts

Hello,
is there a way to plot volume and/or tick volume with Kagi charts?
Thank you.
by fibonaccci
25 Mar 2013
Forum: MultiCharts
Topic: Sync overlay of indicators?
Replies: 2
Views: 1419

Re: Sync overlay of indicators?

Hello SysInv,

that's what I'm looking for as well.
Did you find a simple solution?
Thanks
by fibonaccci
06 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3288

Re: chronological conditions

Ok, a very simplistic approach would be:

If
condition-x, condition-y and condition-z
occur (all) within the last 10 bars
and condition-x occurs first (e.g. currentbar(9) )
and condition –y occurs second (e.g. currentbar(4) )
and condition-z occurs third (e.g. currentbar(1) )

then buy at market…
by fibonaccci
06 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3288

Re: chronological conditions

here are the condition rules I have extended from your idea: {-------------------- Rule for conditions a - i --------------------------- } // Rule for condition "a" count.a = h > h[1] ; // Rule for condition "b" count.b = h > h[2]; // Rule for condition "c" count.c = h > h[3]; // Rule for condition ...
by fibonaccci
06 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3288

Re: chronological conditions

Mike, thanks for the reply. Sorry for any confusion, you are right I have not provided any sub-conditions ( cond.a …) as they are hopefully not a part of my problem  the below code returns whether cond.a or cond.b or cond.c occurred at least once within the last 10 bars, so it should be the same pr...
by fibonaccci
06 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3288

Re: chronological conditions

TJ, Henry and Mike, thank you very much for your help. I’m still having problems with my code. Just to make clear my code requirement once again as I do not know how a flow chart might look like: All 3 conditions (cond.L1, cond.L2 and cond.L3) have to appear over the last 10 bars at least once and c...
by fibonaccci
03 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3288

chronological conditions

can anyone help me please! I want to generate a trade signal as soon as 3 conditions chronologically become true. e.g. as soon as cond1=true (at least) once within the last 10 bars and as soon as cond1=true AND cond2 become true (at least) once within the last 10 bars and as soon as cond1=true AND c...
by fibonaccci
27 Aug 2012
Forum: MultiCharts
Topic: Semi-Discretionary or Semi-Automated Trading [SOLVED]
Replies: 14
Views: 6808

Re: semi-discretionary or semi-automated trading [SOLVED]

Andrew, by adding the two lines my strategy starts anew as there are no open positions in the past (bar). Trading starts when I turn the Status to ON under Format Signal then activate to SA mode. This way my discretionary decision ( go Long or Short, time, pricelevel) determines when to start automa...
by fibonaccci
24 Aug 2012
Forum: MultiCharts
Topic: Semi-Discretionary or Semi-Automated Trading [SOLVED]
Replies: 14
Views: 6808

Re: semi-discretionary or semi-automated trading [SOLVED]

Andrew, thanks for the information which I have to try it out in live trading. I figured out something different: add the following lines to the strategy and then turn the Status to ON under Format Signal then activate to SA mode. Is this procedure Ok? if date = currentdate then if time > currenttim...
by fibonaccci
23 Aug 2012
Forum: MultiCharts
Topic: Semi-Discretionary or Semi-Automated Trading [SOLVED]
Replies: 14
Views: 6808

Semi-Discretionary or Semi-Automated Trading [SOLVED]

After making a discretionary trading decision whether to go long or short I’d like to activate either a short-only or long-only scaling strategy which should work fully automated. Is it possible with MC to start such a strategy with a market order (e.g. buy at market;) by activating the “Automate Or...
by fibonaccci
04 Aug 2012
Forum: MultiCharts
Topic: NOT - reserved word [SOLVED]
Replies: 1
Views: 1065

NOT - reserved word [SOLVED]

can I use the reserved word "NOT" in order to negate a condition?
e.g. if not x<y then ...
Thanks
by fibonaccci
01 Aug 2012
Forum: MultiCharts
Topic: position sizing - %risk
Replies: 2
Views: 2959

Re: position sizing - %risk

TJ, I’d like to calculate the stop loss level and the PositionSize for a strategy with the %Risk formula. Then set a trailing stop. PositionSize = (Equity*%Risk)/Volatility Std Dev 50,000 = (100,000 * 0.0015)/0.0030 1. Current(Starting)Balance = AccountEquity = i_ClosedEquity + AccountStart or if po...
by fibonaccci
01 Aug 2012
Forum: MultiCharts
Topic: synthetic bars [SOLVED]
Replies: 4
Views: 1472

Re: synthetic bars [SOLVED]

@TJ, thanks for the hint. The only information about Array construction I have found was here: http://markplex.com/free-tutorials/tutorial-7/ But still I do not have a clue how to do this! Question: what kind of Array do I need? Would the capacity for such an Array be much lower/higher than data2 ca...
by fibonaccci
01 Aug 2012
Forum: MultiCharts
Topic: position sizing - %risk
Replies: 2
Views: 2959

position sizing - %risk

Hi, can anyone help please with this part of money management code "%risk" I just need some help to make a simple strategy with %risk-based MM for e.g. eurusd forex 100,000 standard lot. Thank you. /////////////////////////// Percent Risk (based on CurrentBalance, RiskPct and StopLossAmount) ///////...
by fibonaccci
31 Jul 2012
Forum: MultiCharts
Topic: synthetic bars [SOLVED]
Replies: 4
Views: 1472

synthetic bars [SOLVED]

Is it possible to create indicators/strategies based on „Synthetic” Open, High, Low, Close bars e.g. by cumulating 5 bars of 1 minute timeframe to 1 bar of 5 minutes timeframe?

By doing this one can create indicators/systems based on multiple timeframes without using data2, data3 etc.

thanks
by fibonaccci
31 Jul 2012
Forum: MultiCharts
Topic: Moving averages on equity curve
Replies: 6
Views: 3152

Re: Moving averages on equity curve

here is a code for i_OpenEquity and an Average of i_OpenEquity, how can I use this Indicator in order to trigger Exits, although I know that backtesting is not possible. Thanks Inputs: MALength(20), StartingCapital( 100000 ), RSILength(14); Variables: stratOpenEquity(0), stratClosedEquity(0), maValu...
by fibonaccci
30 Jul 2012
Forum: MultiCharts
Topic: Moving averages on equity curve
Replies: 6
Views: 3152

Re: Moving averages on equity curve

Hi,

is it possible to use i_OpenEquity and the Moving Avg of the EquityCurve for a trading system to close out the position for backtesting and in real time trading?
Are there any simple coding examples?

Thank you
by fibonaccci
15 May 2012
Forum: MultiCharts
Topic: how to refer to a certain bar in the past
Replies: 6
Views: 1875

Re: how to refer to a certain bar in the past

TJ, let’s make it simpler because it is probably too easy for you: forget about MACD, let’s say condition = 1% down move at one single bar …whatever… I just want to use for further calculations in the future the price information (e.g. Low of bar 0) of a specific bar (condition=true = 1% down move) ...
by fibonaccci
15 May 2012
Forum: MultiCharts
Topic: how to refer to a certain bar in the past
Replies: 6
Views: 1875

Re: how to refer to a certain bar in the past

TJ,

here is a screenshot for my vision.
The Low of bar with the highest high on this chart is the trigger level.
my condition was the wrong one, sorry.

Code: Select all



condition1 = CurrentBar > 2 and var1[1] > var0[1] and var1 < var0 ;
by fibonaccci
15 May 2012
Forum: MultiCharts
Topic: how to refer to a certain bar in the past
Replies: 6
Views: 1875

how to refer to a certain bar in the past

Hi, I’m trying to refer to a price level as a Short trigger level which is the Low of a bar and which meets a specific condition (MACD cross over). As soon as the price falls through the Low of the bar that meets the MACD condition within the last 20 bars, sell short. My code shorts at the Low of la...
by fibonaccci
29 Feb 2012
Forum: MultiCharts
Topic: covering only part of a pyramid
Replies: 3
Views: 2128

Re: covering only part of a pyramid

Hello, can anyone help please with a simple idea for scaling in and out. After an opening trade condition occured, I just want to add up positions each time the price moves by a certain percentage (x%) and sell each single position when profit target (y%) is hit or sell each single position when sto...
by fibonaccci
16 Dec 2011
Forum: MultiCharts
Topic: trendline of hi + lo
Replies: 1
Views: 829

trendline of hi + lo

Hi, can anyone help please with my indicator which supposes to draw a horizontal line in the future from the low and the high of each bar that meets a certain condition e.g. crossover of 2 lines. Does anyone know why it does not work properly? Thank you very much for your help/suggestions below is m...
by fibonaccci
02 May 2011
Forum: MultiCharts
Topic: MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2010)
Replies: 9
Views: 2748

Re: MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2

Stan,

thank you, that's great.
In the meantime I'd like to keep on trading,
which MC / MBT versions do work right now?

Thank you.
by fibonaccci
02 May 2011
Forum: MultiCharts
Topic: MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2010)
Replies: 9
Views: 2748

Re: MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2

Hi, MBT forced me to do an upgrade of MBT Desktop Pro (old version expired on the 1st of May), so I installed the newest version MBT Desktop Pro Build 1.2.0.20 and could not connect anymore with QuoteManager. Then I installed the new MC 7.0.4267.203 Beta 3 and the QuoteManager does not connect eithe...
by fibonaccci
07 Apr 2011
Forum: MultiCharts
Topic: Setting transaction costs in FX
Replies: 3
Views: 1014

Re: Setting transaction costs in FX

Hello arjfca, thank you for your reply. As far as I understand IB's commissions the cost per transaction is not 2.5$ per 100 k units, but 2.5$ per 100 k $ units. Otherwise you would pay e.g. just 2.5$ per 100k GBP which would be about 1.6 time lower as price for GBP/USD is about 1.6. Concerning my p...
by fibonaccci
30 Mar 2011
Forum: MultiCharts
Topic: Setting transaction costs in FX
Replies: 3
Views: 1014

Setting transaction costs in FX

Hi all, I’m a little bit confused about setting transaction costs in FX for backtesting purposes. I’m using TS historical data with “100.000” lot size. As in MC there is only the $ - Symbol as Currency-Unit, can one assume that the $ is just a general sysmbol for the base currency (first ccy in quot...
by fibonaccci
17 Nov 2010
Forum: MultiCharts
Topic: practical problems of MC with netbook
Replies: 3
Views: 1219

Re: practical problems of MC with netbook

here is a neat free tool called: KDE Mover - Sizer
http://corz.org/windows/software/access ... -Vista.php
which will solve the resolution problem for netbooks.
by fibonaccci
17 Nov 2010
Forum: MultiCharts
Topic: MBT+MC - Account xy not loaded
Replies: 4
Views: 1421

Re: MBT+MC - Account xy not loaded

Dear Dave, I just installed the latest MBT Pro version 1.2.0.18 as well as the Updater you provided and I still get the same Message: Account E1234567 not loaded. Data feed and charts are OK. When activating the order automation in MC I get the following message: Connection to MB Trading has been es...
by fibonaccci
15 Nov 2010
Forum: MultiCharts
Topic: MBT+MC - Account xy not loaded
Replies: 4
Views: 1421

MBT+MC - Account xy not loaded

Hi, when trying to trade with MBTrading, Multicharts sends an error message: Account xy not loaded. The data feed from MBT works fine and there is sufficient cash for trading (I can trade manually), MB told me that from their side everything is alright. When activating the order automation in MC I g...
by fibonaccci
09 Nov 2010
Forum: MultiCharts
Topic: practical problems of MC with netbook
Replies: 3
Views: 1219

practical problems of MC with netbook

Hi, I'd like to use MC with my small netbook which has a maximum resolution of 1024 x 600. When trying to make any changes in the "Properties" window, it is not possible to confirm these changes with the "OK" button on the very bottom of the window because the window is too large for my resolution. ...
by fibonaccci
09 Nov 2010
Forum: MultiCharts
Topic: MBT - FX - (Micro) Lot Size
Replies: 8
Views: 2841

MBT - FX - (Micro) Lot Size

Hi,

how can I set up a micro lot ( 0,1 = 1,000 ) in MC ?
The lowest possible value under properties is 1
which would be a 10,000 lot size with MBT.

Thank you very much, Best Regards
by fibonaccci
08 Nov 2010
Forum: MultiCharts
Topic: price at specific time
Replies: 5
Views: 1500

Re: price at specific time

you guys are really awesome, many thanks again
by fibonaccci
08 Nov 2010
Forum: MultiCharts
Topic: MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2010)
Replies: 9
Views: 2748

Re: MC + MBT + Server

Dear Anastassia,

thank you very much for your help.
I'm running version 11.5.0.5 and I just had to restart the QuoteManager (for whatever reason)
and then it started to receive data. I will observe this odd issue.
Thanks again, Best Regards
by fibonaccci
06 Nov 2010
Forum: MultiCharts
Topic: price at specific time
Replies: 5
Views: 1500

Re: price at specific time

Dear TJ,

thank you very much for your help.
In order to backtest I'd need the closing price of a specific bar.
Actually, I need for further calculations the closing price of 8 p.m. of 1 minute data.

Do you know a solution?
Many thanks in advance, Best Regards
by fibonaccci
06 Nov 2010
Forum: MultiCharts
Topic: MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2010)
Replies: 9
Views: 2748

MBT Navigator 11.6.0+ Update Pack for MC6 (Mon Nov 08, 2010)

Hi, I'd like to use MultiCharts with MBTrading data feed on a (dedicated)server (Windows Server 2008). After installation on the server: MC gets connected and works, the same with MBT Navigator. But when trying to connect the QuoteManager with MB data feed, the following message occurs: "Data feed c...
by fibonaccci
02 Nov 2010
Forum: MultiCharts
Topic: price at specific time
Replies: 5
Views: 1500

price at specific time

Hi, how do I get the (closing)price at a specific time (same day/session) in order to use this price for further calculations, e.g. price at 12:35 times xy... Would I have to use a time frame which is maximum 5 minutes or can I use 60minutes bars with the Intrabar function? Thank you very much. Rega...
by fibonaccci
22 Oct 2010
Forum: MultiCharts
Topic: Adding Time Restrictions To Calculation of Indicators
Replies: 7
Views: 1654

Re: Adding Time Restrictions To Calculation of Indicators

Hi furytrader,

many thanks again for your very helpful suggestions.
I will try to use a second data set.

Regarding the hide function: do mean Format Instrument / Settings / Hide
or anything else?

Thank you. Best Regards
by fibonaccci
22 Oct 2010
Forum: MultiCharts
Topic: MBT Update mcmb_11_6.zip (Wed Oct 06, 2010)
Replies: 1
Views: 1496

Re: MBT Update

Dear Dave, unfortunately I get an error message when trying to unzip (WinZip 14.5) your file, saying that the file is not "complete". Do I need your zipped file for my MultiCharts? I haven't changed anything and it worked very well. BTW I use MC 6.1 Release(Build 3605) and installed MBT Navigator 11...
by fibonaccci
15 Oct 2010
Forum: MultiCharts
Topic: Adding Time Restrictions To Calculation of Indicators
Replies: 7
Views: 1654

Re: Adding Time Restrictions To Calculation of Indicators

@TJ, thank you very much for your important tips, as a non-programer I assume that your visual procedure is a general suggestion in order to prove my system right or wrong. For my special problem I already know that it is not doing what I'm expecting it to do, for that I have compared two charts wit...
by fibonaccci
08 Oct 2010
Forum: MultiCharts
Topic: Adding Time Restrictions To Calculation of Indicators
Replies: 7
Views: 1654

Adding Time Restrictions To Calculation of Indicators

Hi, need some help please on adding a simple time restriction for calculating indicators.... Just to make sure, all I want is to limit the order executions and the calculations of all system settings for the predefined time period 600 to 1300. In other words by setting up a custom session (600 - 130...
by fibonaccci
21 Jan 2010
Forum: MultiCharts
Topic: MBTrading + MC
Replies: 19
Views: 5900

Bruce, that's great that you have experience in using MBTrading API, but what can we expect from you? Are you going to provide a connection? when? How much etc..? I'd be interested in TS2000i, MC, TS8.x. BTW, IB is definitely no ECN although spreads are ok. There "might" be problems with no-executio...
by fibonaccci
09 Jan 2010
Forum: MultiCharts
Topic: MBTrading + MC
Replies: 19
Views: 5900

I do not understand why so many traders do not care about getting fooled systematically by their non-direct dealing or non-ecn broker. The great advantage with ecn brokers like MBT, Alpari or Ducaskopy is the market structure, there is no maket maker between the trader and the forex marketplace, tha...
by fibonaccci
07 Jan 2010
Forum: MultiCharts
Topic: MBTrading + MC
Replies: 19
Views: 5900

MBTrading + MC

I'm very new to MC and have read quite a lot these days in this discussion forum especially about ECN forex brokers and MC. My question: Is there a solution or workaround for setting up the realtime data feed and the automatic order execution for a trading system with MBTrading and MC? If yes, how c...
by fibonaccci
05 Jan 2010
Forum: MultiCharts
Topic: MCFX Forex Data into MC
Replies: 4
Views: 2504

Hi Marina,

can I use FXOrder2Go only with FXCM or I use it for MBTrading as well?
Thank you very much.

Go to advanced search