NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 228
Search: Posts Made By: Mindset
Forum: NinjaTrader January 13th, 2021, 04:41 AM
Replies: 1
Views: 1,166
Posted By Mindset
nt7 to nt8 Chart Trader Buttons

Can anyone translate this to NT8.
?

I kind of worked a different version ( took me about 3 days) from a ninjatrader forum but I find NT8 so difficult.
anyone with any c# experience would...
Forum: NinjaTrader December 5th, 2020, 10:23 PM
Replies: 9
Views: 7,067
Posted By Mindset
Hi Just to say these skins no longer import...

Hi

Just to say these skins no longer import into the new version of NT8 - you can manually put them in the templates folder however
Forum: NinjaTrader September 16th, 2020, 09:47 PM
Replies: 8
Views: 2,012
Posted By Mindset
[DllImport("user32.dll")] public static...

[DllImport("user32.dll")]
public static extern int SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam);

anyone know the equivalent in NT8?

I too am trying to sendKey but I...
Forum: Platforms and Indicators May 21st, 2020, 06:32 AM
Replies: 1
Views: 4,124
Posted By Mindset
Hi I shamelessly borrowed and manipulated...

Hi

I shamelessly borrowed and manipulated some code from Big Mike and vantojo (https://nexusfi.com/download/vip_elite_circle/1507-download.html?view) but I have run up against an issue.
I want...
Forum: NinjaTrader May 8th, 2020, 01:03 AM
Replies: 6
Views: 4,986
Posted By Mindset
Edit - Sorry this doesn't quite work as expected...

Edit - Sorry this doesn't quite work as expected - my bad.
Forum: NinjaTrader April 26th, 2020, 04:04 AM
Replies: 6
Views: 4,986
Posted By Mindset
Hi You can remove drawobjects individually. ...

Hi

You can remove drawobjects individually.
If you use say "XYZ" +Current bar as your tag you can do the following
int numprior = num -1;...
Forum: NinjaTrader November 20th, 2014, 02:17 AM
Replies: 5
Views: 1,914
Posted By Mindset
Hi Mr Trader I have added Combo Boxes...

Hi Mr Trader

I have added Combo Boxes before so the code is fine for that. The issue with the email code appears to be with the account name and it's link with the Chart Trader. Its just a little...
Forum: NinjaTrader March 21st, 2014, 04:24 AM
Replies: 72
Views: 24,858
Posted By Mindset
error

I am getting an Index out of range error.
If I change instrument the line will appearhttps://nexusfi.com/attachment.php?attachmentid=141159
Forum: NinjaTrader March 10th, 2014, 02:54 AM
Replies: 4
Views: 1,484
Posted By Mindset
Wow that is some piece of coding - very...

Wow that is some piece of coding - very impressed. I will attempt to use some of it:)
Forum: NinjaTrader March 3rd, 2014, 02:29 PM
Replies: 4
Views: 1,484
Posted By Mindset
Custom Message Box

Has anyone built a custom message box - for instance using RichTextBox for NinjaTrader?
I can find examples on google search but am struggling to adapt it to NT

see here...
Forum: NinjaTrader February 27th, 2014, 09:07 AM
Replies: 5
Views: 1,914
Posted By Mindset
ok on testing it - there is some abnormal...

ok on testing it - there is some abnormal behaviour - it sends out multiple emails for the same execution. Not straight off - but after a while - totally confused.
Forum: NinjaTrader February 27th, 2014, 08:27 AM
Replies: 5
Views: 1,914
Posted By Mindset
Email Trades code bug

Edit This does seem to work but it's behaviour is erratic if you have multiple examples of it in different charts.



I downloaded the source code for this indicator from here....
Forum: NinjaTrader February 20th, 2014, 04:03 AM
Replies: 6
Views: 5,188
Posted By Mindset
My indicator will play a sound on each new...

My indicator will play a sound on each new Volume/Tick Bar. However none of the other functionality will work and you would need to remove the line


graphics.DrawString(errorIntraday, textFont2,...
Forum: NinjaTrader February 8th, 2014, 04:44 AM
Replies: 37
Views: 12,350
Posted By Mindset
Ditto - I got that line from ChartTraderButtons. ...

Ditto - I got that line from ChartTraderButtons.
What I would really like to find is how to get the exit price of a position in an indicator. Seems to flumox everybody that one:doh:
Forum: NinjaTrader February 7th, 2014, 01:35 PM
Replies: 37
Views: 12,350
Posted By Mindset
Beta correction

Vantojo

Replace

Quantity = Convert.ToInt32(ChartControl.Controls["pnlChartTrader"].Controls["ctrChartTraderControl"].
Controls["nudQuantity"].text);
in GetAccountATM with

Quantity =...
Forum: NinjaTrader February 7th, 2014, 05:39 AM
Replies: 37
Views: 12,350
Posted By Mindset
Sorry what is the indicator called? I used your...

Sorry what is the indicator called?
I used your cs file but keep getting a string error on one of the custom events (spacebar I think)
Forum: NinjaTrader January 31st, 2014, 10:19 AM
Replies: 1
Views: 961
Posted By Mindset
Position Monitor as indicator

This works EXCEPT for an object instance error that I cannot work out - any help appreciated
If you load and hit F5 it all works great.
The error appears to be in the PositonUpdateEventHandler but...
Forum: NinjaTrader January 10th, 2014, 02:02 AM
Replies: 7
Views: 4,710
Posted By Mindset
Buttons

Ericson
I keep searching different keyboards but I can never find those buttons either:-)

I produced a clunky solution to my problem here ...
Forum: NinjaTrader January 9th, 2014, 10:34 AM
Replies: 11
Views: 3,749
Posted By Mindset
Clunky solution

Well as nobody was able to help I have had to fashion a solution of my own.
It's not pretty but it works..

I simply used the following

for (int i=0;i<cclen;i++) {
//List controls with [i]...
Forum: NinjaTrader January 9th, 2014, 04:40 AM
Replies: 11
Views: 3,749
Posted By Mindset
You're right - I have played with the code and...

You're right - I have played with the code and forgot I had changed the CurrentBar == 0 condition.
I'm still trying to figure out how to remove the reverse button on ChartTrader. :peep:
Forum: NinjaTrader January 8th, 2014, 03:37 AM
Replies: 11
Views: 3,749
Posted By Mindset
On start up

An alternative is just to use a bool

so...

If(init)
{execute code
set init to false
end code}
Forum: NinjaTrader January 7th, 2014, 07:44 AM
Replies: 7
Views: 4,710
Posted By Mindset
Remove Control

Help required!!

If I wanted to remove the control btnReverse, how would I do it?

I tried

Control.ControlCollection ccol = ChartControl.Controls;
Control ch = ccol["pnlChartTrader"];...
Forum: NinjaTrader January 7th, 2014, 06:55 AM
Replies: 11
Views: 3,749
Posted By Mindset
Solution

My Bad


foreach(Control control in ct.Controls)
{
Print (control.Name);
}
Forum: NinjaTrader January 7th, 2014, 06:31 AM
Replies: 11
Views: 3,749
Posted By Mindset
Enumerate chart trader buttons

ktrader
Nice coding. I thought I could enumerate all the buttons in the Chart Trader Container by
Print(ct.Control[i].Name);

but this doesn't produce anything. Any ideas of how to do this?
Forum: NinjaTrader May 10th, 2012, 06:03 AM
Replies: 202
Views: 79,388
Posted By Mindset
Is there documentation on ChartControl variables?...

Is there documentation on ChartControl variables?

No - NT refuse to provide any documentation on their code variables that would be useful.

Fat Tails

Neat - but your method entails another...
Showing results 1 to 25 of 228

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