NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 42
Search: Posts Made By: KrazyTrader
Forum: Trading Reviews and Vendors January 27th, 2022, 05:08 PM
Replies: 731
Views: 326,957
Posted By KrazyTrader
Great place to start.

Great place to start.
Forum: Traders Hideout April 22nd, 2021, 03:08 PM
Replies: 4
Views: 3,175
Posted By KrazyTrader
Still like your product choice and setup?...

Still like your product choice and setup? Anything you would do different?

Thanks in advance.
Forum: Brokers May 21st, 2019, 10:16 AM
Replies: 1
Views: 1,061
Posted By KrazyTrader
Kinetick - Market Metrics, S&P Adv/Dec

Anyone have experience with Kinetick data feed - market metrics? I'm interested in S&P advance/decline issues. Trying to decide between moving from NT to TOS or finding a data feed similar to TOS and...
Forum: NinjaTrader September 11th, 2018, 12:39 PM
Replies: 6
Views: 1,942
Posted By KrazyTrader
where does double min value = MIN(Low,3[0]; go?

where does double min value = MIN(Low,3[0]; go?
Forum: NinjaTrader September 11th, 2018, 12:00 PM
Replies: 6
Views: 1,942
Posted By KrazyTrader
Trailing Stop - 3 Bar

Hello,

Need some help with 3 Bar trailing stop.

When long i would like to trail a stop at the lowest low of the last 3 bars and i'm missing something.

This is not working... ...
Forum: NinjaTrader November 8th, 2017, 02:55 PM
Replies: 1
Views: 1,103
Posted By KrazyTrader
Start Time - Not Period

Hello,

NT8 coding help.

I would like to use the Chaikin Money Flow indicator based on start time rather than period. Meaning- I would like the calculations to run from session open until end of...
Forum: Traders Hideout October 23rd, 2017, 04:14 PM
Replies: 10
Views: 6,401
Posted By KrazyTrader
- Integrate other time frame indicators (ex- sma...

- Integrate other time frame indicators (ex- sma of 5m time frame)
-- Other time frame levels S/R
Forum: NinjaTrader May 13th, 2017, 05:21 PM
Replies: 1
Views: 1,280
Posted By KrazyTrader
NT8 Automated Trailing Stop at Low of HH bar help!

All,

I need help with code in NT8 for a trailing stop. I would like the stop to trail below the low of a HH bar and hold until another HH bar or stopped.

My simple coding skills:
High [0] >...
Forum: Psychology and Money Management January 16th, 2017, 02:19 PM
Replies: 66
Views: 14,617
Posted By KrazyTrader
Check out Headspace. I don't know if it's TM but...

Check out Headspace. I don't know if it's TM but i know many that strongly recommend it.
Forum: NinjaTrader August 27th, 2016, 03:45 PM
Replies: 8
Views: 2,102
Posted By KrazyTrader
That's great advice. I Hadn't considered CPU.

That's great advice. I Hadn't considered CPU.
Forum: NinjaTrader August 27th, 2016, 01:14 PM
Replies: 8
Views: 2,102
Posted By KrazyTrader
I'm using the Keltner Universal for the...

I'm using the Keltner Universal for the MA...K8.UpTrend [0] >0. Not using the channel.

I would like to use the midline of your indicator for K8.?? > K20.?? rather than NT's EMA (8)[0] > SMA...
Forum: NinjaTrader August 26th, 2016, 04:13 PM
Replies: 8
Views: 2,102
Posted By KrazyTrader
anaKeltnerUniversal > anaKeltnerUniversal....How?

Hello All,

I'm using Fat Tails Keltner Universal and need a little guidance.

I have:
Variables
private anaKeltnerUniversal K8
private anaKeltnerUniversal K20

OnStartUp
Forum: NinjaTrader August 17th, 2016, 08:30 PM
Replies: 4
Views: 1,175
Posted By KrazyTrader
Thanks for the reply. I don't have a clue...

Thanks for the reply.
I don't have a clue about flag (bool) can you point in a direction to learn.
Forum: NinjaTrader August 17th, 2016, 04:58 PM
Replies: 4
Views: 1,175
Posted By KrazyTrader
One Dot When Condition Met

Hello All,

I would like the following condition to generate an alert on the first bar only. Unfortunately, my limited knowledge has a dot at each bar until the condition changes.

if EMA (8) [0]...
Forum: NinjaTrader August 8th, 2016, 05:59 PM
Replies: 19
Views: 13,828
Posted By KrazyTrader
Thanks much. Will this create a server side stop...

Thanks much. Will this create a server side stop (like trailing) or exit when the stop line breaks?

Thanks in advance.
Forum: NinjaTrader June 1st, 2016, 03:11 PM
Replies: 11
Views: 3,796
Posted By KrazyTrader
That didn't get me where I'm going. I'll keep...

That didn't get me where I'm going. I'll keep banging around....may not be possible.

Thanks for all your time.
Forum: NinjaTrader June 1st, 2016, 11:57 AM
Replies: 11
Views: 3,796
Posted By KrazyTrader
Thanks. I'll check it out and let you know. ...

Thanks. I'll check it out and let you know.
p.s. I use the Open [0] -arrowoffset*Ticksize with if(FirstTickOfBar) to determine risk. I wait on a pullback if ArrowUp is above my stop position......
Forum: NinjaTrader May 31st, 2016, 07:24 PM
Replies: 11
Views: 3,796
Posted By KrazyTrader
That's great! What i would like to do is: ...

That's great!

What i would like to do is:
if (EMA(8)[0]> SMA (20)[0] && STU.UpTrend [0]&& KU.Trend [0]> 0 )
{
DrawArrowUp("arrow"+CurrentBar, true, 0, Open[0]-arrowOffset*TickSize,...
Forum: NinjaTrader May 31st, 2016, 11:12 AM
Replies: 11
Views: 3,796
Posted By KrazyTrader
Thanks in advance for taking your time to look at...

Thanks in advance for taking your time to look at this.

First a disclaimer: This is more of a learning experience to improve my coding ability than me being set on a signal.

What i'm curious...
Forum: NinjaTrader May 27th, 2016, 11:14 PM
Replies: 11
Views: 3,796
Posted By KrazyTrader
Thanks, Any way to code something that would...

Thanks,

Any way to code something that would work as a trade signal?
Forum: NinjaTrader May 27th, 2016, 03:20 PM
Replies: 11
Views: 3,796
Posted By KrazyTrader
1 Signal from 3 Indicators

Hello,

I'm using Fat Tails SuperTrend and Keltner for indicators.
I'm currently using something like this for background color:

// Long
if SuperTrend.UpTrend && Fast > Slow && Slow (rising) ...
Forum: NinjaTrader May 24th, 2016, 12:48 PM
Replies: 59
Views: 29,150
Posted By KrazyTrader
I'm attempting the same thing with Fat Tails...

I'm attempting the same thing with Fat Tails Keltner Universal indicator. Did you add code to anaBollinger or is this a separate indicator reference anaBollinger?

Thanks.
Forum: NinjaTrader May 22nd, 2016, 12:41 PM
Replies: 6
Views: 2,213
Posted By KrazyTrader
@ Fat Tails that's a breakthrough for me. Thanks...

@ Fat Tails that's a breakthrough for me. Thanks so much!!!!:)
Forum: NinjaTrader May 20th, 2016, 09:07 AM
Replies: 6
Views: 2,213
Posted By KrazyTrader
I think i understand the variables part. How do i...

I think i understand the variables part. How do i set parameters in OnStartUp()?

Thanks so much.
Forum: NinjaTrader May 18th, 2016, 02:06 PM
Replies: 6
Views: 2,213
Posted By KrazyTrader
anaSuperTrendU11 used in separate indicator

Hello All,

I'm referencing Fat Tails anaSuperTrendU11 in a separate indicator and looking for some kinda short cut or a simpler way. My current coding ability has me writing...
Showing results 1 to 25 of 42

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