NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 29
Search: Posts Made By: Jayswiss
Forum: NinjaTrader July 17th, 2016, 09:18 PM
Replies: 5
Views: 1,621
Posted By Jayswiss
Great explanation, thank you.

Great explanation, thank you.
Forum: NinjaTrader July 17th, 2016, 04:42 PM
Replies: 5
Views: 1,621
Posted By Jayswiss
Why do IF statements sometimes use { } and others not?

I'm trying to understand how IF statements work. In some examples from Ninjatrader, I will see if statements used without {then} brackets. But without them, I guess I don't understand how it would...
Forum: NinjaTrader July 17th, 2016, 03:14 PM
Replies: 9
Views: 2,307
Posted By Jayswiss
For optimization specifically though, I do like...

For optimization specifically though, I do like the idea of using the same specific periods of difficult historical trading periods + a few "regular" trading periods to test against as a sort of...
Forum: NinjaTrader July 17th, 2016, 03:10 PM
Replies: 9
Views: 2,307
Posted By Jayswiss
Thanks, rleplae. Can you link to "The book...

Thanks, rleplae.

Can you link to "The book of Kevin"? I tried some searches and I guess that's not the title?

You bring up a good point with regards to general optimizations. For example,...
Forum: NinjaTrader July 17th, 2016, 12:29 PM
Replies: 9
Views: 2,307
Posted By Jayswiss
Backtesting & Optimization -- worthless? How to get value from them?

I've seen a lot of replies buried in threads that subtlety suggest that backtesting & optimization do not have as much value as we might be led to believe. People have posted "successful"...
Forum: NinjaTrader July 16th, 2016, 02:31 PM
Replies: 2
Views: 933
Posted By Jayswiss
One solution I was able to figure out... if...

One solution I was able to figure out...

if (Time[0].Minute == 29 || Time[0].Minute == 44)

{ // do stuff }
Forum: NinjaTrader July 16th, 2016, 12:14 PM
Replies: 2
Views: 933
Posted By Jayswiss
Time wildcard for minutes? (e.g. run at every hour *:44 mins?)

Does anyone know how I might have an IF statement fire if the time is either *:44 or *:29?

So if the time is...

00:44 or 00:29
01:44 or 01:29
02:44 or 02:29
03:44 or 03:29
04:44 or 04:29...
Forum: NinjaTrader July 11th, 2016, 10:57 PM
Replies: 2
Views: 898
Posted By Jayswiss
Or maybe I just need to use an existing indicator...

Or maybe I just need to use an existing indicator (maybe something like AROON?) for this on the larger timeframe....
Forum: NinjaTrader July 11th, 2016, 02:56 PM
Replies: 2
Views: 898
Posted By Jayswiss
Formula for current direction of market on large TF for qualifier as entry small TF?

For my manual trading, I look at something like a 15min or 1hour timeframe chart and mentally classify it as one of 4 things with a quick glance:

- very bullish
- bullish
- bearish
- very...
Forum: NinjaTrader July 10th, 2016, 09:59 PM
Replies: 28
Views: 11,360
Posted By Jayswiss
Unless your problem isn't your strategy, but the...

Unless your problem isn't your strategy, but the lump of fat & water between the ears getting in the way of your planned position entry/exit management :) In that case, it might not hurt to play...
Forum: NinjaTrader July 8th, 2016, 01:29 AM
Replies: 18
Views: 4,300
Posted By Jayswiss
Great! I've been expanding on it a bit and it's...

Great! I've been expanding on it a bit and it's coming together nicely. Thank you.

Is it possible somehow to overlay a dot/circle on top of the square for the actual timeframe bar? If not, I...
Forum: NinjaTrader July 7th, 2016, 02:10 AM
Replies: 18
Views: 4,300
Posted By Jayswiss
Hmm yeah now that I start working with it, it's a...

Hmm yeah now that I start working with it, it's a bit confusing as to how I would also show the primary series on another row (at bottom) with the 30 min tf in this case.
Forum: NinjaTrader July 7th, 2016, 01:40 AM
Replies: 18
Views: 4,300
Posted By Jayswiss
Oh I would appreciate any tips or assistance you...

Oh I would appreciate any tips or assistance you can provide on this topic. I did notice your boxes are "1" , I would try to do 0-1, 0-5, 0-15, 0-30, etc. as appropriate if that's what you mean
Forum: NinjaTrader July 7th, 2016, 01:24 AM
Replies: 18
Views: 4,300
Posted By Jayswiss
Ah..perfect! That's a great starting point for me...

Ah..perfect! That's a great starting point for me and I can now see a couple things I was doing wrong (I'm still just a few days in to learning Ninjascript). Thanks so much for the assistance.
Forum: NinjaTrader July 7th, 2016, 12:44 AM
Replies: 18
Views: 4,300
Posted By Jayswiss
Ah I see. I am actually running a drawing...

Ah I see. I am actually running a drawing rectangles with start 0 end 30 in(to draw a 30 minute long rectangle). But in the case mentioned above, it winds up overlapping in some of those spots where...
Forum: NinjaTrader July 6th, 2016, 10:56 PM
Replies: 18
Views: 4,300
Posted By Jayswiss
How does this look at 15:30-16:00 EST? This is...

How does this look at 15:30-16:00 EST? This is where I am currently seeing a dupe/stray...
Forum: NinjaTrader July 6th, 2016, 04:12 PM
Replies: 18
Views: 4,300
Posted By Jayswiss
ES in this case.... that was in the middle of the...

ES in this case.... that was in the middle of the night, but still it was moving within 30 minute TF

I was thinking it could be a "no ticks" situation. No ticks would mean onbarupdate wouldn't...
Forum: NinjaTrader July 6th, 2016, 12:54 PM
Replies: 18
Views: 4,300
Posted By Jayswiss
Base is 1min. Yes, need base. I will have...

Base is 1min. Yes, need base.

I will have 1, 3, 5, 15 on same indicator, but I am just trying to understand why it is doing this with a simple 2 time frame for now.
Forum: NinjaTrader July 6th, 2016, 01:00 AM
Replies: 3
Views: 1,454
Posted By Jayswiss
Is this what you're looking for? ...

Is this what you're looking for?


DrawOnPricePanel = false;
Forum: NinjaTrader July 5th, 2016, 09:09 PM
Replies: 18
Views: 4,300
Posted By Jayswiss
Understanding MTF bars, bar closure times, etc.

I'm trying to consistently mark an indicator panel with a bar-sized block every time the 30 minute bar closes.

(panel properties: fixed, points, 10,110, -10, linear)

My code looks something...
Forum: NinjaTrader July 4th, 2016, 02:20 PM
Replies: 9
Views: 1,684
Posted By Jayswiss
Oh that seems like a good idea. Anything that...

Oh that seems like a good idea. Anything that leverages the GPU would be great. I've read that WIC is supposed to be good...

WIC Plugins - ASP.NET Image resizing for IIS...
Forum: NinjaTrader July 4th, 2016, 04:06 AM
Replies: 9
Views: 1,684
Posted By Jayswiss
You mean DrawRectangle ?

You mean DrawRectangle ?
Forum: NinjaTrader July 4th, 2016, 02:29 AM
Replies: 9
Views: 1,684
Posted By Jayswiss
On a 30" monitor I have about 4000 displaying....

On a 30" monitor I have about 4000 displaying. But this on on a different platform that uses HTML5/Canvas (with Chrome + dual GPU hw acceleration - no problem).

I'd actually like to have 2...
Forum: NinjaTrader July 4th, 2016, 02:22 AM
Replies: 9
Views: 1,684
Posted By Jayswiss
I hope they stay static :)... but yes that's the...

I hope they stay static :)... but yes that's the intention.
Forum: NinjaTrader July 4th, 2016, 01:35 AM
Replies: 9
Views: 1,684
Posted By Jayswiss
DrawText or DrawSquare or ???

Could someone point me in the right direction of what to use to most efficiently "draw" the red/green boxes as shown in my attached indicator? I'm not sure if I should be using a shape draw, or a...
Showing results 1 to 25 of 29

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