NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Strategy Development

Strategy Development Support for the development of custom automated trading strategies using NinjaScript.

Reply
 
Thread Tools Display Modes
Old 11-12-2008, 05:55 PM   #1
Edwin
Junior Member
 
Join Date: Sep 2008
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
Default Fisher transform Crossover

Hi,

I've been trying to create an automated strategy involving the crossover of Fisher transform (10) with another Fisher Transform (10) that is displaced by -1 bar.

I have hit a number of snags (this is my very first attempt at this thing). First I want the strategy to work on a range bar chart, but the wizard only has the minute bar option. Next I want to trigger an ATM strategy that I have already set up in my ATM strategy, how do I do this?

Also in the wizard, do I select "bool" "int" ... for the Fisher transfor crossover?

Also, how do I activate this strategy? And after I have activated it, how do I disable it. Also, if after the strategy has been activated, can I take over manually?

would appreciate some help... I'm a total novice at this .
Edwin is offline  
Reply With Quote
Old 11-13-2008, 06:28 AM   #2
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

Hi Edwin,

In the Wizard you do not need to specify which type of chart you want to run on. This is done when you start up your strategy. If you open a Range chart and throw your strategy onto a Range chart it will take it from there.

Unfortunately you cannot link up an ATM strategy to a NinjaScript Strategy from the Wizard. You will need to use custom programming to achieve this. If programming is not something you want to do yourself you could try one of the 3rd party NinjaScript Consultants here: http://www.ninjatrader.com/webnew/pa...injaScript.htm

To create a crossover condition you do not need to select bool or int at all. Please see this article on how to create a crossover condition: http://www.ninjatrader-support.com/H...onditions.html

To activate your strategy you need to be connected to a data feed. Then you can just right click and add it onto a chart. To stop it just remove it from the chart. Automated strategies will need to be stopped before you can manually take over. For sure you can place manual trades at any time, but your strategy will not consider them and will continue to operate the way it was coded.
NinjaTrader_Josh is offline  
Reply With Quote
Old 03-19-2012, 06:32 AM   #3
Ironplates
Member
 
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
Default

best success so far i have had with this is to create conditions where Fisher Transform is greater or less than a moving average on itself or on an indicator using Fisher Transform.
Ironplates is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fisher variants tradejockey NinjaScript File Sharing Discussion 7 04-15-2013 11:18 AM
Fisher variations Rollins NinjaScript File Sharing Discussion 5 07-26-2012 08:37 AM
Inverse Fisher Transform Edwin NinjaScript File Sharing Discussion 1 11-03-2008 04:20 PM
M A crossover alerts lehidave@yahoo.com Suggestions And Feedback 1 06-06-2008 12:16 PM
Inverse Fisher Transform sbgtrading NinjaScript File Sharing Discussion 0 01-05-2008 03:11 PM


All times are GMT -6. The time now is 11:47 AM.