NexusFi: Find Your Edge


Home Menu

 





MultiCharts, MultiCharts, MultiCharts...


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one Big Mike with 195 posts (166 thanks)
    2. looks_two TonyB with 56 posts (20 thanks)
    3. looks_3 MultiCharts with 46 posts (41 thanks)
    4. looks_4 Snoop with 27 posts (14 thanks)
      Best Posters
    1. looks_one FulcrumTrader with 3 thanks per post
    2. looks_two Big Mike with 0.9 thanks per post
    3. looks_3 MultiCharts with 0.9 thanks per post
    4. looks_4 TonyB with 0.4 thanks per post
    1. trending_up 340,946 views
    2. thumb_up 510 thanks given
    3. group 93 followers
    1. forum 827 posts
    2. attach_file 71 attachments




Closed Thread
 
Search this Thread

MultiCharts, MultiCharts, MultiCharts...

  #121 (permalink)
Ranger
Port St Lucie, FL
 
Posts: 46 since Jan 2010
Thanks Given: 9
Thanks Received: 48

Oooooh. Guess, I blew that one - those comments should have been directed to BM. Anyway, they are still valid.

I code in EL; my partner uses NT. We'll give it a crack in the next month or so but likely with some enhancements. The underlying issue with RENKO or 3LBC are the continuation bars and the headfakes - see attachment. Dynamic stop loss not the hard stops are also important, if not the most important task.

Perhaps we can form a think tank to see, how best to take advantage of the RENKO and 3LBC with the objective of developing a strategy that collects its 2-4 points a day via autotrading and then shuts down. 3-4 persons; a little out of the box thinking; good programming skills; motivation and organization could achieve such a goal.

(Incidently, my partner ZAC elite member managed to produce a version of the 3LBC before NT officially released v7, so we could test our strategy then v7 arrived, so we're close.)

RANGER

Attached Thumbnails
Click image for larger version

Name:	3LBC W NOTES.jpg
Views:	339
Size:	188.2 KB
ID:	10000  

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - May 2024
Feedback and Announcements
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
49 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
26 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #122 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127

The renko bars in MC have the same issues as NT used to have (and may still have), namely they do not track and maintain the wick data when the bars are built. By definition, the renko bars are really high/low bars, and MC builds and draws them in this fashion. If you look in the data window, you will see that only two values are maintained vs OHLC. Tradestation does the same thing btw.

This lack of wick data, is why backtested strategies never pan out with renko.

Thanked by:
  #123 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127


I have been playing around with MC demo for two weeks now, and thought I would highlight a few things. As background, I was originally a tradestation guy (and still have it running) who made the jump to Ninja to work around tradestation issues and take advantage of the advanced C# functionality.

Lets start with the good:

* rock solid stable
* good perf
* handles multi monitor pretty well
* deals with multiple data sources great!
* supports easy language
* supports dll interface for more complex items
* has all the standard drawing tools and chart types
* good optimizer / backtest / perf report
* decent easy language editor
* good at multi time frame / multi symbol charts
* was able to load all my ind from tradestation
* was able to port most of my Ninja ind
* did I mention it has not ever crashed

Now for the needs improvement areas (no particular order):

* no DOM / Level 2 (yet)
* does not support all easy language (i.e. no const keyword)
* can not do custom plotting (low level c#)
* renko bars don't maintain/show wicks
* can not program custom bar types like Ninja
* only one toolbar, causing issues for multi-monitor
* no hot keys for drawing functions, multi-monitor again
* can not interact with drawing objects from ind (tough, but possible in NT)
* can not natively handle complex data structures (can use tradestation add ons or dll to do so)
* no good searching in power editor help
* can not customize toolbars, other than turning buttons on/off
* missing the distribution graph from Ninja perf report
* not easy to deal with low level order details in strategies

Now, I have only been using this for two weeks, so some of the above may be addressed as I move continue to explore.

So, what is the verdict? Well, I think this falls in the same category as most platforms, namely it is really good at most things, but has some warts. You have to decide what you are willing to live with. It is not the single platform that does it all, but if they get the DOM right when it is added and add some polish here and there it would be close.

For me personally, the way it deals with data feeds, backtesting, and stability is a huge win that out weighs the lack of low level control that c# gets you.

  #124 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,452 since Jun 2009
Thanks Given: 33,225
Thanks Received: 101,626


aslan View Post
The renko bars in MC have the same issues as NT used to have (and may still have), namely they do not track and maintain the wick data when the bars are built. By definition, the renko bars are really high/low bars, and MC builds and draws them in this fashion. If you look in the data window, you will see that only two values are maintained vs OHLC. Tradestation does the same thing btw.

This lack of wick data, is why backtested strategies never pan out with renko.

aslan, thanks for following up. I conducted some tests this past week myself, and also found that strategies in MultiCharts do in fact (as you stated) have the same deficiency as NinjaTrader with Renko bars. So we agree.

The same is true (it would seem) of Kagi, Point and Figure, and Line Break charts.

If I recall, you are a Neoticker user as well, yes? Does Neoticker have these same limitations?

Also I learned that the Bar Magnifier only works on "Regular" chart types, which are tick, volume, range, and all time based settings. The magnifier will not work on Renko for instance to offer up any additional accuracy for backtest purposes.

Although disappointing, I still find MultiCharts to be far superior for my own purposes than NinjaTrader and am so far still very much enjoying it. I'm also enjoying learning EasyLanguage, but that is more the geek/hobbyist in me than the trader.

When TradeStation 9 is released, it will be interesting to see what advancements they've made and how everything stacks up again.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
  #125 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127


Quoting 
The same is true (it would seem) of Kagi, Point and Figure, and Line Break charts.

If I recall, you are a Neoticker user as well, yes? Does Neoticker have these same limitations?

I have not used those bar types, but likely true.

As far as Neo is concerned, very powerful platform, but rather difficult to use imo, especially with the smaller user community it has. I am not heading in that direction.

  #126 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,452 since Jun 2009
Thanks Given: 33,225
Thanks Received: 101,626

With regards to EasyLanguage not being able to interact with the chart/indicators, I don't think that is the case.

This thread on MC forum discusses something called "binary search" where you can have an indicator interact with the chart for positioning, etc:
TS SUPPORT :: View topic - Binary Searchs

Also, there is an EasyLanguage add-on chart trader below in this thread. Clearly no where near as advanced as NinjaTrader, but it was a work around created in EasyLanguage until MC7 is released.
TS SUPPORT :: View topic - ChartTrader by gregorio

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
Thanked by:
  #127 (permalink)
 
neriusb's Avatar
 neriusb 
Kaunas, Lithuania
 
Experience: Intermediate
Platform: MultiCharts
Broker: IB/IQFeed
Trading: Stocks, Futures
Posts: 15 since Dec 2009
Thanks Given: 16
Thanks Received: 13


Big Mike View Post
With regards to EasyLanguage not being able to interact with the chart/indicators, I don't think that is the case.

This thread on MC forum discusses something called "binary search" where you can have an indicator interact with the chart for positioning, etc:
TS SUPPORT :: View topic - Binary Searchs

Also, there is an EasyLanguage add-on chart trader below in this thread. Clearly no where near as advanced as NinjaTrader, but it was a work around created in EasyLanguage until MC7 is released.
TS SUPPORT :: View topic - ChartTrader by gregorio

Mike

Correct me, if I'm wrong, but seems only customers of MultiCharts can post/download in Tssupport forum ?!?

  #128 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,452 since Jun 2009
Thanks Given: 33,225
Thanks Received: 101,626


neriusb View Post
Correct me, if I'm wrong, but seems only customers of MultiCharts can post/download in Tssupport forum ?!?

Yes that's correct.

But, there are a bunch of knowledgeable users and so far each post I've made has received an answer very promptly, it's a good community and very, very bright community.

I also had to use the on-line instant help for MultiCharts directly (paid employees) and was real impressed by it, got someone in under 5 minutes and fixed the problem 5 minutes later, was a senior person at MC so no screwing around, no "we can't duplicate that" stuff, etc.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread
Thanked by:
  #129 (permalink)
Ranger
Port St Lucie, FL
 
Posts: 46 since Jan 2010
Thanks Given: 9
Thanks Received: 48

You can take outputs from RENKO; 3 Line Break Chart etc and pass those outputs to a Regular Tick Chart, where you can use the full features of backtesting. See my other post, where I provided a demonstration and code samples of same. ;o)

RANGER

Thanked by:
  #130 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,452 since Jun 2009
Thanks Given: 33,225
Thanks Received: 101,626



Ranger View Post
You can take outputs from RENKO; 3 Line Break Chart etc and pass those outputs to a Regular Tick Chart, where you can use the full features of backtesting. See my other post, where I provided a demonstration and code samples of same. ;o)

RANGER

Ranger,

Are you talking about this post #116?



I couldn't find any post where you provided code... ??

I am still very new to EasyLanguage. I've not tried a global variable yet. If you have a working code example on how to take signals from a Renko chart and send them to a different chart, can you please post it in the Programmers Paradise -> EasyLanguage section? I would really appreciate it.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread

Closed Thread



Last Updated on July 24, 2011


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts