Search found 80 matches

by designer01
19 Feb 2017
Forum: MultiCharts
Topic: Support FOREX.com Datafeed in MC
Replies: 6
Views: 2386

Re: Support FOREX.com Datafeed in MC

My account was transfered from FXCM to Gain Capital I saw in your list of brokers it was a partner with Multicharts. Do you have instructions how to set Multicharts with Gain Capital for data and broker trading? Thanks.
by designer01
24 Oct 2015
Forum: MultiCharts
Topic: Error in study message [SOLVED]
Replies: 2
Views: 1370

Error in study message [SOLVED]

Why do I get this error in FX symbol charts "Cannot access Currency Conversion Server" "Calculation will be stopped" and turns off all my signals in that chart?
Thanks
by designer01
21 Apr 2014
Forum: MultiCharts
Topic: TS Data Message
Replies: 2
Views: 1162

TS Data Message

For some reason all of at sudden when I try to load TS data Charts in Multicharts I get this message. See attachement here.
by designer01
06 Mar 2014
Forum: MultiCharts
Topic: discrepancy on the trades Open P/L [SOLVED]
Replies: 1
Views: 1260

discrepancy on the trades Open P/L [SOLVED]

I’ve been having a discrepancy on the trades Open P/L not matching my Mbtrading account Gross Profits as shown in my trade list at MBtrading. See screenshot attached red arrows at columns do not match profits.
Please verify why.
Thanks
by designer01
26 Jan 2014
Forum: MultiCharts
Topic: Issue with TS Data connection [SOLVED]
Replies: 16
Views: 4236

Re: Issue with TS Data connection [SOLVED]

Thank you guys it was the Run as administrator that did it....
by designer01
26 Jan 2014
Forum: MultiCharts
Topic: Issue with TS Data connection [SOLVED]
Replies: 16
Views: 4236

Issue with TS Data connection [SOLVED]

All of at sudden I can not download data from TS and keep getting an error dialog box (see attachment) and a message TS connection broken. Please advice.
Thanks
by designer01
25 Oct 2013
Forum: MultiCharts FAQ
Topic: Trendline Color strategy
Replies: 3
Views: 3168

Re: Trendline Color strategy

Hi Henry, Sorry I forgot to post the PL code. My question should have been I'm trying to modify the PL code below so instead of the entry order to occur when price crosses the trendline, I wanted to have it send the order when I manually change the color of the trendline to green. Thanks [IntrabarOr...
by designer01
21 Oct 2013
Forum: MultiCharts FAQ
Topic: Trendline Color strategy
Replies: 3
Views: 3168

Trendline Color strategy

I need some help in creating a strategy where the PL code creates a constant trendline in the lower right corner of the chart and when I manually change the color of the Trendline to green it sends a market order for a specified number of shares. Any ideas?
Thank you
by designer01
20 Oct 2013
Forum: MultiCharts
Topic: Error when installing Multicharts [SOLVED]
Replies: 5
Views: 1955

Re: Error when installing Multicharts [SOLVED]

Thank you TJ,
I did end up re-installing a new downloaded version directly from th MC website and went OK.
by designer01
19 Oct 2013
Forum: MultiCharts
Topic: Error when installing Multicharts [SOLVED]
Replies: 5
Views: 1955

Error when installing Multicharts [SOLVED]

I'm getting this error when installing Multicharts
by designer01
08 Aug 2013
Forum: MultiCharts
Topic: Error message
Replies: 2
Views: 1737

Error message

Today I received this message never seen before... meaning?
by designer01
28 Jun 2013
Forum: MultiCharts
Topic: Trendline target exit
Replies: 3
Views: 2418

Re: Trendline target exit

Thank you Andrew but where would I use the keyword "total"?
Thanks
by designer01
27 Jun 2013
Forum: MultiCharts
Topic: Trendline target exit
Replies: 3
Views: 2418

Trendline target exit

I have a Manual Trendline Profit Target exit signal PL code (code below) that it's supposed to exit an input "x" number of shares when hit but for some reason it always exits the original entry shares. Any suggestions how the PLCode it may be fixed? Thanks in advance. input: TLColor( GREEN ), AllMar...
by designer01
26 Jun 2013
Forum: MultiCharts
Topic: Trendline Strategy not compiling [SOLVED]
Replies: 2
Views: 2955

Re: Trendline Strategy not compiling [SOLVED]

sptrader, Thank you seems to work fine
by designer01
26 Jun 2013
Forum: MultiCharts
Topic: Trendline Strategy not compiling [SOLVED]
Replies: 2
Views: 2955

Trendline Strategy not compiling [SOLVED]

I have this manual drawn Trendline StopLoss strategy but for some reason it's not compiling. Not sure why ...it may be the shares name? Please advice. Thanks in advance... I get this error... Study: "StopLoss" (Signal) Please wait .... ------ Compiled with error(s): ------ syntax error, unexpected '...
by designer01
25 Jun 2013
Forum: MultiCharts
Topic: Plotting minicharts
Replies: 3
Views: 2340

Re: Plotting minicharts

Thank you
Is that a feature it could be implemented in future updates?
by designer01
24 Jun 2013
Forum: MultiCharts
Topic: Plotting minicharts
Replies: 3
Views: 2340

Plotting minicharts

Is there a way to plot an indicator in the Real Time Market Scanner as it is shown with the Trend indicator like a minichart? Maybe using a PL Code?
Thanks
by designer01
20 Jun 2013
Forum: MultiCharts
Topic: Bid Ask Spread stats not compiling
Replies: 5
Views: 2552

Re: Bid Ask Spread stats not compiling

Sorry about that... here it is

PLCode Function

FX_YenOffset

Code: Select all

vars: YenOffset(1);

YenOffset = 1;
if ISYEN then
YenOffset = .01;

FX_YenOffset = YenOffset;

ISYEN

Code: Select all

ISYEN = FALSE;
if RightStr(GetSymbolName, 3) = "JPY" then
ISYEN = TRUE;
by designer01
18 Jun 2013
Forum: MultiCharts
Topic: Bid Ask Spread stats not compiling
Replies: 5
Views: 2552

Re: Bid Ask Spread stats not compiling

sptrader, Thank you...See requested function below... is the vars you added in addition to the vars or replacing the vars in the code? Could you post the full code as compiled... I'm not able to compile yet. PLCode Function DecConvPip inputs: DecNum(numeric); vars: PipVal(0), YenOffset(0); YenOffset...
by designer01
18 Jun 2013
Forum: MultiCharts
Topic: Bid Ask Spread stats not compiling
Replies: 5
Views: 2552

Bid Ask Spread stats not compiling

I need help with this PL code not compiling getting error on line 55 of function. Please help. Thanks in advance.. PLCode Function _BIDASKSTATS //FX_HistMean Inputs: Run1_Roll2(Numericsimple), BAMinutes(Numericsimple), oMax(numericref), oMin(numericref); vars: intrabarpersist PriceBA(0), intrabarper...
by designer01
18 Jun 2013
Forum: MultiCharts
Topic: Currency label setting
Replies: 3
Views: 2107

Re: Currency label setting

I do have the Preferred currency set to USD. but for some reason sometimes it shows in Yen.
Not sure why.
by designer01
17 Jun 2013
Forum: MultiCharts
Topic: Currency label setting
Replies: 3
Views: 2107

Currency label setting

How do I get the Profit label to show the profit/gain in dollar amount rather than yen in Forex charts? See screenshot below.
Thanks
by designer01
11 Jun 2013
Forum: MultiCharts
Topic: Order lines are not showing correctly [SOLVED]
Replies: 1
Views: 2252

Order lines are not showing correctly [SOLVED]

Order lines in charts are not showing correctly for entries and exits see image below. Please advice. Thanks
by designer01
14 Apr 2013
Forum: MultiCharts
Topic: chart trading default account
Replies: 1
Views: 1302

chart trading default account

Is there a way to set the chart trading default account in the box (see screenshot) so every time I open MC it defaults to a specific account?
Thanks
ACCT.jpg
(154.02 KiB) Downloaded 221 times
by designer01
26 Jan 2013
Forum: MultiCharts
Topic: Backtesting results in dollars
Replies: 6
Views: 1965

Backtesting results in dollars

When I backtest Forex pairs like AUDJPY is giving me the performance reports in yen. How do I change the MC settings so I get the results in Dollars?
Thanks in advance
by designer01
16 Dec 2012
Forum: MultiCharts
Topic: PL question [SOLVED]
Replies: 3
Views: 1243

Re: PL question [SOLVED]

Ok thank you both
highest
was the function/expression I was looking for...
by designer01
16 Dec 2012
Forum: MultiCharts
Topic: PL question [SOLVED]
Replies: 3
Views: 1243

PL question [SOLVED]

What would be an PL snipett for this frase: Buy if CCI value crosses above +50 and CCI value has been below +50 for the last 100 bars minimun. (could be more than 100) The last portion I'm not sure how to express. In other words CCI value must never have been above 50 for the last 100 (or an X input...
by designer01
24 Nov 2012
Forum: MultiCharts
Topic: MS Memory message
Replies: 5
Views: 1202

Re: MS Memory message

Thanks but...
I ve been using Multicharts for over a year in this computer and never got this message, same workspaces, programs, etc...I have not change anything to it.. strange all of at sudden I got it..
by designer01
24 Nov 2012
Forum: MultiCharts
Topic: MS Memory message
Replies: 5
Views: 1202

MS Memory message

I am getting this message "Your PC is running out of memory" see image attached. It seems I have plenty of memory left in my PC.
Any suggestions why?
by designer01
19 Nov 2012
Forum: MultiCharts
Topic: Strategy not working for certain symbols
Replies: 1
Views: 790

Strategy not working for certain symbols

I have the standard Percent stop loss script (see code below) it works for most symbols but it sends the exit order in Symbol EURUSD at the entry price and not at the inputed percentage stoploss price. It works ok for other symbols like AUDUSD etc. Any ideas what may cause this? Thanks inputs: StopL...
by designer01
14 Nov 2012
Forum: MultiCharts
Topic: Strategy is sending orders even when spec as Marketposition
Replies: 3
Views: 866

Re: Strategy is sending orders even when spec as Marketposit

That is the whole code.. can you give me an example what else it could be
by designer01
14 Nov 2012
Forum: MultiCharts
Topic: Strategy is sending orders even when spec as Marketposition
Replies: 3
Views: 866

Strategy is sending orders even when spec as Marketposition

I have a triple exit ATR strategy (see script below) that has in it specified to exit only if Marketposition = 1 For some reason it is sending orders even if I have no market position open in the chart. Not sure why. Please help. May be missing a statement? Thanks Inputs: Length(10), ExitATRs1(1), E...
by designer01
09 Oct 2012
Forum: MultiCharts
Topic: Custom Note on Market Scanner
Replies: 7
Views: 2424

Re: Custom Note on Market Scanner

I figured it out it is...

Code: Select all

if symbolname="GOOG" then SetPlotBGColor (1,green) ;
by designer01
08 Oct 2012
Forum: MultiCharts
Topic: Custom Note on Market Scanner
Replies: 7
Views: 2424

Re: Custom Note on Market Scanner

Thank you that works great... Is there a way to change the Background Color of the cell?
I tried:

Code: Select all

if symbolname="GOOG" then BGColor = green ;
...but is compiling with errors. Thanks again
by designer01
08 Oct 2012
Forum: MultiCharts
Topic: Custom Note on Market Scanner
Replies: 7
Views: 2424

Re: Custom Note on Market Scanner

Thank you for your response... unfortunatelly I want to add a different note to each symbol. With the code above mentioned the same custom note gets added to all symbols in the column. Is there a fix for that...? Thanks
by designer01
08 Oct 2012
Forum: MultiCharts
Topic: Custom Note on Market Scanner
Replies: 7
Views: 2424

Custom Note on Market Scanner

Hi Is there a way to add a column to the RT Market Scanner window that shows a custom note I write myself on a symbol?
by designer01
13 Sep 2012
Forum: MultiCharts
Topic: Current position label missing [SOLVED]
Replies: 1
Views: 881

Current position label missing [SOLVED]

How do I get the chart to show the Current position label ? One of my charts show it but the other does not.... see screenshot below. Thank you
ORDERLABELMISSING.png
(847.36 KiB) Downloaded 217 times
by designer01
11 Aug 2012
Forum: MultiCharts
Topic: Strategy Error [SOLVED]
Replies: 1
Views: 867

Strategy Error [SOLVED]

I am getting this error message... "The enable intrabar order generation setting is incompatible with open next bar type strategies". What does it mean? How to fix it?
Thanks
by designer01
18 May 2012
Forum: MultiCharts
Topic: Trendline color names
Replies: 1
Views: 707

Trendline color names

I have a strategy that enters a trade when I change a trendline to a certain color in my PL code. When I want to change the Trendline color in Format Trendline dialog box I can only choose a color based on the visual color squares in the Dbox. Has any one figured what the names of the colors in the ...
by designer01
13 May 2012
Forum: MultiCharts
Topic: Trendline LE Alert
Replies: 2
Views: 1171

Re: Trendline LE Alert

is it possible to

close crosses over Date next bar, Time next bar?
I believe it needs to be according to the reserved word if I'm not mistaken....

TL_GetValue( TLRef, Date, Time )
by designer01
12 May 2012
Forum: MultiCharts
Topic: Trendline LE Alert
Replies: 2
Views: 1171

Trendline LE Alert

I am trying to modify the default Trendline LE signal to become an alert when the price crosses above the manually drawn Trendline se code below. Although it compiles I get a message "Error in study Trying access at data to future. Bars reference valu: -1" ...Please help. Thanks [IntrabarOrderGenera...
by designer01
06 Nov 2011
Forum: MultiCharts
Topic: Compiling Error with MultiCharts Version 7.0 Release (Build
Replies: 3
Views: 919

Re: Compiling Error with MultiCharts Version 7.0 Release (Bu

I'm not sure why... if I close the program and re-open it then it compiles OK...
by designer01
05 Nov 2011
Forum: MultiCharts
Topic: Compiling Error with MultiCharts Version 7.0 Release (Build
Replies: 3
Views: 919

Compiling Error with MultiCharts Version 7.0 Release (Build

When I compile the code in MultiCharts Version 7.0 Release (Build 4510) (see code below) I get this error... Compile error errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0 causal study: (Function) I can compile the same code in Multicharts v6 successfully. Can you please explain what the problem...
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

TJ,
Thanks for your help.
Have a good trip.
Think about the LastBarOnChart while laying on the sun...
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

see my note at the post above: you do not see <<== Cross CCI ==>> in the audit trail because it was not Lastbaronchart. I realize it's Lastbaronchart ...you have to do it realtime or do it with the Multicharts Playback mode so you can see the order being triggered as it plays back. Please try it in...
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

On your screenshot the strategy did not actually cause any entry long, that is one of the problems I am having with Multicharts. It misses it sometimes.
Can you do one where you actually enter long on your platform?
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

TJ,
I used the same instrument, same indicator, same subgraph...
Have you tried this strategy on your Multicharts machine? if not please try it and tell me if it works as expected.
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

I did read the book you mention ...but there it says you are supposed to have the semicolon at the end...
I think there is a problem with the Multicharts Platform, The very same code works perfect in TS...
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

Thanks,
When I removed the * PriceScale from code I get this error...

------ Compiled with error(s): ------
Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
causal study: (Function)
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

Or I can change the pricescale to 1?
What does the PriceScale reffer to?
Do you have in the website instructions as to how to debug a strategy?
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

Sorry about that ... debugging has never really been my forte.. Do you have in the website instructions as to how to debug a strategy? Attached find screenshot as requested. Looks like the trendline value "TLVal" is off for some reason, and obviously never crossed thru...Really don't know the soluti...
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

It varies for AUDJPY is 1/1000 I am not using a broker as I said before it is only chart trading right now. Data is from TS. By the way I am using the same code on TS and works fine... So there must be a Multicharts Chart or Platform Setting I need to change. Is there a specialist from Multicharts t...
by designer01
06 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

I am trading Forex EURUSD, AUDUSD, AUDJPY..
Attached find screenshot of the Scaling settings
by designer01
05 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

PS Screenshot with line at zero...
by designer01
05 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

TJ, Thanks, Sorry about that, I am using this code this time... inputs: TLPrice( CCI(14) ); variables: TLX(0), TL_ID( 0 ), TLVal( 0 ) ; TL_ID = TL_GetFirst( 7 ); If TL_ID > 0 then TLVal = TL_GetValue( TL_ID, Date, Time ) * PriceScale ; if tlprice > tlval then TLX = 1 else TLX = 0; Print (D:0:0, T:0:...
by designer01
05 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

1- Trndline is at 0.
2- Code used as posted (note edited on 20110904 1224)
3- Attached screenshot as requested
by designer01
05 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

TJ, Attached below is the screenshot of the entry and the output trail... As you can see the TL-LE Entry was triggered 3 bars before the CCI crossed the Trendline, this is constantly happening. Also constantly happening is the trigger a few bars after the trendline as in the video shot attached abov...
by designer01
05 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

I tried real time but still misses a few entries not sure why. I also want to ad a condition... to enter when the trendilne is green, but it is not compiling for some reason, I'm sure I'm missing a statement. See code below. Thanks again... inputs: TLPrice( CCI(14) ), TLColor( GREEN ); variables: TL...
by designer01
04 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

Thanks,
It misses a few entries but seems to have improved with the updated code.
I will try it tonight with Forex Real Time to see if that works better.
Thanks again
by designer01
04 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Re: Strategy for entering CCI TL break

are the numbers correct?
the print numbers match the actual entry rather than at the location of the trendline break as shown in the video attached above.
TJ thanks for your help, can you try it on your machine to see if you get similar results?
Thanks again...
by designer01
03 Sep 2011
Forum: MultiCharts
Topic: Strategy for entering CCI TL break
Replies: 39
Views: 4872

Strategy for entering CCI TL break

I am trying the strategy (see code below) to enter long when the CCI crosses up thru the manually drawn Trendline. I am not sure why it is given me a delay entry. I've tried a few different times...It is entering 5 or 6 bars after breakout as shown in video playback below. Please advice. Thanks inpu...
by designer01
03 Sep 2011
Forum: MultiCharts
Topic: Setting up Real Time Trading
Replies: 1
Views: 872

Setting up Real Time Trading

Are there any instructions on how to set Real Time Automated Trading from the chart with an Interactive Brokers Account.
I want to receive real Time data From TS while trading my IB account though.
Thanks
by designer01
29 Aug 2011
Forum: MultiCharts
Topic: Plotting CCI TLine
Replies: 4
Views: 1292

Re: Plotting CCI TLine

Thanks,
I like the second option

Code: Select all

If LastBarOnChart then Value5 = TL_New_self ( D, T, 116, D[100], T[100], 116);
but when I insert the indicator in the chart it does not plot the Trendline at all. Am I missing something?
Thanks
by designer01
28 Aug 2011
Forum: MultiCharts
Topic: Plotting CCI TLine
Replies: 4
Views: 1292

Plotting CCI TLine

In the screenshot below I have a Price Barchart with its values on the Right Axis and an indicator (CCI ploted in Magenta) with its values in the Left Axis. The PL code below plots the Trendline in Cyan at value 116 based on the Price Barchart values. My question is how do I modify the PL code (show...
by designer01
27 Aug 2011
Forum: MultiCharts
Topic: Trendline_LE strategy modification
Replies: 3
Views: 995

Trendline_LE strategy modification

The Multicharts standard strategy "Trendline_LE" is intended to set a BUY order when the PRICE crosses above a manually drawn Trendline in the price chart. My question is ... Can this strategy "Trendline_LE" be modified so instead of PRICE crossing the Trendline, I want an indicator like CCI crossin...
by designer01
13 Aug 2011
Forum: MultiCharts
Topic: Entry based on a dynamic value in indicator
Replies: 1
Views: 494

Entry based on a dynamic value in indicator

Does anybody know how to or can show me an EL code snippet or direct me to another thread link. I want to create a strategy where I enter long when an indicator crosses up a specific value. This value tho I want it to be dynamic so I can change it manually via text object on the chart window, rather...
by designer01
04 Aug 2011
Forum: MultiCharts
Topic: PL. TL and Indicator strategy question
Replies: 10
Views: 1869

Re: PL. TL and Indicator strategy question

I want to learn as well. I don't want to get a password protected code. That is why I said a teacher, some one who I can talk live with will be the ideal solution. Do you know of any?
by designer01
04 Aug 2011
Forum: MultiCharts
Topic: PL. TL and Indicator strategy question
Replies: 10
Views: 1869

Re: PL. TL and Indicator strategy question

TJ,
Thanks for your input. In reality I'm not trying to become an expert in ELD coding. While I want to learn I'm just trying to resolve the indicators and strategies I need withouth going to great lenghts.
The forums here are very nice but don't seem to answer the questions I have.
by designer01
04 Aug 2011
Forum: MultiCharts
Topic: PL. TL and Indicator strategy question
Replies: 10
Views: 1869

Re: PL. TL and Indicator strategy question

Thanks,
I've been looking for a Power Language (ELD coding) teacher... I've seen all the documents and videos available, but there are some specific questions I need help within developing code. Any suggestions welcome.
Thanks
by designer01
27 Jul 2011
Forum: MultiCharts
Topic: PL. TL and Indicator strategy question
Replies: 10
Views: 1869

Re: PL. TL and Indicator strategy question

TJ,
Thanks, I'm not sure I follow you, can you give me an example.
by designer01
26 Jul 2011
Forum: MultiCharts
Topic: PL. TL and Indicator strategy question
Replies: 10
Views: 1869

Re: PL. TL and Indicator strategy question

TJ Thanks for responding. The current ELD strategy code enters long at ALL Trendline breaks at "o" as shown in screenshot. Basically what I want to include in the strategy is a filter so I only enter when the Trendline is broken if the previous Pivot Low before trendline break is higher than the Piv...
by designer01
26 Jul 2011
Forum: MultiCharts
Topic: PL. TL and Indicator strategy question
Replies: 10
Views: 1869

PL. TL and Indicator strategy question

In the EL strategy below, the strategy triggers buy orders when the trendlines are crossed up by the indicator (see screenshot). I want to FILTER OUT instances when the indicator is NOT doing higher lows. (see trendline to the far left in the screenshot) The 2 trendline crossings on the right in the...
by designer01
08 Apr 2011
Forum: MultiCharts
Topic: Trading from the charts using Multicharts and Interactive Br
Replies: 3
Views: 1202

Re: Trading from the charts using Multicharts and Interactiv

randot, I am looking for how to connect to my account in Interactive Brokers for chart trading and automated trading in Multicharts.
I saw the videos but those are for data feed only.
Thanks
by designer01
07 Apr 2011
Forum: MultiCharts
Topic: Trading from the charts using Multicharts and Interactive Br
Replies: 3
Views: 1202

Trading from the charts using Multicharts and Interactive Br

Are there any instructions as to how to connect to Interactive Brokers for Trading from the Multicharts charts? If so provide link? Or please show here. Thanks
by designer01
05 Apr 2011
Forum: MultiCharts
Topic: Error compiling code
Replies: 6
Views: 1685

Re: Error compiling code

Thank you, It works great now. It is strange in TS it works without the variables being stated. That thru me off.
by designer01
03 Apr 2011
Forum: MultiCharts
Topic: Error compiling code
Replies: 6
Views: 1685

Re: Error compiling code

Sell ( Tgt1PcntExit /100 ) * NumShares Shares Total at next bar at market ;
I can not figure out what's wrong with this code line. It is the right order of operations bu it is not complying.
Thanks
by designer01
02 Apr 2011
Forum: MultiCharts
Topic: Error compiling code
Replies: 6
Views: 1685

Error compiling code

I am getting this error message ------ Compiled with error(s): ------ syntax error, unexpected 'identificator', expecting 'string constant' errLine 44, errColumn 9, errLineEnd 44, errColumnEnd 9 causal study: (Function) when I compile the code below...please advice. Thanks inputs: ProfitTgt1( 1.5 ),...
by designer01
31 Oct 2010
Forum: MultiCharts
Topic: Portfolio Optimization Report
Replies: 1
Views: 909

Portfolio Optimization Report

I did a portfolio optimization for a list of stocks but the report is only showing me an average results for all the stocks in the list. Is there a way to obtain an optimization for each of the stocks in the list in one pass or I have to do an optimization for each stock separatelly?
Thanks

Go to advanced search