NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 20 of 20
Search: Posts Made By: forrestang
Forum: NinjaTrader July 22nd, 2021, 01:44 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
So I built the basic output tool for myself,...

So I built the basic output tool for myself, maybe someone else will have a similar need. Only useful if you are interested in exporting swing stats for analyzing elsewhere.

I am going to add...
Forum: NinjaTrader July 22nd, 2021, 08:09 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
HOwdy, I've been scouring this thread for a...

HOwdy,

I've been scouring this thread for a few hours.

But I'm wanting to use the indie to simply output various swing metrics to the output screen for analysis elsewhere.

I note that the...
Forum: NinjaTrader December 31st, 2011, 05:55 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
I haven't checked but I am sure it would be easy...

I haven't checked but I am sure it would be easy to do as Dorschen seemed to make everything easy to get at.

I had a desire to have swings printed based on length instead of barspan so I modified...
Forum: NinjaTrader November 8th, 2011, 09:03 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
Anyone familiar with the indie, does anyone know...

Anyone familiar with the indie, does anyone know what it would take to configure this zz to accept a reversal amount to calculate the swings as opposed the 'bar span?'
Forum: NinjaTrader July 30th, 2011, 08:03 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
I just tried running it. There is a problem...

I just tried running it.

There is a problem somewhere, definetely some reference somewhere. I'm not sure where at the moment.

I'll play around with it, not sure why the strategy is giving...
Forum: NinjaTrader July 30th, 2011, 06:39 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
Change the indicator type in the name of the...

Change the indicator type in the name of the strategy. Right now it probably says:

// This namespace holds all strategies and is required. Do not change it.
namespace NinjaTrader.Indicator
...
Forum: NinjaTrader July 30th, 2011, 06:21 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
I'm not on a PC that has NT on it at the moment. ...

I'm not on a PC that has NT on it at the moment.

What did you do exactly to change it to a strategy?
Forum: NinjaTrader July 29th, 2011, 01:03 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
Here you go! I created pretty much a blank...

Here you go!

I created pretty much a blank template that pulls the variables from Dorsch's Indicator. The two main one's I'm sure you need are there. You just need to add your logic which can...
Forum: NinjaTrader July 29th, 2011, 05:53 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
Also, I would suggest copying the entire...

Also, I would suggest copying the entire "PriceActionSwingTrend" indicator, renaming it, setting the property to 'strategy' and starting from there. This is what I did. At least this way you will...
Forum: NinjaTrader July 29th, 2011, 05:31 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
In the 'PriceActionSwingTrend' the variables you...

In the 'PriceActionSwingTrend' the variables you are looking for are shown highlighted in the pic.

'swingRelation' tells you if you have a HH/HL or LL/LH in relation to the last swing.
...
Forum: NinjaTrader July 28th, 2011, 02:57 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
Do me a favor and try this out. It compiles at...

Do me a favor and try this out. It compiles at least. There was an error with that 'Log' command you put in there which I think you were using for debugging.

So look @ lines 62-65 and 82-89 and...
Forum: NinjaTrader July 27th, 2011, 12:11 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
I think you can always put your SIM key back in...

I think you can always put your SIM key back in NT, restart, so that you can mess with scripting if you wish.
Forum: NinjaTrader July 17th, 2011, 11:45 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
dorschden I'm such a newb!!! I finally got...

dorschden

I'm such a newb!!! I finally got it working.

It was the way I was defining that new data series in the 'properties' section. I now have it returning the data series instead of...
Forum: NinjaTrader July 17th, 2011, 10:39 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
dorschden Thanks a bunch! My script is...

dorschden

Thanks a bunch! My script is working with the changes you mentioned.

I am trying to get my indicator to display in MA (Market Analyzer) now. My signal is basically in 1 of 3...
Forum: NinjaTrader July 17th, 2011, 01:53 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
I dunno....... I actually have that first the way...

I dunno....... I actually have that first the way my script sits now. I still get the same error. :(



-----EDIT------
I commented out the first portion in void onBarUpdate. See this code...
Forum: NinjaTrader July 17th, 2011, 01:41 AM
Replies: 2,093
Views: 976,025
Posted By forrestang
:confused: I'm not sure what you mean? Are...

:confused:

I'm not sure what you mean? Are you referring to the one called "PriceActionTrend?" That's in the download section, created by the OP of this post. In there, are two studies. One is...
Forum: NinjaTrader July 16th, 2011, 11:55 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
dorschden I had everything working mostly...

dorschden

I had everything working mostly the way I wanted it to. And this was mainly by taking the "PriceActionSwingTrend" indie, and deleting most of it, then adding in the things I needed. It...
Forum: NinjaTrader July 16th, 2011, 05:30 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
Thanks..... I just edited my post above that I...

Thanks..... I just edited my post above that I found that swingRelation dataseries.

Just plotting arrows to confirm it is doing what I want(on a HH/HL).
Forum: NinjaTrader July 16th, 2011, 05:01 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
I just couldn't seem to get that to work no...

I just couldn't seem to get that to work no matter what I tried. I kept getting an error having to do with the 'swingmode.'

So I just copied that entire "PriceActionSwingTrend" and I will start...
Forum: NinjaTrader July 16th, 2011, 01:14 PM
Replies: 2,093
Views: 976,025
Posted By forrestang
Howdy. I am trying to reference some...

Howdy.

I am trying to reference some things in your study. Basically just the swing relation, i.e. price making a HH and HL or LL and LH.

When I try to add this code snippet here, I get an...
Showing results 1 to 20 of 20

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