Ninja charts inadequacy

Quote from Bogan7:

Exactly though what I hate is that thy dont have a chart tab function like say OPenEcry does

Alt + Tab, or right click the Icon in the toolbar and choose [with your mouse]

I can't believe how difficult life must be for some computer users...
 
Quote from charlieThomas:

Hombre,

You are confusing the concepts of a template and a workspace.

A template is a "template" for applying a predefined set of stuff to ANY new chart - basically a shortcut for setting up new charts. Pitchforks and trendlines are dependant on specific prices so they are not suitable for a template.

Once you get a specific chart setup with pitchforks and trendlines on THAT chart, you can save it as a named workspace which can be recalled in the future and will have everything just as you saved it.

CharlieThomas, you are a smart man .
Thank you for solving my problem .
I owe you a brewski .
 
Hombre,

Just to take it a step further, if you wanted to have pitchforks and trendlines in a template, meaning if you wanted any new chart you setup to already have pitchforks and trendlines applied to that new chart, you could write pitchfork and trendline indictors in ninjascript. Those indicators could be saved in a template.

I'll leave the writing of that ninjascript as a exercise for the reader :) .
 
Ninja charts are HORRIFIC !!!!!!!! it is about time someone not as lazy as myself took the time and energy to expose the truth
 
P.s..........Yes , I am no techno wiz, but I thought we are traders and our tools should support us without needing to re-invent the wheel....
 
I have been using Ninja since their 5.0 version. During those just as order entry only.

Once 6.5 was released, it pretty much become very powerful trading and charting platform. You do need to do some work to figure out all options, and their support forum is excellent. You get reply with few hours or you can e-mail them.

I am not sure if many knows, but with OnMarketData and OnMarketDepth events you can assess Time&Sales and Depth of Market programatically, and now the sky becomes the limit.

Regards,
redduke
 
Quote from larrybf:

Ninja charts are HORRIFIC !!!!!!!! it is about time someone not as lazy as myself took the time and energy to expose the truth

What is so horrific about them? I use them and pretty happy.
 
Quote from RedDuke:


I am not sure if many knows, but with OnMarketData and OnMarketDepth events you can assess Time&Sales and Depth of Market programatically, and now the sky becomes the limit.

Regards,
redduke


Can you elaborate ?
 
one of the goofier things Ive seen in NT is window control
you cannot bring the chart back to the foreground using the option off the XP taskbar

that sounds like a c-programmer that doesn't understand the windows API's to me
 
Quote from mgabriel01:

one of the goofier things Ive seen in NT is window control
you cannot bring the chart back to the foreground using the option off the XP taskbar

that sounds like a c-programmer that doesn't understand the windows API's to me
Not to start a langauge war, but ninjatrader is written in c# and vb.net - microsoft's dot net framework languages. Since the windows api (win32) is written in c and is natively accessed via c function calls, I think a c programmer would probably understand the windows api better than a dot net programmer.

Alot of the problems that I encounter with ninjatrader, including basic window (chart) management as mgabriel01 states, are the result of ray's early design decision to go with dot net, in my opinion.

The dot net framework is a double edged sword. Some things are better (easy high level programming) and some things are worse (executable efficiency - cpu and ram). Another example of worse: The latest version of microsoft's dot net framework is version 3.5 SP1. This version "breaks" the latest version of ninjatrader! If you install one of the free versions of microsoft's visual studio 2008 it will automatically install dot net framework 3.5 SP1 which will break ninjatrader. Ugh!
 
Back
Top