NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2327 matching entries

Sort by

Entries
SampleAdvancedAutomatedStratv1.1 5 *
This is a sample template for a fully automated strategy which does the following:

1. Only enters between 10:15 AM and 3:15 PM (EST) (allows for second time frame as well)
2. Shuts down if PnL is more than $1,000 or less than -$300
3. Enters limit orders for long and short based on signal
4. Covers three time frames but will only have one active position open at a time
5. Cancels entry order if market moves four ticks away from limit order without filling
6. Sets an initial stop at 12 ticks, then changes to breakeven at +4 ticks and trails, tick by tick, from there
7. Scales out of half position at +4 ticks (1st profit target) and covers second half position at +8 ticks (2nd profit target)

Use this thread for comments or requests:

https://nexusfi.com/programmers-paradise/2641-sample-advanced-automated-strategy-v1-0-a.html

UPDATE:
v.1.1 - 2/23/10
1. Fixed CancelOrder() code.
2. Added arrows and chart name plots (since plots will only show on main chart, this lets you know which time frame just took the trade).


Category NinjaTrader 6.5 Strategies 
 
Suggest other entries I might like
Details: SampleAdvancedAutomatedStratv1.1
Category: NinjaTrader 6.5 Strategies 


February 9th, 2010
Size: 4.71 KB
Downloaded: 1614 times
Sampled Indicator
This indicator offers the user a trade-off between recalculating indicator values at every tick versus calculating them at bar-close. You control the number of times the indicator values are calculated in a bar via the Sampling Frequency Parameter. This is useful for indicators which perform a lot of calculations but do not require the value to be updated at every tick, especially when used for larger time-frame bars.

To create a sampled indicator, derive your custom indicator from the AviatSampledIndicator class. Replace the standard NT virtual functions with their corresponding Aviat versions (e.g. OnBarUpdate => AviateOnBarUpdate). The download contains the base indicator and an illustrative example which shows how to convert the TSI indicator to its Sampled version.

The indicator has been tested on NT7 ONLY, and only on single time-frame indicators. https://nexusfi.com/platforms-indicators/3565-anyone-have-any-hints-optimizing-c-code-7.html has some more details.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Sampled Indicator
Category: The Elite Circle 


June 19th, 2010
Size: 4.50 KB
Downloaded: 118 times

Keywords: sample aviiat72 rate onbarupdate
SampleMACrossOverWithButton 5 *
A quick example, to show how to add a simple ON/OFF button in a strategy.

Edit: March 22, another version added, with some cleaning in Dispose().


Category The Elite Circle 
 
Suggest other entries I might like
Details: SampleMACrossOverWithButton
Category: The Elite Circle 


March 21st, 2011
Size: 2.90 KB
Downloaded: 687 times

Keywords: strategy button
SampleStreamWriter improved
save to a file your favourite indicator along with the price series.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: SampleStreamWriter improved
Category: NinjaTrader 7 Indicators 


July 1st, 2015
Size: 3.21 KB
Downloaded: 225 times
SbS Renko for NinjaTrader 7.0 5 *
Renko variation which shows current price, highs and lows of the price travel during the formation of the bar.

Import as a regular indicator.
Do not look for it in the indicator list.

It will appear under Interval Settings in "Format Data Series" dialog


COMPATIBILITY:
NinjaTrader 6.5: No
NinjaTrader 7.0: Yes


Category NinjaTrader 7 Miscellaneous 
 
Suggest other entries I might like
Details: SbS Renko for NinjaTrader 7.0
Category: NinjaTrader 7 Miscellaneous 


May 14th, 2010
Size: 3.69 KB
Downloaded: 1049 times

Keywords: renko roonius sbs
SbSRenko (Side by Side) 5 *
Renko variation which shows current price, highs and lows of the price travel during the formation of the bar.

Import as a regular indicator.
Do not look for it in the indicator list.

It will appear under Interval Settings in "Format Data Series" dialog

For those who feel confused with double sized bodies I created additional ChartStyle called SbSrenko. You can find it in Chart Properties dialog.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NO


Category NinjaTrader 6.5 Miscellaneous 
 
Suggest other entries I might like
Details: SbSRenko (Side by Side)
Category: NinjaTrader 6.5 Miscellaneous 


November 4th, 2009
Size: 2.96 KB
Downloaded: 908 times
Scaling and Centering of Raw Indicator Values +50/-50
The attached file is a function that scales and center raw values between a range of +50/-50. This is a derivative work from the book Statistically Sound Machine Learning for Algorithmic Trading of Financial Instruments by David Aronson and Timothy Masters. The function follows the concept of "Historical Adjustment to Improve Stationarity". An example of use of this scaling can be found in the indicator section in the multicharts section. -JZ

Category The Elite Circle 
 
Suggest other entries I might like
Details: Scaling and Centering of Raw Indicator Values +50/-50
Category: The Elite Circle 


June 24th, 2023
Size: 2.80 KB
Downloaded: 65 times

Keywords: indicator multicharts stationarity statistics scaling centering
Scalp Trader V1 5 *
This is a testing tool for NT 7 which I developed with Trading Coders (I paid for their help - https://www.tradingcoders.com/) for my personal use. It's primarily a scalping tool using a simple MACD cross. There are two additional indicators which are optional: a simple EMA and StepMAV71Sharky which was freely available. Thank you Sharky wherever you are.
It includes a profit target and stop loss. You can also test time of day and has an alert.
You can select to trade long, short or both. I generally test one side at a time. Even when I'm using it in live trading, I insert a long and a short side usually on separate charts and do not use "both". The signals are more accurate.

If someone wants to covert it for NT 8, that would be nice. Let me know if someone does the conversion.
I'm a scalper so I find it useful to test different scalping ideas.
Any questions or comments, please feel free to contact me.

PhantomTrader


Category The Elite Circle 
 
Suggest other entries I might like
Details: Scalp Trader V1
Category: The Elite Circle 


February 12th, 2020
Size: 14.37 KB
Downloaded: 1387 times
Scalpel Signal_v2 4 *
This indicator was designed to provide an entry signal, in either a trending configuration using an EMA filter, or via a countertrend formation (especially in range bound markets) using a higher sensitivity threshold.

There are 4 available parameters which guide output. The WARNING levels, and the SIGNAL thresholds.

Maximum values for WARNING or SIGNAL should not exceed (normally) + or minus 7.

Indicator works best with non-minute bars (tick, range, renko, volume).

When deployed with trend filters, consider using a lower WARNING and SIGNAL sensitivity range to define possible pullback entry areas. If no filter (EMA) is used, watch for punctures of the signal candle high/low for continuation movements.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Scalpel Signal_v2
Category: NinjaTrader 7 Indicators 


August 27th, 2017
Size: 17.17 KB
Downloaded: 1074 times

Keywords: and scalping stop trend reverse
Scalper 4 *
Just a tradestation version of the Ninja Scalper already available.

This is an indicator that looks for higher highs and lower lows. Inspired by John Carter's TTMScalper. Found on the NT forum. It's plotting price action based on higher highs, and lower lows.

References

https://www.simplertrading.com/scalper/

If, used on it's own, it will give a lot of false signals, therefore it is recommended to be used in conjunction with other stuff that fits your trading stile and that's confirming your set-up.


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: Scalper
Category: TradeStation (hidden) 


November 14th, 2009
Size: 2.55 KB
Downloaded: 1635 times

Keywords: tradestation
 



 
Category
 




© 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