Search found 18 matches

by bjornc
25 Jul 2015
Forum: MultiCharts
Topic: 1 backtest to test a bunch of exit methods..
Replies: 2
Views: 1398

Re: 1 backtest to test a bunch of exit methods..

i'll have a go with this.. thanks
by bjornc
25 Jul 2015
Forum: MultiCharts
Topic: 1 backtest to test a bunch of exit methods..
Replies: 2
Views: 1398

1 backtest to test a bunch of exit methods..

so imagin.: you have writen a buy and sell entry. and you have a bunch of exit parts : exit 1: ema cross exit 2: take profit exit 3: atr stoploss ... as inputs i set: emacrossexit = true takeproiftexit = true atrstoploss = true then i turn them true or false to test each of them seperately running a...
by bjornc
19 Jun 2015
Forum: MultiCharts
Topic: bitcoin on multicharts
Replies: 3
Views: 2966

Re: bitcoin on multicharts

I used avatrade just for that but a) their charts are like totaly not legit on bitcoin (also fx look bit different .. missing spikes etc.) b) automatic closing positions during weekend or something..on bitcoin (btc trades 24/24 7/7) c) i had to wait 15min before i could close a winning position.. (i...
by bjornc
18 Jun 2015
Forum: MultiCharts
Topic: bitcoin on multicharts
Replies: 3
Views: 2966

bitcoin on multicharts

I just got this mail: Coinsetter Email Hello! We thought you'd like to read this update from Coinsetter. coinsetter High Performance Bitcoin Exchange Based in New York City Hey Bjorn, Coinsetter and Shift Forex, a leading forex advisory firm, today announced the launch of Bitbroker, a new bitcoin li...
by bjornc
10 Jun 2015
Forum: MultiCharts
Topic: marketposition and entryprice not updating with a "buy" . [SOLVED]
Replies: 2
Views: 1901

Re: marketposition and entryprice not updating with a "buy" [SOLVED]

Hello bjornc, This code is incomplete. The snippet you have provided operates with some variables that are not being declared in what you have provided. Please output the required variable values outside of any conditionals. If you want to get assistance from the other forum members please provide ...
by bjornc
09 Jun 2015
Forum: MultiCharts
Topic: marketposition and entryprice not updating with a "buy" . [SOLVED]
Replies: 2
Views: 1901

marketposition and entryprice not updating with a "buy" . [SOLVED]

hi, if (lasttrade >=0 and ema41 > ema8 and Price < lastpivolow and tr < trAvarage) then begin if (MarketPosition >= 0 or firsttime = True) then begin sellshort("bjoshort") TradeSize contracts next bar at open; //buy("sellstopTradeSize contracts next bar at EntryPrice +tr Stop; firsttime = false; own...
by bjornc
25 May 2015
Forum: MultiCharts FAQ
Topic: Supported MultiCharts Brokers
Replies: 21
Views: 35463

Re: Supported MultiCharts Brokers

i'm trying to connect to whselfinvest but there's no broker to be found.. in the broker management tab?..
by bjornc
18 Jan 2014
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81149

Re: Bitcoin trading with MC possible? [SOLVED]

they just need to provide feeds from the major bitcoin exchanges. No need for all those altcoins.. correct me if i'm wrong but tradingview is also run by the same guys as mc right? TV has already feeds from the major bitcoin exchanges.. so why not make it available for multicharts. new customers fro...
by bjornc
30 Dec 2013
Forum: MultiCharts
Topic: closing position on avatrade not working with autotrading
Replies: 5
Views: 1885

Re: closing position on avatrade not working with autotradin

bjornc, please make sure hedging is disabled for your AVAtrade account. I dont think thats possible: http://www.avatrade.com/trading-info/trading-conditions there's 2 different "acount type" a) avatrader (this one is used with multicharts and has 1:200 leverage) build in. b) metatrade(1:400) also w...
by bjornc
30 Dec 2013
Forum: MultiCharts
Topic: closing position on avatrade not working with autotrading
Replies: 5
Views: 1885

Re: closing position on avatrade not working with autotradin

Hello bjornc, In MultiCharts please go to File -> New -> Order and position tracker window->Orders tab. What is the status of your order? Please go to the Logs tab. Are there any errors related to this order? Can you see any orders sent from MultiCharts in your broker's platform? hi, this is what's...
by bjornc
30 Dec 2013
Forum: MultiCharts
Topic: closing position on avatrade not working with autotrading
Replies: 5
Views: 1885

closing position on avatrade not working with autotrading

to close a short:
buytocover("exit short)") entry("demo 1.1 sell short")this bar at close;


to close a long:

sell("exit long") Entry("demo 1.1 buy") this bar at close;

it works in MC64 but the positions keep running on broker side.. and are not closing.

should i add some extra code ?
by bjornc
25 Dec 2013
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81149

Re: Bitcoin trading with MC possible? [SOLVED]

@Tresor did you try "Trading Bitcoins With AVATrade in MultiCharts" ? https://www.multicharts.com/traders-blog/?p=1026 i try that and the history is very short on the pairs i tested with.. not realy worth for deep backtesting. (did not use bitcoin from avatrade though.. spread is insane, definately...
by bjornc
25 Dec 2013
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81149

Re: Bitcoin trading with MC possible? [SOLVED]

hi, i finaly found a way. downloaded: http://api.bitcoincharts.com/v1/csv/bitstampUSD.csv wrote programm that converts unixtimestamp to readable date and time collumn still gave problems with date's and times so then i imported that csv into mysql database. (heidisql client) did a select with sort o...
by bjornc
19 Dec 2013
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81149

Re: Bitcoin trading with MC possible? [SOLVED]

when i try to select import from asci :
I cannot klick the OK button..
although it seems to recognize what's in it..

Image

any tips?
by bjornc
17 Dec 2013
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81149

Re: Bitcoin trading with MC possible? [SOLVED]

hi, i found this older topic..

is there a way to import mtgox btc/usd data into multicharts for backtesting?

regards
by bjornc
12 Dec 2013
Forum: MultiCharts
Topic: no real time updates in chart [SOLVED]
Replies: 7
Views: 2242

Re: no real time updates in chart [SOLVED]

Henry,

I got a step closer..

i changed my time zone to the exchanges one..

now the "statusline" is updating with real time value

but the chart is not updated ..

anything else maybe you can think of?

regards
by bjornc
11 Dec 2013
Forum: MultiCharts
Topic: no real time updates in chart [SOLVED]
Replies: 7
Views: 2242

Re: no real time updates in chart [SOLVED]

Have you watched the set up video for iqFeed?

https://www.multicharts.com/multicharts/help/videos/
hi,

yes i did.

the "datahistory" of the feed works.
just not the "real time" data is comming in.

regards
by bjornc
11 Dec 2013
Forum: MultiCharts
Topic: no real time updates in chart [SOLVED]
Replies: 7
Views: 2242

no real time updates in chart [SOLVED]

hi, i'm having a trial iqfeed account, it gets the historic data for a chart.. but it does not get the real time data.. in multicharts quotemanager64 in the field: collect rt data w/o plotting it keeps haning on : connecting... when i click the connect symbol it does not work on any symbol. i also t...

Go to advanced search