Multicharts...???

Quote from Andrew Kirillov:

Obviously it's hard to write 1639 posts on all kinds of subjects and at the same time to have a deep understanding of every problem discussed. In your every response a negative attitude towards our product can be clearly seen. Have you suffered from our product to such an extent that in every single topic you're looking for something negative?

I have also written posts to help people to use Multicharts (where the MC support failed to solve the problem).
I have recommended people to use MC.
I have also recommended people to use other charting packages (but not in a MC thread).

Go check it yourself.
No need to get all work up because you can't handle the problem. Maybe you should not be in customer service.

;-)
 
Quote from syswizard:

Can you enumerate these flaws in detail ?

Decision tree processes can get different results depending if you "and" or "or" a bunch of statements or if you use a nested loop, I recommend the nested loop. I don't know if Multicharts carried this over or not. There were discussions at purebytes.com about how Easy Language did not do math operations in the normal order and some proof that they did not, I recommend using brackets to force math operations to be what you want them to....
 
Quote from maxpi:

Decision tree processes can get different results depending if you "and" or "or" a bunch of statements or if you use a nested loop, I recommend the nested loop. I don't know if Multicharts carried this over or not. There were discussions at purebytes.com about how Easy Language did not do math operations in the normal order and some proof that they did not, I recommend using brackets to force math operations to be what you want them to....
Tradestation evaluates a statement from right to left.

Multicharts evaluates a statement from left to right.

It should NOT make a difference in 99.99% of the situations. But if you are debugging an error, bear this difference in mind and make adjustments accordingly.
 
There are a number of developers, including myself, that will use nothing but MultiCharts. We need a dynamic environment that is geared toward professional traders that is still a comfortable place for newer traders to learn and trade from.

MultiCharts is not perfect, no software charting package is but of all the options out there, in my opinion, there is no other choice. I trade for a living and I want the confidence that when I sit down to trade, my software and platform is solid and stable to handle all of my needs.

The automated process that Multicharts is building is still in its infancy but knowing the attention to detail that their designers have, I know this will be a robust addition to their package in the not so distant future. I have an automated program I 'm currently in the process of integrating into MC and I'm doing it confidently.

MC is even working on a data environment to surpass the reliability of TS and eSignal. I like MC because of their openmindedness and never-give-up attitude. They haven't given up like TS and other software charting packages have.
 
Quote from Tums:

No need to feel offended.

I wasn't degrading MC, I was pointing out the obvious -- MC uses the add-on method. It is the same design set up as Tradestation. I don't see why you see it as an insult, or that the design is any less than Tradestation.

If you want to comment on my statement that all the included add-ons are copied from Tradestation, please show your substance.
Credit where credit is due -- the indicators and signals are COPIED from Tradestation. They are NOT yours.

Pay add-on developed by partners are NOT your add-ons. They require additional payment or subscription. These pay add-ons are also available for other charting packages.

jammy page wrote:
There are a lot of nice indicators and signals built in and you can do quite a bit with it out of the box
to which you answered:
MultiCharts has no built-in nice indicators and signals. All the indicators and signals are add-ons, just like TradeStation.

In fact, most of the indicators and signals (over 200) are built-in and are provided together with the platform. Customers don't have to pay for those and can use them right after intalling MultiCharts. That's why they can't be called add-ons. Apart from those built-in indicators, there's also a number of add-ons that need to be paid for.

We do appreciate your comments if they are well-grounded and try to respond and fix the problems as quickly as possible.
 
Quote from maxpi:

Decision tree processes can get different results depending if you "and" or "or" a bunch of statements or if you use a nested loop, I recommend the nested loop. I don't know if Multicharts carried this over or not. There were discussions at purebytes.com about how Easy Language did not do math operations in the normal order and some proof that they did not, I recommend using brackets to force math operations to be what you want them to....
The lack of a select/case statement was one huge omission in Easy Language. Not sure if they added it in the online 8.3 version or not. Having to use all of those nested if-then-else statements was a "bear" in TS2000i. Did multicharts add Select/Case ?
 
Quotetracker uses built-in indicators. They cannot be removed, nor can you add your own indicators.

With Tradestation, you can add your own indicators or signals.

You can also add indicators to Multicharts. As a matter of fact, Multicharts has already added them for you when they sell you the package.
 
Quote from Tums:

Tradestation evaluates a statement from right to left.

Multicharts evaluates a statement from left to right.

It should NOT make a difference in 99.99% of the situations. But if you are debugging an error, bear this difference in mind and make adjustments accordingly.

You are absolutely right. We often have to emulate strange or outright wrong behaviour of EasyLanguage. If we don't do that, our customers think that MultiCharts calculates their scripts incorrectly. They assume that TradeStation is totally flawless since it's the standard in the industry.
Our reasoning doesn't usually have much effect on the customers and we simply loose them. That's why we often emulate TradeStation's weird behaviour or even errors.

It should be noted though that we didn't emulate various errors in calculation of signals. That is why there are considerable differences in signals' functioning in MultiCharts vs TradeStation.

In future, we are going to gradually give up EasyLanguage emulation. But we will create the backward compatibility mode to persuade the customers switch to our platform.
 
Quote from Andrew Kirillov:

... In your every response a negative attitude towards our product can be clearly seen.
Instead of looking at my response as negative, let me show you how you could have seen my reply:

Rewritten by TUMS

Multicharts is the most flexible and powerful charting software on the market. As TUMS pointed out, it is 100% compatible with Tradestation's indicators and signals. To prove Multichart's compatibility, all our included indicators and signals are copied from Tradestation!

Any script written for Tradestation can be ADD-ON into Multicharts. There are literally thousands of indicators written in Tradestation's Easylanguage. They are freely available on the internet, all you have to do is Google for them.


See, don't you feel better if you see the World in a happier mood?
 
Quote from syswizard:

The lack of a select/case statement was one huge omission in Easy Language. Not sure if they added it in the online 8.3 version or not. Having to use all of those nested if-then-else statements was a "bear" in TS2000i. Did multicharts add Select/Case ?

The current MultiCharts version doesn't have case/switch yet, but we are going to add it next year. Unfortunately, we don't have enough resources to implement the feature this quarter.
 
Back
Top