Search found 25 matches

by chilli
23 Jun 2020
Forum: MultiCharts
Topic: Global variables to bridge MC and MT4-MT5 to use collective2, darwinex, zulutrade, .. ?
Replies: 4
Views: 2452

Re: Global variables to bridge MC and MT4-MT5 to use collective2, darwinex, zulutrade, .. ?

You are right, I did look for a bridge but now I have given up.... I have accounts with Darwinex and Lmax, but forex is not taken too seriously by some platforms. Agree Multicharts is a fantastic bit of software, but a bridge to MT4 that works is not happening as far as I can tell. I trade renko cha...
by chilli
07 Apr 2020
Forum: MultiCharts
Topic: Avoiding multiple entries.
Replies: 5
Views: 1560

Re: Avoiding multiple entries.

I am using the generic strategies found on the signal directory. :D [IntrabarOrderGeneration = false] inputs: Price( Close ), Length( 20 ), NumATRs( 1.5 ) ; variables: var0( 0 ), var1( 0 ), var2( 0 ), var3( false ), var4( 0 ) ; var0 = AverageFC( Price, Length ) ; var1 = NumATRs * AvgTrueRange( Lengt...
by chilli
06 Apr 2020
Forum: MultiCharts
Topic: Avoiding multiple entries.
Replies: 5
Views: 1560

Avoiding multiple entries.

If you using a simple keltner channel code for example, and then using the stops and targets , once a target has been hit, the code opens a second or third position straight away because the conditions are still present. How do I stop this from happening so only one trade per crossover of the channe...
by chilli
13 Dec 2016
Forum: MultiCharts
Topic: Account MT4 and MC at the same time
Replies: 10
Views: 5361

Re: Account MT4 and MC at the same time

Over 900 views in a few months for this thread, there is a demand surely for a bridge to MT4 .
by chilli
01 Jul 2016
Forum: MultiCharts
Topic: Reversing channel breakout
Replies: 4
Views: 1713

Re: Reversing channel breakout

TJ, The strategy I am trying to get will buy instead of sell on the channel breakout. that is it. I have no other way to put it. Complete reverse of orders. The result of changing buy and sell orders around on the code came up with a buy and sell on every single bar at the opening price. I tried cha...
by chilli
30 Jun 2016
Forum: MultiCharts
Topic: Reversing channel breakout
Replies: 4
Views: 1713

Reversing channel breakout

I am trying to reverse the channel breakout strategy. [IntrabarOrderGeneration = false] input: Price( High ), Length( 20 ) ; Buy ( "ChBrkLE" ) next bar at HighestFC( Price, Length ) + 1 point stop ; But having no luck. I usually just change the buy and sell orders around on macd and moving averages,...
by chilli
16 Jun 2016
Forum: MultiCharts
Topic: MT4 Bridge
Replies: 9
Views: 5273

Re: MT4 Bridge

you have one sale here, I am just after the base model, to place market orders on mt4 that is it. I am getting closer.........
by chilli
16 Jun 2016
Forum: MultiCharts
Topic: MT4 Bridge
Replies: 9
Views: 5273

Re: MT4 Bridge

That is awesome, very good. How to get it Smoky, and is it for sale ?
by chilli
16 Jun 2016
Forum: MultiCharts
Topic: MT4 Bridge
Replies: 9
Views: 5273

Re: MT4 Bridge

Thanks TJ. I left a comment there also. Maybe there is a product a developer is willing to sell ?
by chilli
15 Jun 2016
Forum: MultiCharts
Topic: MT4 Bridge
Replies: 9
Views: 5273

MT4 Bridge

Does anyone know of a product or way to bridge MC to MT4, that they are willing to share ? I know this has been discussed many times. Just keen to see if over the last few years there has been some way of doing this, but I have searched and not found anything. ( Maybe my google skills are bad ).
by chilli
28 May 2016
Forum: MultiCharts
Topic: Account MT4 and MC at the same time
Replies: 10
Views: 5361

Re: Account MT4 and MC at the same time

Smoky, MC to MT4 bridge, how hard is it to do ? I have been looking for 3 years on a product that can do that. The idea for me is link to myfxbook and use this as a portfolio tool. Any ideas on the bridge would be appreciated, this has also been a hot topic in the past on this forum .
by chilli
25 Dec 2015
Forum: MultiCharts
Topic: Charting RENKO Bars
Replies: 3
Views: 4599

Re: Charting RENKO Bars

Version 8 or around then I could adjust the max bars and get around 2 years of renko forex data on tick bars, the Version 9 seems to not work as good now. Only uses about 60 % of ram while loading and then stalls and does not load up more quotes, previously MC would run up to 95 % then pause and wai...
by chilli
17 Nov 2015
Forum: MultiCharts
Topic: Currency Conversion: Base Currency Issue
Replies: 8
Views: 2940

Re: Currency Conversion: Base Currency Issue

I set the base currency on Lmax forex instruments using strategy properties on the properties tab there is place to change it there, and then the auto trading is correct. Sometimes I select base currency as none and it works fine.
by chilli
02 Nov 2015
Forum: MultiCharts
Topic: [v9.1] Oanda market buy show error Rejected ... [SOLVED]
Replies: 6
Views: 4351

Re: Oanda market buy show error Rejected ... [SOLVED]

I am having the same issue, started on Monday ,
by chilli
07 Apr 2015
Forum: MultiCharts
Topic: Better Renko - Mean Renko - Renko Hybrid - Own bar types
Replies: 17
Views: 12321

Re: Better Renko - Mean Renko - Renko Hybrid - Own bar types

I see TS now have some very nice mean renko and custom renko bars. Just my opinion but exoctic bar types are worth using as a trader once you know the pitfalls, they filter noise and these mean renko bars are not a gimmick, it would help traders using MC. Any news on this ?
by chilli
25 Feb 2015
Forum: MultiCharts
Topic: Lmax API
Replies: 3
Views: 1622

Re: Lmax API

Thanks Josh, I read that thread a while back, but what`s the answer ? Run 2 MC licenses, to avoid having 2 broker profiles.
by chilli
25 Feb 2015
Forum: MultiCharts
Topic: Lmax API
Replies: 3
Views: 1622

Lmax API

I have been running 2 accounts on lmax, one for long the other for shorts. To run them on 2 separate api`s as per lmax recommendation do I need to have 2 MC licenses ( 2 instances of MC ), or is there some way on the lmax end to set up 2 api`s ? Maybe I have it wrong but I thought each account would...
by chilli
24 Oct 2014
Forum: MultiCharts
Topic: Murray Math Indicator
Replies: 5
Views: 1822

Re: Murray Math Indicator

Function Log10 [LegacyColorValue = TRUE]; {calculates base 10 log for use with log scale charts} input: num(numeric); log10 = iff(num >0, log(num)/2.302585,0); and Addtime function to get this indicator running LegacyColorValue = true]; { User Function: AddTime Syntax : AddTime ( xTime, Minutes ) In...
by chilli
24 Oct 2014
Forum: MultiCharts
Topic: Murray Math Indicator
Replies: 5
Views: 1822

Re: Murray Math Indicator

Got the Addtime, all good, the Log10 function is coming up as unknown , no luck yet I will continue searching for the MC equivalent of the function.
by chilli
23 Oct 2014
Forum: MultiCharts
Topic: Renko DollarTrailingAmount
Replies: 4
Views: 1354

Re: Renko DollarTrailingAmount

Thanks TJ , I am a complete beginner , how do I put the BarStatus = 2 into the script ?
by chilli
23 Oct 2014
Forum: MultiCharts
Topic: Renko DollarTrailingAmount
Replies: 4
Views: 1354

Renko DollarTrailingAmount

The standard in built _ Stops & Targets uses the new high and new low to set the dollar trailing amount. Any ideas on some code to make the trailing amount be set on the close of the bar only, this way I can match the trailing amount to renko brick size ? So the trailing amount is set at the close o...
by chilli
23 Oct 2014
Forum: MultiCharts
Topic: Murray Math Indicator
Replies: 5
Views: 1822

Re: Murray Math Indicator

Thankyou for your help Would you have the code for the function AddTime, the compilation did not work on MC ?

Code: Select all

then Value20=AddTime(T,BarInterval)
else Value20=AddTime(T,2);
by chilli
23 Oct 2014
Forum: MultiCharts
Topic: Murray Math Indicator
Replies: 5
Views: 1822

Murray Math Indicator

Does anyone have some code for the Murray Math Indicator showing the pivot points ? I have seen some links on the TS forum but cancelled my account years ago for that. Thanks.

Go to advanced search