Search This Blog

Showing posts with label News. Show all posts
Showing posts with label News. Show all posts

Saturday, February 1, 2014

Automated Strategies for Ninjatrader

Hello Traders !

On this article we are going to review all our trade setups that have a Strategy for Ninjatrader fully automated and can be back tested, optimized and traded live.

This is a list of all those ordered in function of its low complexity ;
  1. EMA ( it trades an Exponential Moving Average ; Read More )
  2. Bouncer ( it is an anti EMA ; as it trades against it )
  3. Vwap ( it trades the Volume Weighted Average Price )
  4. SRS ( Custom Setup ; Read More )
  5. ATR_BarColor
  6. Impulse
  7. High Low Crossover

On this setup we only need to optimize a pair of parameters ;
  • The period of a Moving Average
  • The size of an envelope
The size of the envelope is slightly lower than the stop we are planning to use, so we can focus on finding the Period

This is an example using the Optimizer to scan Moving Averages on ES, looking for a 1.5 points of target against 2 points of Stop :


Depending on the level of the commisions, then we have a few areas with good moving averages to trade with.

This is an example of the equity curve using an EMA(166) :


Now we can optimize all other settings trying to obtain a better shaped equity curve ;


This systems trades agains the PM_EMA, so we can use the same PnL vs Period Chart, and trade the worst performing moving averages. It works better on non trending, but more volatile markets like Crude Oil or Gold

3) PM_VWAP
Similar logic used by PM_EMA, but replacing the moving average by the vwap.
Something interesting about the vwap is that it produces the same result on any timeframe, so this setup is almost not related to time frame. The only impact changing the time frame is the possibility of taking more trades over same entry.

This is a system that uses an envelope, a moving average and a donchian channel to define the trend and entry logic.
It can be configured with or against the trend. (Read More)

This is an optimized report example on CL using a Range 9 Bar Chart taking into account last 2 months ( Dec 2013 and January 2014 )


5)PM_ATR_BarColor

UNDER CONSTRUCTION

Best Regards,
Pablo

logo 
Pablo Maglio The Indicator Store 

Facebook Twitter LinkedIn Blogger Elance  G+  YouTube

Saturday, January 18, 2014

Supertrend Setup for Ninjatrader

Hello everyone !

Most of you may already know the Supertrend Indicator, it has been available for most platforms including Ninjatrader.
There are several versions, some of them free and including different calculation modes.
It is basically a trend detection systems very useful also for trailing stop management purposes.
On the following chart we can see the trend changes indicated by arrows when the line is calculated with the default settings ; an HMA(14) and a multiplier of 2.618

and on the following chart, the HMA is changed by the Median ;

Using an SMA :

Same SMA, but changing the multiplier from 2.618 to 1

As we can see, this is a very flexible and powerful indicator to define trend and reversals.
If we are in the Market, the indicator can be used to keep the trailing stop slightly below its line.
If we are looking for an Entry, once a trend change is detected ( red and blue arrows are painted ) we have several options :
  • Enter at Market
  • Wait for a pullback with a Limit Order Entry
If we decide to use the pullback entry option, then we need to define How to Calculate the Entry.

A suggested approach is using same line study used for the supertrend but with a slower period.
Lets review the SMA example where the supertrend is calculated with an SMA(8) and a multiplier of 2.618.
Now we add an SMA(17) ( dotted line ) and we have a complete trade setup :
Once we have a trend change ( arrow ) we place a limit order at the SMA.
On the following chart we can see a short at red dotted line and then a long at blue dotted line.
Entry time bars are marked with vertical lines :

Another example with HMA : supertrend with HMA(10) and Entry with HMA(50)

How to Manage the Trade

It is evident that this system will get the best results on impulsive and trending markets when we use runners.
When holding a position and using a trailing stop, at some time the trend will lose impulse and there will be a reversal.
For example, on the following Chart we can see a long filled after 4 or 5 bars of the arrow up :
If our trailing stop is big enough to survive all the way up and then we get a red arrow down we have several options ;
  • Close the long after a red down arrow is painted
  • Leave the position alone being managed by its trailing stop
  • Reverse the Long Position at New Short Entry ( red dots ) assuming the long trailing stop is not triggered.
On The Indicator Store we have a Custom TIS_Supertrend Indicator with all the User defined settings to define the Trend and also a user defined Entry as shown on previous Chart.

If you like the Supertrend possible Setups using the rules explained, it can be automated by Markers ; a Semi Automatic and also Full Automatic System that trades all possible trade setups described. 
It has the option of Early Exit; in case we are holding a position, and an inverse arrow ( trend change ) is painted we can decide if closing actual position or not.
If we decide not using early exit, then the current position will be exited at trailing stop or reversed at new entry.

Let me know if you have any question or suggestion...
Best Regards,
Pablo

Thursday, January 2, 2014

Semi Automatic Systems for Ninjatrader - January 2014

Hello Traders,

Following our plans to upgrade all our PMS Systems to the last version, as shown on PMS_Reversal System for Ninjatrader Upgrade

We are prod to announce that our 3 Setups ; EMA, SRS and Reversal are upgraded to the last version including Position Management and Money Management.

About the PMS Systems
The PMS Systems are an integration of a Setup Indicator and an Entry Technique.
As we know, Ninja do NOT allow to use Chart Trader on a Chart were we have a strategy applied...
To solve that issue, we developed the PMS Systems ; that integrates an indicator and a strategy...

The indicator is applied to the Chart, and it calculates all the trade Setup and Entry Price.

Once the Indicator ( PMS_SRS, PMS_EMA or PMS_Reversal ) is applied to the Chart, we get the following toolbar, with indications of the name of the Setup ( EMA on this example ), Enable Next Long , Enable Next Short and the name of the ATM to be used on Orders.

The Strategy ( with same name as the Indicator ) is applied to Control Center Strategy Tab, not to the chart, so we can use Chart Trader.
The indicator send Entry Price Info to the strategy, and it convert them to orders to be sent to the exchange.
The Orders can then be moved and managed by the user without affecting the strategy.

All the settings are defined in the Indicator. The strategy has no parameters other than the Instrument to trade, and the Account were to send the Orders.

The current version of PMS on all our Setups now include these settings :
  • ATM_Name : default name of ATM. Can be changed from the toolbar
  • Manual Mode : If Long button is enabled, after a fill it gets disabled, so we need to press it again for a new trade. If manual mode is set to false, the button status will remain unchanged after a fill
  • MM_Max_Daily_Loss : It is a negative value. If Daily Loss is equal or greater, the system will not take more trades
  • MM_Max_Daily_Profit : It is a positive value. If Daily Profit is equal or greater, the system will not take more trades
  • Position Manage : If we get a signal while being in the Market we have 4 options : 1=do nothing, 2=Enter New trade, 3=Close current Position, 4=Reverse (default and suggested)
  • Show_PnL : Show Current Daily PnL and Last Trade Result

Please let me know if you have any question...

Best Regards,
Pablo

logo Pablo Maglio The Indicator Store 

Facebook Twitter LinkedIn Blogger Elance  G+  YouTube

Tuesday, December 10, 2013

PMS_Reversal System for Ninjatrader Upgrade

Hello Traders !

We all know that one of the Key Factors to success on any Setup is the Money Management.
So we decided to upgrade all our PMS Semi/Full Auto Systems adding this feature.
Even being the PMS's Systems originally focused to Manual Trading with Automatic Assisted Entry, when we trade several setups at the same time, it turns complicated to keep track each Setup Performance.

The first Setup Upgraded is the PMS_Reversal, currently on version v4b :
On the following Picture we can see Both New Input Parameters :
If current Daily Profit or Daily Loss exceeds those input parameters. no more orders will be issued by the rest of the session, or until the user change the parameters.

Example with a Daily Limit Profit of $500

Another additional feature asked by several traders is the Delayed Entry Order Cancellation.

On this YouTube video we can see the New PMS_Reversal in Action :


On the following days, the rest of the PMS Systems ; EMA, SRS will include the Money Management Feature. Stay tuned for more Features !

If you are a current user of the PMS_Reversal, log into your account to download the last version.

Best Regards,
Pablo 

logo Pablo Maglio The Indicator Store 

Facebook Twitter LinkedIn Blogger Elance  G+  YouTube

Saturday, November 9, 2013

Main Product Lines

Take a look at our 3 different Product Lines

TIS : Indicators

All product names start with "TIS_"


The "Setup Indicators" are Complete Trade Setups created by combination of "Basic Tools"

They have Entry Price Indication on Screen, Audio and Visual Alerts



 
We have to wait, aim, and pull the trigger



PMS : Semi Setups

All product names start with "PMS_"
PMS Indicators are "TIS Setup Indicators" and an Entry Technique with the enhancement of tracking the Market and placing orders in the Market.
Semi SetupsIf Market is too fast for Us or we use to get distracted at entry times, the PMS enters at the correct price, if We allow it. It is controlled via Buttons from the Chart Tool Bar
So we can use them from Chart Trader, let the PMS enter the market by us, and then we can manage the trade as if the Entry Orders were placed by Us.

We only pull the trigger...
The PMS will auto guide the Entries
2 Modes of Operation
Semi : Shot by Shot
Full : Trigger Locked


PM : Strategies

All product names start with "PM_"
The PM products are full auto strategies, following the TIS Setup and an Entry Technique.
They offer multiple Time Windows to Operate and Money Management.
The main purpose is to backest and optimize the setups.
Can also be used to auto trade 

Good Trading !
Pablo
logo Pablo Maglio The Indicator Store 
Facebook Twitter LinkedIn Blogger Elance  G+  YouTube

Friday, October 25, 2013

Semi Automatic Systems for Ninjatrader - October Update

Our New Lines of Semi Traders Now Include More User Options :

  • Option to select the ATM from the ToolBar
Now we can change the name of the ATM to be used on next trade by just typing its name on the toolbar, without the need to go to the Indicator Properties :
..so we just focus on defining next trade size and management

I use to have different ATM's saved for different purposes ; quick scalp, big targets ahead with several scale outs, quick trails, etc
And also found the best way to change trade management on the fly is using the Chart Trader ATM Edit to create new custom ATM's to use on the Strategy Toolbar :

  • Option to Select System Behavior when having a position and a New Entry signal happens...

On this example we are trailing the Stop of a Short Gold, but now we have a "possible" reversal signal.
That signal will be confirmed at the close of the bar and we have to take a decision about what to do with the current position..



We have several options in case the long signal is confirmed ; 

  • We can ignore the signal and keep holding our short
  • We can initiate a New Long trade, leaving the current Short as a different separate trade.
  • We can close the short at long entry price
  • We can reverse the position, closing the short at same price where We start the Long
One of the New Input Parameters (Position_Manage) on our New line of semi automatic Systems allows to define all these described methods:

Not Flat and Incoming New Signal Options :
Option
Current Position vs Signal
Result
1) Do Nothing
Same Sign
Different Sign
Original Position Remains
2) Enter New Trade
Same Sign
Different Sign
Increase Trade Size
Long & Short at same time
3) Close Current Position
Same Sign
Different Sign
Do not Apply
Flat
4) Close Current and Enter New
Same Sign
Different Sign
Do not Apply
Reversing

On this video you can see the most important features on our New Line of Semi Automatic Strategies :

Visit our YouTube Video Channel to see more demonstrations about all our systems

Let me know if you have any question.

Best Regards,
Pablo

logo 
Pablo Maglio The Indicator Store 

Facebook Twitter LinkedIn Blogger Elance