Search found 640 matches

by SUPER
22 Dec 2008
Forum: MultiCharts
Topic: can not enable auto trade MC 5 beta 2
Replies: 4
Views: 2106

On top left corner of chart screen you will have an icon SA or AA depending on what execution method you have choosen. Clicking this will automate your strategy, it truns green from greyed when automation is enabled.

Attached image for guidance.

Regards
Super
by SUPER
18 Dec 2008
Forum: MultiCharts
Topic: AutoTrade-partially filled order issue?
Replies: 18
Views: 11484

Marina,

Many thanks for your update it sounds like a workable solution, look forward to New Feature soon.

Regards
Super
by SUPER
11 Dec 2008
Forum: MultiCharts
Topic: Multi time frame question for backtesting
Replies: 4
Views: 2936

There are some question marks about use of "Crosses" in your strategy have a look at following thread for more explanation.

http://forum.tssupport.com/viewtopic.ph ... ght=#21351
by SUPER
11 Dec 2008
Forum: MultiCharts
Topic: DIFFERENT RESULT WITH TS2K
Replies: 10
Views: 4275

ppan,

I now can see what you are experincing.

Try out your code with IntrabarOrderGeneration=true and see what you make of it.

Regards
by SUPER
10 Dec 2008
Forum: MultiCharts
Topic: DIFFERENT RESULT WITH TS2K
Replies: 10
Views: 4275

Hi Super, The above code cannot be run in TS. It can be run in MC. You can see the bug on the MC chart. "Wow "did not know that powerlangage coding is different from EasyLanguage, just learnt something new. I ran your latest code on MC and this is what I see on my screen, looks like its showing des...
by SUPER
09 Dec 2008
Forum: MultiCharts
Topic: AutoTrade-partially filled order issue?
Replies: 18
Views: 11484

Marina, Many thanks for your feedback, I have few suggestion which may solve this problems, It would be nice if other members can also come up with possible solutions so that the Autotrade can work in most efficient manner. Scenario1 - IB provides information of unfilled order status and that inform...
by SUPER
09 Dec 2008
Forum: MultiCharts
Topic: How can I use bar start time?
Replies: 6
Views: 2900

"SessionFirstBarTime" function will it help?
by SUPER
09 Dec 2008
Forum: MultiCharts
Topic: DIFFERENT RESULT WITH TS2K
Replies: 10
Views: 4275

I am not able to verify your code in TS, as it seems order can not be inside a loop, its this part of the code which has problem FOR COUNTER2 = 1 TO 2 BEGIN BUY ("B1") 5 CONTRACTS NEXT BAR AT MARKET; END; also there is error on last line of code it should read if ( barstatus(1) = 2 ) then _counter =...
by SUPER
08 Dec 2008
Forum: MultiCharts
Topic: DIFFERENT RESULT WITH TS2K
Replies: 10
Views: 4275

I tested your code ond TS 8.4 and can confirm that it works as desired. So it seems there is something wrong with MC for sure.
by SUPER
07 Dec 2008
Forum: MultiCharts
Topic: persistence scope of variables within a study
Replies: 24
Views: 7045

Under IOG mode, I have been given to understand that conflict can happen between variables declared as intrabarpersist and variables calculated once per bar (non-intrabarpersist) . TS support was able to demonstrate this behaviour with a sample code they sent me few weeks backs and the suggestion wa...
by SUPER
05 Dec 2008
Forum: MultiCharts
Topic: intrabarpersist variable ?
Replies: 0
Views: 1317

intrabarpersist variable ?

Marina,

Please can you clarify following:

if I am calling a function in a IOG enabled strategy, is it necessary to have variables of this function declared as intrabarpersist also?

Regards
Super
by SUPER
05 Dec 2008
Forum: MultiCharts
Topic: Guidance with entry code
Replies: 3
Views: 1503

IF Condition1 OR Condition2 then EPl =(Low [1]); If Condition3 or Condition4 then EPS =(High[1]); Entryprice = (EPS +4* minmove); Entryprice1 = (EPl -4* minmove); If MarketPosition<>1 and Golong = true then begin buy("GoLong") next bar entryprice1 limit; end; If MarketPosition<>-1 and GoShort = True...
by SUPER
04 Dec 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9315

TRADE MANAGER

INCLUDESIGNAL (function)

also

http://forum.tssupport.com/viewtopic.ph ... ght=#21351

Back Testing Resolution - Look inside bar for back testing

Just to put all requests under one thread
by SUPER
04 Dec 2008
Forum: MultiCharts
Topic: marketposition question
Replies: 6
Views: 1883

the posted code will do exactly what you are looking for in your case for example you are long one contract then it issues order to sell two contract effectively reversing your position. maybe there is something I am missing out in your explanation, maybe you can provide me with some simple example,...
by SUPER
04 Dec 2008
Forum: MultiCharts
Topic: marketposition question
Replies: 6
Views: 1883

if MarketPosition = -1 then
begin
Buy("ReverseL") next bar at market ;
end;

if MarketPosition = 1 then
begin
Sell("ReverseS") next bar at market ;
end;


Try above code and see it makes any difference.

Regards
super
by SUPER
03 Dec 2008
Forum: MultiCharts
Topic: Some features I wish to have before Gold release
Replies: 23
Views: 9315

A batch of optimization like in TS2ki.

Currently MC allows one optimization at a time.
+1 support
by SUPER
02 Dec 2008
Forum: MultiCharts
Topic: PL Editor Crash with New TS Build Study?
Replies: 1
Views: 1271

PL Editor Crash with New TS Build Study?

I have just upgraded my TS to their latest build TS 8.4 build 1688 and have noticed that when I try to import strategies generated in the new TS Build into power language editor it crashes with following message. I am attaching a test Eld so that you can run test on your machine. Sounds like some ch...
by SUPER
28 Nov 2008
Forum: MultiCharts
Topic: AutoTrade-partially filled order issue?
Replies: 18
Views: 11484

AutoTrade-partially filled order issue?

I have tested Auto Trade mode for few months now with IB and have come across a serious issue with partially filled orders in Async Mode and I am hoping that TS team will come out with a workable solution soon. Bar resolution: 5 minute AutoTrade Setting: Async Mode Timeout= 0 seconds OrderType= Limi...
by SUPER
10 Nov 2008
Forum: MultiCharts
Topic: MULTICHARTS 5.0 BETA 1 NOW AVAILABLE
Replies: 26
Views: 10483

There is one instance when MC froze when I treid to swithoff autotrade with open positiion on IB, close positon dialoge window came live and on selection of close posiiton option an order was sent to IB and soon after MC froze. I had to powerdown my PC.
by SUPER
05 Nov 2008
Forum: MultiCharts
Topic: REALTIME DATA FEED PROBLEMS WITH TS
Replies: 5
Views: 2526

I don't have problem with TS Data, other then Dax futures which seems to lag on volatile days.

Hope you have correct symbol settings in your quote manager...thats where I would first look. I think you need to provide more information so someone can help you.
by SUPER
04 Nov 2008
Forum: MultiCharts
Topic: Please vote for a TrackingCenter-like feature request
Replies: 12
Views: 5067

A tracking Center AND a Print Log are both necessary features
.
print log feature is available in Powereditor, look under output
by SUPER
04 Nov 2008
Forum: MultiCharts
Topic: Please vote for a TrackingCenter-like feature request
Replies: 12
Views: 5067

+ 1 Support for Tracking centre
by SUPER
23 Oct 2008
Forum: MultiCharts
Topic: MultiCharts 4.0 Official Release Info
Replies: 0
Views: 1634

MultiCharts 4.0 Official Release Info

MultiCharts 4.0 Official Release FEATURES Real-Time Market Scanner MultiCharts market scanner is an indispensable tool for screening quotes and ranking the financial instruments that you monitor. While being very easy to use, the MultiCharts scanner is a powerful tool featuring: · 5000-symbol capaci...
by SUPER
22 Oct 2008
Forum: MultiCharts
Topic: AutoTrade-Sync mode ?
Replies: 6
Views: 2495

Hi Marina, If All or None Execution option are checked, I get following error message " order rejected-reason: All or none orders are not supported for this combination of exchange and security type" I have tried this on NQZ8 and DAX future contracts on both Sync and Async mode with same error messa...
by SUPER
22 Oct 2008
Forum: MultiCharts
Topic: Problem with TWS 888.2
Replies: 2
Views: 1397

Can you provide with some more information with regard to the error message you are getting.
by SUPER
21 Oct 2008
Forum: MultiCharts
Topic: No Way to Cancel action ?
Replies: 3
Views: 1416

"Do not close Position" will that not do what you are requesting...this would allow you to remain in position as per your chart.
by SUPER
21 Oct 2008
Forum: MultiCharts
Topic: BarsSinceExit / BarsSinceEntry bug ?
Replies: 3
Views: 1826

danilo,

They are working on my end, I have not see this probelm in earlier versions as I use both functions in my strategy.

I am using Beta 4 version 3 at present.

Try and see if following statement in your code generates anything?

Print(barssinceentry, barssinceexit(1));

Regards
Super
by SUPER
16 Oct 2008
Forum: MultiCharts
Topic: AutoTrade-Sync mode ?
Replies: 6
Views: 2495

Marina, Thanks for your feedback. I am not the same person, to put record straight. I am using a code which is some thing like [intrabarordergeneration=true] If Marketposition <>1 and BuySetUp then Buy next bar at XXX Stop; If Marketposition <>-1 and ShortSetUp then SellShort next bar at XXX Stop; T...
by SUPER
16 Oct 2008
Forum: MultiCharts
Topic: AutoTrade-Sync mode ?
Replies: 6
Views: 2495

Marina,

I am having same problems with Stop orders.

Is there an issue with partial filled orders in Sync Mode?

Look forward to your reply.

Regards
Super
by SUPER
15 Oct 2008
Forum: MultiCharts
Topic: Outside Regular Trading Hours Message
Replies: 2
Views: 1374

There is nothing wrong with this message, MC had a bug in its earlier version where outside regular trading hour was not possible-which has been fixed for last few beta's.
by SUPER
15 Oct 2008
Forum: MultiCharts
Topic: Multiple systems in MC
Replies: 9
Views: 3197

I use two system on same chart, one is normar entry-exit and another is for end of day exit-realtime and they both work perfectly.
by SUPER
15 Oct 2008
Forum: MultiCharts
Topic: Auto Trading PROBLEM
Replies: 6
Views: 2381

MC's code runs/updates on next tick so the order will get fired only on following tick after your conditions are meet, sometimes it could mean next bar opening.
by SUPER
15 Oct 2008
Forum: MultiCharts
Topic: TESTING: BackTesting & Autotrading
Replies: 6
Views: 2735

Danilo,

What type of orders did you try, stop, limit or market?

Just shows how important it is to have look-inside bar feature.

Regards
Super
by SUPER
14 Oct 2008
Forum: MultiCharts
Topic: NEW PRICING STRUCTURE FOR MULTICHARTS?
Replies: 16
Views: 7688

Let us not push too soon for Multichart Gold as there are many bugs which need to be fixed. Once Multichart Gold project is complete there would be very little incentive for TSS to pursue enhancement features as they would be more interested in their New charting application project. If I quite unde...
by SUPER
13 Oct 2008
Forum: MultiCharts
Topic: NEW PRICING STRUCTURE FOR MULTICHARTS?
Replies: 16
Views: 7688

Marina's comment on thread : http://forum.tssupport.com/viewtopic.php?t=5157 Hi flipflopper, Quote: Are these issues still on track for resolution in the next major release? I tried the newest beta and the problems are still there. The problems should be solved in the upcoming official release. Quot...
by SUPER
10 Oct 2008
Forum: MultiCharts
Topic: AutoTrade-Sync mode ?
Replies: 6
Views: 2495

AutoTrade-Sync mode ?

Marina, I am encountering an unfilled order issue with Sync Mode in automation and will appreciate your clarification. I am using Limit orders on a reverse system, as you would see from the screen shot a short order for 2 contracts was issued and one contract got filled to close position but the rev...
by SUPER
09 Oct 2008
Forum: MultiCharts
Topic: A feature request : SetTimedExit
Replies: 7
Views: 3755

+ 1 Support for excellent idea
by SUPER
05 Oct 2008
Forum: MultiCharts
Topic: BarStatus function no longer works !!
Replies: 5
Views: 2107

drwar, Are you testing your code on live or historical data. With historical data you will get results of barstatus(1)=2 only and that may be correct from my understanding that only closing tick information is available for historical data. With two data streams, you are quite right that with barsta...
by SUPER
05 Oct 2008
Forum: MultiCharts
Topic: Bug-Can't close workspace
Replies: 3
Views: 1514

Marina,

Thanks for your help, your suggestion has produced desired relsult.

Regards
Super
by SUPER
01 Oct 2008
Forum: MultiCharts
Topic: Latest betas
Replies: 9
Views: 3592

Hi everybody, The fact that MC does not compile custom studies during the installation is not a bug. This is an intended behavior, the reason being is that if custom studies are compiled during the installation, it takes extremely long to upgrade. All you need to do to work with your saved workspac...
by SUPER
30 Sep 2008
Forum: MultiCharts
Topic: Latest betas
Replies: 9
Views: 3592

This bug has been in MC for a long time now, it should compile all studies when upgrade takes place. Just like you I lost all my setting of strategy and now I have to work them all out again. In future it would be wise to back up workspace files under seperate folder before upgrade, incase there is ...
by SUPER
26 Sep 2008
Forum: MultiCharts
Topic: I_MarketPosition and I_CurrentContracts not supported yet?
Replies: 4
Views: 1909

it sounds like all function with i_****** do not work i.e,. i_openequity, i_closedequity ..............

I hope they get fixed in your future release.
by SUPER
26 Sep 2008
Forum: MultiCharts
Topic: Is IntrabarOrderGeneration applied to backtesting too?
Replies: 8
Views: 3530

Best thing is to show a good solid sample showing better case and worse case together.- HaeRim
Marina, I guess this is what most of us are looking for to have better understanding of IOG
by SUPER
26 Sep 2008
Forum: MultiCharts
Topic: Feature request: Bar chart spike protection
Replies: 3
Views: 1735

+ 1 Support
by SUPER
18 Sep 2008
Forum: MultiCharts
Topic: When the stop-limit order will be added?
Replies: 6
Views: 2499

Re: When the stop-limit order will be added?

Marina, I am supporting ppan's request for implementation of the "stop-limit" orders. As ppan pointed out the "stop-limit" orders are essential in the real-time, discretionary or automated trading. I would like to add 2 more types of orders to the above request: - Market if Touched Order and - Limi...
by SUPER
17 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6602

Hi guys,

What we are going to do in this particular case is just write another function for crosses that will work correctly as opposed to that of TS.

Regards.
Marina,

Many thanks, this would be a great help.

I sincerely hope it is included in your next release.

Regards
Super
by SUPER
17 Sep 2008
Forum: MultiCharts
Topic: 4.0.1573.202 and automated trading
Replies: 6
Views: 2821

I FOUND A BUG! When I trade 1 contract using automation, and I do not use slippage and commissions, I found that my stops and profit target values work fine. HOWEVER, if I increase the number of contracts that I trade, the Profit targets and Stops values must be multiplied by the number of contract...
by SUPER
15 Sep 2008
Forum: MultiCharts
Topic: Day & 24h Sessions
Replies: 23
Views: 7199

You have every right to disagree. And I apologise for hurting your sensibilities. But please do not pass judgments without full facts. When I complain, it is only on THIS forum. And only because I want MultiCharts improved. MultiCharts has lots of good things. But these cannot compensate for what i...
by SUPER
15 Sep 2008
Forum: MultiCharts
Topic: Bug-Automation Sync mode
Replies: 7
Views: 2531

SUPER, If MP and CC aren't defined IntrabarPersist the value will be updated only at the close of the bar even if MarketPosition and Current contract are updated every tick, this is my understanding of IntrabarPersist keyword. Regards, Danilo Danilo, Thanks for your interest, I will try out your su...
by SUPER
14 Sep 2008
Forum: MultiCharts
Topic: Bug-Automation Sync mode
Replies: 7
Views: 2531

Can you explain what this code does and how it works? 2hareim, This just a simple test code that I use testing the automation features of MC with IB. It is an intrbarordergeneration code and I am selecting setting within intrabar order which allow maximum freedom in terms of number of trades it can...
by SUPER
13 Sep 2008
Forum: MultiCharts
Topic: Bug-Automation Sync mode
Replies: 7
Views: 2531

SUPER, If MP and CC aren't defined IntrabarPersist the value will be updated only at the close of the bar even if MarketPosition and Current contract are updated every tick, this is my understanding of IntrabarPersist keyword. Regards, Danilo Danilo, Thanks for your interest, I will try out your su...
by SUPER
13 Sep 2008
Forum: MultiCharts
Topic: Bug-Automation Sync mode
Replies: 7
Views: 2531

SUPER, I think that you should define as IntrabarPersist also MP and CC. Regards, Danilo Danilo, Thanks for your suggestion, MarketPosition and Current contract update every tick so there is no need to declare them as IntrabarPersist. If there was an issue with the code it would have produced simil...
by SUPER
12 Sep 2008
Forum: MultiCharts
Topic: Bug-Automation Sync mode
Replies: 7
Views: 2531

Bug-Automation Sync mode

Another automation BUG with Sync mode. I ran following code with setting as show in attachment and was surprised to find that instead of 1 trade per bar more were observed on regular intervals. Strange this problem was not observed under Async mode. Thanks to Martin Miller, who showed me a trick to ...
by SUPER
12 Sep 2008
Forum: MultiCharts
Topic: Bug-Can't close workspace
Replies: 3
Views: 1514

Bug-Can't close workspace

Just noticed another bug I am not able to close untitled workspace by clicking "close workspace icon" from menu it leads me to save option instead . Another new bug just creaped in new beta....I never though new versions will face such problems....wounder if calculation are in order with the new bet...
by SUPER
11 Sep 2008
Forum: MultiCharts
Topic: e-mail INTERFACE
Replies: 23
Views: 7523

Marina, On 31 July you replied: If you are talking about e-mail alerts, they will be available in about 2-3 weeks. I have now downloaded 4.0.1573.202 but have not been able to find any email alerts function. It is 6 weeks since your reply and I would have thought "in about 2-3 weeks" should not hav...
by SUPER
10 Sep 2008
Forum: MultiCharts
Topic: Suggestions about performance report and optimization
Replies: 8
Views: 2318

+ 1 Support to items 1 to 3,

#4 suggestion, don't know if it is possible with MC to accomplish what you are requesting as at present optimisations are based on current chart-bar resolution. If it can be done then, one will have ability to optimise for most profitable bar resolution.
by SUPER
04 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6602

Hi HaeRim, You are perfectly right. However, on so many occasions, having implemented correct behavior vs the faulty one of TS, we received complaints from customers that MC's behavior wasn't correct. Our attempts to explain them that in fact it was wrong in TS would have no effect and we'd lose cu...
by SUPER
04 Sep 2008
Forum: MultiCharts
Topic: Is IntrabarOrderGeneration applied to backtesting too?
Replies: 8
Views: 3530

+1 Support to 2harim suggestion
by SUPER
03 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6602

2haerim, Please try this in your code and see if you get different results, I do not have TS2K so I can not test your code accross TS platforms. if currentbar > 1 and ROUND(date,0) cross above 1080718.00 You will find following explanation in all TS canned strategies where cross over/under is involv...
by SUPER
03 Sep 2008
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6602

2haerim

if CurrentBar > 1 then
{ CB > ConfirmBars check used to avoid spurious cross confirmation
at CB = ConfirmBars }

It may be worth trying " CurrentBar > 1 " in your code.

I have not tested your code but thought of another look at it to confirm bug if it exists.

Regards
Super
by SUPER
31 Aug 2008
Forum: User Contributed Studies and Indicator Library
Topic: SETEXITONCLOSE in auto trading
Replies: 10
Views: 6007

Super, Where is the code? Here's link to the code you are looking for. https://www.TS.com/Discussions/Topic.aspx?Topic_ID=38187&SearchTerm=eod%20exit&txtExactMatch= Regards Super hi, some of us don't have access to TS forum, could you kindly paste the code here ? thanks appreciate it. Here's it. [/...
by SUPER
30 Aug 2008
Forum: User Contributed Studies and Indicator Library
Topic: SETEXITONCLOSE in auto trading
Replies: 10
Views: 6007

Super,

Where is the code?
Here's link to the code you are looking for.

https://www.TS.com/Discussion ... xactMatch=

Regards
Super
by SUPER
29 Aug 2008
Forum: User Contributed Studies and Indicator Library
Topic: SETEXITONCLOSE in auto trading
Replies: 10
Views: 6007

Super, Your code is correct but I should use 1 min or 5 min bar to run the system. If I use 30 min bar or 15 min bar, the system will exit 30 min or 15 min before the market close. The exit price and the real market close may have a big difference. The code reads computer time so it should not matt...
by SUPER
28 Aug 2008
Forum: User Contributed Studies and Indicator Library
Topic: SETEXITONCLOSE in auto trading
Replies: 10
Views: 6007

Re: SETEXITONCLOSE cannot be used in auto trading

The SETEXITONCLOSE cannot close all the open positions before the market close in auto trading. How to use the SETEXITONCLOSE in Auto Trading? You can use time based condition to exit something like: Input: MyTime(1528); If time >= MyTime then begin Sell ("_LX_") Next Bar at Market; BuytoCover("_SX...
by SUPER
28 Aug 2008
Forum: MultiCharts
Topic: Can I assign the current market position in Auto Trading?
Replies: 33
Views: 10768

Hi guys,

Let us know if these options will cover what you would like to see in MC auto trading:
Marina,

Looks good to me.

Thanks for your support.

Regards
Super
by SUPER
28 Aug 2008
Forum: MultiCharts
Topic: Can I assign the current market position in Auto Trading?
Replies: 33
Views: 10768

+1 support to brendanh's suggestion
by SUPER
21 Aug 2008
Forum: MultiCharts
Topic: Can I assign the current market position in Auto Trading?
Replies: 33
Views: 10768

Re: Can I assign the current market position in Auto Trading

Marina, MC really needs powerlanguage functionality to read market position at brokers end, so that one can control order flow within strategies/studies. This functionality should take care of concern regarding re-connections issues of position mismatch. Regards Super The implementation that you ar...
by SUPER
19 Aug 2008
Forum: MultiCharts
Topic: Can I assign the current market position in Auto Trading?
Replies: 33
Views: 10768

Re: Can I assign the current market position in Auto Trading

After connection loss or re-compile the signal, the auto trading will be stopped be automatically. If the auto trading is started again, the MC will assume that the current marketposition is 0. Can I assign the current market position and current contracts in Auto Trading? Hi ppan, There is no way ...
by SUPER
19 Aug 2008
Forum: MultiCharts
Topic: Can I have 2 IB Data source?
Replies: 5
Views: 2532

TJ,

You can run TWS Simulated Trading which has live feed with MC for testing purpose and TWS Live trading on another PC/Laptop, I think this should solve your problem.

Regards
Super
by SUPER
12 Aug 2008
Forum: MultiCharts
Topic: Stop spamers from this forum
Replies: 4
Views: 2714

Stop spamers from this forum

Marina,

I am suddenly seeing spamers advertising their websites on this forum, Please can you secure this forum from future attacks from spamers.

Regards
Super
by SUPER
10 Aug 2008
Forum: MultiCharts
Topic: MC vs TS Indicator Scaling
Replies: 7
Views: 3590

Gann_Man,

TJ's explanation makes your point very clear, and I support your view that MC should also provide with such functionality.

Regards
Super
by SUPER
10 Aug 2008
Forum: MultiCharts
Topic: MC vs TS Indicator Scaling
Replies: 7
Views: 3590

I can't seem to find values of LowD(0) on your TS Chart, which can be seen on MC chart. What is the purpose of having an indicator when you can not see the plot value. I think when you plot both HighD(0) and LowD(0) the charts may look similar....am I missing something here?

Regards
Super
by SUPER
08 Aug 2008
Forum: MultiCharts
Topic: Opmizing multiple stratgegies in sequence
Replies: 4
Views: 1798

+ 1 Vote
by SUPER
01 Aug 2008
Forum: MultiCharts
Topic: New Beta 4 Crashes
Replies: 19
Views: 5807

Hi SUPER, When you restart the program after a crash, you will see a dialogue asking you if you want to send the report. You can send us the logs following the prompts of that dialogue or you can go to E:\Documents and Settings\User\Local Settings\Application Data\TS Support\MultiCharts\4.0.1440.20...
by SUPER
01 Aug 2008
Forum: MultiCharts
Topic: Importing ELA problem
Replies: 11
Views: 3801

2haerim,

I imported both format of codes successfully into powerlaunguage editor and the codes are identical, it sounds like a problem inherent to your pc....no criticism here just trying to help out!

Regards
Super
by SUPER
01 Aug 2008
Forum: MultiCharts
Topic: Trade Simulation
Replies: 18
Views: 6595

+1 Vote
by SUPER
01 Aug 2008
Forum: MultiCharts
Topic: New Beta 4 Crashes
Replies: 19
Views: 5807

Mine crashed last night, unfortunately I was not in front of it to get the error message. Just woundering if it is possible get log of the error message and if so where can I find it on my PC?
by SUPER
31 Jul 2008
Forum: User Contributed Studies and Indicator Library
Topic: Bollenger Bands with exponential moving average mid line
Replies: 6
Views: 4443

Here's the indicator you are looking for hope it helps. inputs: BollingerPrice( Close ), TestPriceUBand( Close ), TestPriceLBand( Close ), Length( 20 ), NumDevsUp( 2 ), NumDevsDn( -2 ), Displace( 0 ) ; variables: var0( 0 ), var1( 0 ), var2( 0 ), var3( 0 ) ; var0 = XAverage( BollingerPrice, Length ) ...
by SUPER
30 Jul 2008
Forum: User Contributed Studies and Indicator Library
Topic: Bollenger Bands with exponential moving average mid line
Replies: 6
Views: 4443

OK, thank you all. Still, it sure would be nice to be able to compare - even if just for the sake of comparison. Anyone have the skills to write out the code for an ema based BB - and willing to share..! Simon Replace simple moving average with exponential in your code. Here's BollingerBandxAvg fun...
by SUPER
30 Jul 2008
Forum: MultiCharts
Topic: Allow Outside Trading Hours Bug
Replies: 21
Views: 8443

Hi Marina, I had the same problem with MC 3.1. So I have now installed 4.0 BETA and I get the same error messages over and over. Please advise how we can use the auto trade feature in European Markets or else fix this bug once and for all. Thank you. What type of orders you are using, I tried runni...
by SUPER
30 Jul 2008
Forum: MultiCharts
Topic: Allow Outside Trading Hours Bug
Replies: 21
Views: 8443

Marina, It seems outside trading hour bug has been fixed, I get following message while orders are placed and I can confirm that orders are executed now. Order Event Order Attribute 'outside regular trading hour' is ignored based on the order type and destination, place order is now being processed....
by SUPER
30 Jul 2008
Forum: MultiCharts
Topic: AutoTrade Bug
Replies: 2
Views: 1547

Having spent some time on this it seems that when this feature is selected orders generated after activation will appear on chart-historical orders will not appear at all, which make sense now. One can start automation at anytime and can expect they system to remain in synchronisation with chart. Ho...
by SUPER
29 Jul 2008
Forum: MultiCharts
Topic: AutoTrade Bug
Replies: 2
Views: 1547

AutoTrade Bug

When I turn on AutoTrade option signals disappear from chart when "sync "mode selection option is selected. The signals are visible on chart under "Asyn" option. Anyone experincing similar problem?

I am using Multichart v 4.0 beta 1 (build 1440)
by SUPER
28 Jul 2008
Forum: MultiCharts
Topic: Percent Trailing Stop Problem
Replies: 5
Views: 2837

Have a look at interactive brokers site for informaiton you are looking for.

http://individuals.interactivebrokers.c ... entity=llc
by SUPER
27 Jul 2008
Forum: MultiCharts
Topic: Tracking Center feature is very much needed
Replies: 2
Views: 1562

+ 1 vote for this important feature
by SUPER
10 Jul 2008
Forum: MultiCharts
Topic: Autotrading problem with MC 2.1
Replies: 3
Views: 1551

engelmeyer elisabeth,

Please have a look at my post at following link for a solution, I went through same problem few days back.

Regards
by SUPER
10 Jul 2008
Forum: MultiCharts
Topic: AutoTrade Problem MC 3.1.1353.400
Replies: 7
Views: 2641

Marina, With help from your Online Support team I was able to resolve problems I was facing. Changing exchange setting in QuoteManager to DTB seems to have resoved the problem. The interesting thing to note here is that the TS uses Eurex Exchange for @FDAX and one would naturally use this exchange s...
by SUPER
27 Jun 2008
Forum: MultiCharts
Topic: AutoTrade Problem MC 3.1.1353.400
Replies: 7
Views: 2641

Marina,

Thanks for your suggestion, some improvement in sense, atleast name of symbol is seen in the warning message however trades are not being executed. Please have a look at attached message

Regards
Super
by SUPER
25 Jun 2008
Forum: MultiCharts
Topic: AutoTrade Problem MC 3.1.1353.400
Replies: 7
Views: 2641

It seems there is some problem with DAX symbol, attached please find screen shots concerning this perticular symbol.

Any suggestions please.
by SUPER
25 Jun 2008
Forum: MultiCharts
Topic: Allow Outside Trading Hours Bug
Replies: 21
Views: 8443

This bug still exists, I have been highlighting this issue for a very long time now.....fustrating that is keeps getting ignored :roll:
by SUPER
25 Jun 2008
Forum: MultiCharts
Topic: AutoTrade Problem MC 3.1.1353.400
Replies: 7
Views: 2641

please ignore my earlier post, it seems I had selected wrong exchange, CME instead of Globed in broker settings.

Sorry for any inconvenience.
by SUPER
25 Jun 2008
Forum: MultiCharts
Topic: AutoTrade Problem MC 3.1.1353.400
Replies: 7
Views: 2641

AutoTrade Problem MC 3.1.1353.400

I have just downloaded latest MC (3.1.1353.400) and for some reason I keep getting error message " Security is not available or allowed for this account" whenever a new order is generated. From TWS screenshot one can see that symbol is available for trading.
by SUPER
01 Jun 2008
Forum: MultiCharts
Topic: IntrabarOrderGeneration calculation Bug?
Replies: 6
Views: 2204

Hi Super,

The 3.1 is basically ready to be released, so we simply Haven't had the time to implement the IOG fix in this coming version.

We are planning to fix the bug in the next 3.2 version.

Regards.
Marina,

It may be to soon to ask, any idea when 3.2 will be released?

Regards
by SUPER
29 May 2008
Forum: MultiCharts
Topic: AutoTrading Questions
Replies: 2
Views: 1643

good you fond it, there is more information on Help if you can find it too.

just joking...good luck
by SUPER
28 May 2008
Forum: MultiCharts
Topic: help with powerlanguage
Replies: 8
Views: 3217

It is my understanding that since the code runs on each tick of data, it will need a new tick to run again and place your order.

This is how trading softwares available on market work, it is nothing specific to MC.
by SUPER
27 May 2008
Forum: MultiCharts
Topic: IntrabarOrderGeneration calculation Bug?
Replies: 6
Views: 2204

Marina, Thanks for your feedback. I sincerely hope that this bug gets fixed in your next week release. Intrabarordergeneration capability is of little use until then. It would be practical and time saving if bug list is released soon, it would save lot of time and effort in trying to re-discover bug...
by SUPER
26 May 2008
Forum: MultiCharts
Topic: IntrabarOrderGeneration calculation Bug?
Replies: 6
Views: 2204

IntrabarOrderGeneration calculation Bug?

I ran following code as an indicator and then same code as a strategy to compare output and was amazed to find that with intrabarorergeneration setting in a strategy the results of the strategy and indicator do not match at all. Sounds like a major bug with IntraBarOrderGeneration. Will appreciate c...
by SUPER
23 May 2008
Forum: MultiCharts
Topic: BarStatus(1)=2...Bug?
Replies: 3
Views: 1448

Marina, Thanks for your feedback, I hope it gets fixed in your next release. There is also bug with BarStatus(1)=1 and it behaves in similar fashion. within the bar you get following values at begining stage: BarNumber 1395 True BarNumber 1395 True BarNumber 1395 True BarNumber 1395 False BarNumber ...
by SUPER
23 May 2008
Forum: MultiCharts
Topic: BarStatus(1)=2...Bug?
Replies: 3
Views: 1448

BarStatus(1)=2...Bug?

It seems there is bug with BarStatus(1)=2 when used with IntraBarOrderGeneration enabled. I ran following code as a strategy with IntraBarOrderGeneration settings. If lastBarOnChart print(BarNumber,BarStatus(1)=2); with following results. Bar=1345,BarStatusStrategy=FALSE Bar=1345,BarStatusStrategy=F...
by SUPER
06 May 2008
Forum: MultiCharts
Topic: Strange Realtime Behaviour
Replies: 4
Views: 2419

That is how it is supposed to work and it is only useful for backtesting, SetExitOnClose function used in MC example does not keep track of Session start or end time.

Real-time you will have to code exit based on computer clock or time.

i.e if time > ..... then sell or buy etc.
by SUPER
03 May 2008
Forum: MultiCharts
Topic: code debug
Replies: 3
Views: 2295

Try this out: inputs: ATRLength( 14 ), SmthLength( 14 ), Factor( 2.824 ); variables: DeltaStop( 0 ), TrStop( 0 ); DeltaStop = Factor * XAverage(AvgTrueRange( ATRLength ), SmthLength); If Close = TrStop[1] then TrStop = TrStop[1] else If Close[1] <= TrStop[1] and Close < TrStop[1] then TrStop = minli...
by SUPER
30 Apr 2008
Forum: MultiCharts
Topic: Strange behaviour of MC 3
Replies: 7
Views: 3636

Would it not make more sense to create symbol based cache folder/files and update them rather then creating new files each day. ( similar to what TS does)
by SUPER
28 Apr 2008
Forum: MultiCharts
Topic: Fianl release has some issues
Replies: 3
Views: 1795

You are not alone, I have similar problem to report.
by SUPER
24 Apr 2008
Forum: MultiCharts
Topic: TWS autotrading problems
Replies: 23
Views: 7934

Ok SUPER,

We'll be waiting for you to contact us then
Marina,

Any news on the problem I demonstrated to you on 18th.

Regards
SUPER
by SUPER
22 Apr 2008
Forum: MultiCharts
Topic: Release 3
Replies: 3
Views: 1919

It has happend with me also, I use Windows XP.
by SUPER
22 Apr 2008
Forum: MultiCharts
Topic: Emulating old-style Limit orders
Replies: 10
Views: 3623

Have you tried Next Bar at Market, I belive with IntrbarOrderGeneration one should use Next Bar at Market Orders.

if (Close <= X) Then Buy Next Bar at Market;
if (Close >= X) Then SellShort Next Bar at Market;
by SUPER
21 Apr 2008
Forum: MultiCharts
Topic: Sample Autotrading and intrabar strategies that work well
Replies: 4
Views: 2226

TOTALLY AGREE, you have my vote
by SUPER
18 Apr 2008
Forum: MultiCharts
Topic: TWS autotrading problems
Replies: 23
Views: 7934

Marina, Sorry, I have to disagree with you on this one, it happens on almost all orders that are generated on my PC I have allowed for 30 seconds conversion time and I thing that should be good enough for normal trading situation. I will do a live demo with your TSSupport this afternoon so that they...
by SUPER
18 Apr 2008
Forum: MultiCharts
Topic: Allow Outside Trading Hours Bug
Replies: 21
Views: 8443

Marina,

This bug still exist, was hoping you would have fixed in your final release.
Which makes it impossible to trade on 24 hr markets other than market orders.

Regards
Super
by SUPER
18 Apr 2008
Forum: MultiCharts
Topic: Limit Orders
Replies: 3
Views: 1926

for Buy or BuyToCover Limit Orders should be below current price
like wise for SellShort or Sell Limit Orders shold be above current price
only then it will be accepted by IB
by SUPER
17 Apr 2008
Forum: MultiCharts
Topic: TWS autotrading problems
Replies: 23
Views: 7934

autotrade, As I said in my earlier message, through remode destop connection with TS Support a new ATOrdercontroller DLL was installed on my PC (hotfix) and it is able to send order to TWS and they are being executed by TWS. Problem with other options slected i.e, convert unexecuted limit/stop order...
by SUPER
16 Apr 2008
Forum: MultiCharts
Topic: BarStatus ?
Replies: 11
Views: 4394

Barstatus(1)=1 works fine with intrabarordergeneration=true, however not with intrabarordergeneration disabled.

MC Beta 3.0.1195.6635

Same problem exist with Final version 3.0

Conclusion: Bug not fixed
by SUPER
16 Apr 2008
Forum: MultiCharts
Topic: TWS autotrading problems
Replies: 23
Views: 7934

TS Support through QuickHelp changed AT OrderController Dll and IOG mode orders are being received and executed by TWS-one problem solved. However, if you select option "convert unexecuted limit/stop order to market order after xx seconds" it executes additional market orders after XX Seconds once L...
by SUPER
16 Apr 2008
Forum: MultiCharts
Topic: TWS autotrading problems
Replies: 23
Views: 7934

Orders generated with IOG enabled strategies are not sent to TWS.

Final release 3.0
by SUPER
14 Apr 2008
Forum: MultiCharts
Topic: BarStatus ?
Replies: 11
Views: 4394

Barstatus(1)=1 works fine with intrabarordergeneration=true, however not with intrabarordergeneration disabled.

MC Beta 3.0.1195.6635
by SUPER
14 Apr 2008
Forum: MultiCharts
Topic: TWS autotrading problems
Replies: 23
Views: 7934

I have same problem to report and my log looks similar to one posted above. I have tried re-installation without much success, systems with intrabar-ordergeneration enabled seem to have this problem.
by SUPER
12 Apr 2008
Forum: MultiCharts
Topic: Market and Limit Oders in new Version 3.0
Replies: 23
Views: 8532

Buy next bar at 10.5 limit (market -> BID=10.5, ASK=11.5, TRADE-=10.5 since was a sell) The "simulating" limit order engine will wait to see 10.5 on the Market but if the price matched was a BID, and I'm a buyer, when MC will issue an order at Market the ASK price will be matched that usually is mo...
by SUPER
02 Apr 2008
Forum: MultiCharts
Topic: Trades Don't Match on Refresh?
Replies: 6
Views: 3588

I spent some time with TS Support team and quiet rightly pointed out by "drwar" on this thread it seems the problem is with IB data feed. I have been given to understand that when MultiCharts plots data from IB in real-time, local MultiCharts time is taken for timestamps. For history (the data you s...
by SUPER
02 Apr 2008
Forum: MultiCharts
Topic: Multicharts 3.0 Beta 2 is now available (Now with Hot Fix!)
Replies: 32
Views: 13286

I am still baffeled by why real time signals look different after refresh of chart, the data feed is same...IB in this instance. To my surprise I had long trade and on refresh it shows it as Short now. Could you give your workspace and the strategy? Hi Andrew, I have started a new thread to address...
by SUPER
01 Apr 2008
Forum: MultiCharts
Topic: BarStatus ?
Replies: 11
Views: 4394

Thanks
by SUPER
01 Apr 2008
Forum: MultiCharts
Topic: Trades Don't Match on Refresh?
Replies: 6
Views: 3588

Super It looks like before refresh matchs TS. Is the TS data refreshed ? Here are several possibilities 1) Your ISP and/or the connection to your ISP is poor. 2) Your computer is too slow and/or not enough memory for the number of symbols you are charting. J~ Thanks for your suggestions, I have tho...
by SUPER
01 Apr 2008
Forum: MultiCharts
Topic: Trades Don't Match on Refresh?
Replies: 6
Views: 3588

Trades Don't Match on Refresh?

I am little concerned about trades being different on refresh of chart. I had a long trade this morning and on refresh the chart shows a short trade, now how do you handle this situation on realtime trading. I have used IB as my data feed with multichart. I am attaching images before and after refre...
by SUPER
01 Apr 2008
Forum: MultiCharts
Topic: Multicharts 3.0 Beta 2 is now available (Now with Hot Fix!)
Replies: 32
Views: 13286

I am still baffeled by why real time signals look different after refresh of chart, the data feed is same...IB in this instance. To my surprise I had long trade and on refresh it shows it as Short now.
by SUPER
28 Mar 2008
Forum: MultiCharts
Topic: Multicharts 3.0 Beta 2 is now available (Now with Hot Fix!)
Replies: 32
Views: 13286

Another problem, both in the beta and the latest release. If I've a tick chart, and I just let the ticks run in, everything seems fine, but if I refresh, MC changes the grouping. So what looked lie a good trade, suddenly changes to a bad one! Anybody else with the same problem? It's hard to see, bu...
by SUPER
28 Mar 2008
Forum: MultiCharts
Topic: AutoTrading IB
Replies: 6
Views: 2832

Re: Symbol dictionary

Yes, I tried it before with these settings but I need to give in the expiry and I'm unable to edit the cell.

Thanks,
Jo
An Index does not have expiry date and I dont think you can trade Index.. correct me if I am wrong.
by SUPER
27 Mar 2008
Forum: MultiCharts
Topic: BarStatus ?
Replies: 11
Views: 4394

Super We agree on the definition. I don't understand how your example exposes a bug. Could you explain what it does. It looks to me that your statement should be executed on every tick inside the bar. J~ Try out the strategy I have posed in my first thread and one without barstatus(1)=1 and you wil...
by SUPER
27 Mar 2008
Forum: MultiCharts
Topic: BarStatus ?
Replies: 11
Views: 4394

Re: BarStatus ?

It seems that function BarStatus(1)=1 does not work same as TS, it works more like LastBarOnChart. If applied to a strategy it does not show historical orders-only works in realtime. Input: Length(10); If BarStatus(1)=1 then Buy Next Bar at HighestFC(C,Length) + 1 Point Stop; SetExitOnClose; I don'...
by SUPER
26 Mar 2008
Forum: MultiCharts
Topic: BarStatus ?
Replies: 11
Views: 4394

BarStatus ?

It seems that function BarStatus(1)=1 does not work same as TS, it works more like LastBarOnChart. If applied to a strategy it does not show historical orders-only works in realtime.


Input: Length(10);

If BarStatus(1)=1 then Buy Next Bar at HighestFC(C,Length) + 1 Point Stop;

SetExitOnClose;
by SUPER
26 Mar 2008
Forum: MultiCharts
Topic: Allow Outside Trading Hours Bug
Replies: 21
Views: 8443

Problem not fixed with the new release.... :cry:

When can I expect fix for it?
by SUPER
25 Mar 2008
Forum: MultiCharts
Topic: Multicharts 3.0 Beta 2 is now available (Now with Hot Fix!)
Replies: 32
Views: 13286

Thanks, Please advice if we need to have clean install (uninstall MC 3.0 beta 2 previous version) or can carry out repair option to have latest hot fix.

Please can you also advice on what bugs have been fixed in this new release.
by SUPER
25 Mar 2008
Forum: MultiCharts
Topic: Allow Outside Trading Hours Bug
Replies: 21
Views: 8443

Allow Outside Trading Hours Bug

It seems that MC is not able configure orders to trade "outside Trading Hours". TWS is configured to allow stop orders outside trading hours, however orderes fired by MC are not compatible. I remember this issue on earlier version of OwnTrade with similar but which was later fixed. Please provide a ...
by SUPER
25 Mar 2008
Forum: MultiCharts
Topic: Multicharts 3.0 Beta 2 is now available (Now with Hot Fix!)
Replies: 32
Views: 13286

Intra-Bar Order Generation settings are lost every time the workspace is closed and the reopened
Have you added "[intrabarordergeneration=true]" in your strategy code ? if not try and see if it helps.
by SUPER
24 Mar 2008
Forum: MultiCharts
Topic: Auto trading problem with IB
Replies: 3
Views: 2192

i am attaching a image for your clarification.....
by SUPER
24 Mar 2008
Forum: MultiCharts
Topic: Auto trading problem with IB
Replies: 3
Views: 2192

you will first have to run TWS and then under "Configure" option from the main menu go to API and you will find what you are looking for
by SUPER
24 Mar 2008
Forum: MultiCharts
Topic: How do I overcome this problem?
Replies: 4
Views: 1662

I have same problem with new MC beta
by SUPER
28 Feb 2008
Forum: MultiCharts
Topic: Abilty to interogate existing IB positions for autotrading
Replies: 5
Views: 2385

We need to have all the account and position info available from TWS available to the Strategies
+1 vote for excellent suggestion
by SUPER
27 Feb 2008
Forum: MultiCharts
Topic: Tracking Center Featiure
Replies: 4
Views: 2209

+1 Must
by SUPER
11 Jan 2008
Forum: MultiCharts
Topic: EOTPRO (Multicharts add-on products)
Replies: 55
Views: 27038

Robert it quite right that this EOTPRO post should be in the Add-On Section and this space should be used only for support purpose...it makes things a bit simple.
by SUPER
03 Dec 2007
Forum: MultiCharts
Topic: Why I won't change from TS 8 to MC
Replies: 17
Views: 7839

I have been trying out MC for over a week now with IB data feed and I am quite pleased to state that MC is very stable program but it seriously handicaped with the data problems. Once the proposed updates (Limit, Stop order, intrabar order etc) are implemented it would be something worth considering...
by SUPER
11 Mar 2007
Forum: MultiCharts
Topic: AutoTrading to IB [SOLVED]
Replies: 18
Views: 6413

Although not a user of MC but totally agree with apha's suggestions with regard to autotrade desired features and choice of different orders types.

Go to advanced search