NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 22 of 22
Search: Posts Made By: funk101
Forum: Sierra Chart March 7th, 2018, 01:03 PM
Replies: 3
Views: 1,236
Posted By funk101
Thanks for that, but I would like to be able to...

Thanks for that, but I would like to be able to do the rectangle
Forum: Sierra Chart March 7th, 2018, 11:46 AM
Replies: 3
Views: 1,236
Posted By funk101
Highlight Ny Session with rectangle

I would like to highlight the new york session with a highlighted rectangle. I assume that I need to get a bar index from datetime values, not sure how to do that. Please point me in the right...
Forum: MultiCharts March 4th, 2018, 02:10 AM
Replies: 1
Views: 1,209
Posted By funk101
Draw text fixed in the top right corner of my indicator...

I would like to display text in the upper right corner of my indicator. Please point me in the right direction using MultiCharts .NET C#.
Thank you.
Forum: MultiCharts March 1st, 2018, 05:56 AM
Replies: 1
Views: 995
Posted By funk101
FirstBarOfSession

Is there a way in MultiCharts 11 .NET (C#) to get the session start time, bar, etc?
Forum: NinjaTrader June 15th, 2016, 12:27 PM
Replies: 2
Views: 2,466
Posted By funk101
Help with NT8 AddOn that I'm working on...

If anyone has NT8 AddOn development experience please hit me up. PM me if you would be so kind.
Thanks.
Forum: NinjaTrader October 4th, 2015, 10:29 AM
Replies: 2
Views: 1,929
Posted By funk101
Help Creating a 45 degree line(drawing tool) in NinjaTrader 8...

Any help in creating a drawing tool that is constrained to a 45 degree angle would be greatly appreciated. Ideally one would be able to place a start point anchor and the line would draw like a "ray"...
Forum: Sierra Chart June 25th, 2012, 08:04 AM
Replies: 2
Views: 1,609
Posted By funk101
LineNumber / sc.LineExists(), ...

I'm auto-drawing ellipses, I have:

s_UseTool EllipseTool;
EllipseTool.AddMethod = UTAM_ADD_OR_ADJUST;

and when the tool gets drawn I set:

int uid = rand();
EllipseTool.LineNumber = uid;
Forum: Sierra Chart June 25th, 2012, 03:58 AM
Replies: 7
Views: 3,281
Posted By funk101
Along these same lines...

I'm auto-drawing ellipses, I have:

s_UseTool EllipseTool;
EllipseTool.AddMethod = UTAM_ADD_OR_ADJUST;

and when the tool gets drawn I set:

int uid = rand();
EllipseTool.LineNumber = uid;
Forum: Sierra Chart June 20th, 2012, 09:41 PM
Replies: 2
Views: 2,797
Posted By funk101
How can I *actually* do this?

I'm trying to draw a rectangle at market session times, I'm hung up on getting a bar index at a specific date. Actually what I really want to do is define the different market start and end times,...
Forum: Sierra Chart June 20th, 2012, 08:41 PM
Replies: 9
Views: 2,682
Posted By funk101
hmm, ok...

I'm using Visual Studio 2010 to compile this is the error I get now:


1 IntelliSense: argument of type "const char *" is incompatible with parameter of type...
Forum: Sierra Chart June 19th, 2012, 10:23 PM
Replies: 2
Views: 2,797
Posted By funk101
Drawing boxes around Market Sessions...

Is there a study that draws a rectangle around each of the market sessions? For instance, a rectangle would be drawn from the beginning of New York open to New York close and the rectangle's height...
Forum: Sierra Chart June 19th, 2012, 06:11 PM
Replies: 9
Views: 2,682
Posted By funk101
What's wrong here?

I'm trying to launch a window and I'm clueless. What's wrong here?
I'm getting this error message in the Sierra compiler:

***** Starting Build of Custom Studies Source File: myProc.cpp...
Forum: Sierra Chart June 17th, 2012, 07:37 PM
Replies: 4
Views: 3,453
Posted By funk101
Actually, it *does* work...

I'm reposting my cpp file for anyone to see, but it does work. Basically, the cci study uses the ema data in the main graph to color it's (cci) histogram. This, for me, is still not complete, but is...
Forum: Sierra Chart June 17th, 2012, 02:46 PM
Replies: 4
Views: 3,453
Posted By funk101
My code...

First, thanks for responding, and that did help, however, for some reason I'm running into a snag using multiple studies:
My layout is a ZB daily chart with:
1.EMA 13
2.EMA 34(based on HLC avg)...
Forum: Sierra Chart June 16th, 2012, 10:30 AM
Replies: 4
Views: 3,453
Posted By funk101
Accessing chart region 1 data from chart region 2 study?

Basically I have a cci study that is in chart region 2, and I would like it to access the EMA data I have in chart region 1 (overlayed on price), how can I access the EMA data from the CCI study?
Forum: Sierra Chart June 14th, 2012, 07:08 PM
Replies: 9
Views: 2,682
Posted By funk101
Ok, well given what I want to do: Create a DOM in...

Ok, well given what I want to do: Create a DOM in a separate window. Which needs marketdata, etc. What would you suggest? Seems like option 3?
Forum: Sierra Chart June 13th, 2012, 09:53 PM
Replies: 9
Views: 2,682
Posted By funk101
Ok, I have Visual Studio 2010. I can create my...

Ok, I have Visual Studio 2010. I can create my DOM in design mode. I can include the proper sierra files, I can save it as a .dll for import into sierra chart, are these steps correct? You speak of...
Forum: Sierra Chart June 12th, 2012, 07:42 PM
Replies: 9
Views: 2,682
Posted By funk101
Launching a window from Sierra Chart...

I've been with NinjaTrader for years, have developed much for the platform. I just decided to switch back to Sierra, as there is something I hold dear about the platform. However, the DOM is really...
Forum: Sierra Chart June 8th, 2012, 04:13 PM
Replies: 228
Views: 90,198
Posted By funk101
Better Trading DOM

A better Trading DOM would be great, something a bit more robust along the lines of X_TRADER
Forum: NinjaTrader April 5th, 2012, 06:41 PM
Replies: 11
Views: 4,712
Posted By funk101
Yes, issues like that, and optimizing issues,...

Yes, issues like that, and optimizing issues, etc. I can show you what I've done, and the issues I've come across and maybe you can "clear the air" for me, give me that "ah-ha!" moment.
Forum: NinjaTrader April 5th, 2012, 05:26 PM
Replies: 11
Views: 4,712
Posted By funk101
C# NinjaTrader assistance...

I am an intermediate C# developer in need of some help on accessing some of the more "hidden" elements of NinjaTrader. I have a lot of experience developing indicators and have been able to dig...
Forum: NinjaTrader January 27th, 2012, 10:39 AM
Replies: 48
Views: 38,286
Posted By funk101
Creating a Windows Form for NT7 with VS

I haven't tried yet, but can't get my thoughts around it. I would like to create a tool for NT7, as an example, a DOM window of my own design. What would be my approach on plugging it into NT7? For...
Showing results 1 to 22 of 22

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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