Jump to content

academydaytrading.com


lola33

Recommended Posts

Can you indicate any significant differences compared to the previous version?

 

Major differences:

 

1. Momentum trade

When we miss the first entry we can enter on what he calls the ‘momentum trade’ instead of watching the trade goes through without us getting on. In the previous version it was a little white tip on top of the red bar (short) and a little white tip at the bottom of the green bars for long. In this version the arrows shows making it clearer where the entries are. Makes entry signal clearer

 

2. Background colouring

Coloring of background for long and short trades

 

3. Direction Ribbon

 

I include video debrief on July 5 (look at video after about 40 secs) see all the momemtum(elite) trades with white arrow. Notice the background has coloring of Red and green for short and long possibilities

 

Video debrief on July 5:

https://www.sendspace.com/file/8fhvmy

 

Hope this helps

Link to comment
Share on other sites

  • Replies 413
  • Created
  • Last Reply

Top Posters In This Topic

Can you indicate any significant differences compared to the previous version?

 

Significant Differences

 

a) Background colour

 

All ema align up - background green

All ema align down - background red

 

b) Pro9 direction ribbon

 

– blue line above Pro9 Direction histogram edge – green

– blue line below Pro9 Direction histogram edge – red

- useful for (Elite) trade entries using the Pro9 Momentum Template

 

c) White arrows- shows momentum (Elite) trade entries - very useful for entry signal if you miss main entries

Link to comment
Share on other sites

Yes please educate so we can all use the latest V4. Greatly appreciated.

 

Here is the edu of Pro9Trader v.4.0:

https://www.sendspace.com/file/srq6gl

 

The Pro9Bars, as usual, are stripped off from binary file and available in the source form (as previously, a little bit tweaked). The default slot bar=Custom6.

The package contains also 2 chart templates.

 

No comments.

Link to comment
Share on other sites

Thank you admis for doing this. For those of us who don't know NinjaTrader that well can you explain in a bit more detail what 'The default slot bar=Custom6' means?

 

This is Bar Type slot. Every new bar type has to have different slot. They cannot over lap. There is indicator called barstype, shared in the forum, that will tell you what slot is emply and you can change this setting accordingly. Unfortunetly sendspace and forexupload now wants me to login so I don't know how can I share this.

Link to comment
Share on other sites

Thank you admis for doing this. For those of us who don't know NinjaTrader that well can you explain in a bit more detail what 'The default slot bar=Custom6' means?

Thanks lululee for the proper explanation. I'd like to mention about possibilities to change this slot.

In the file:

c:\Users\...\Documents\NinjaTrader 7\bin\Custom\Type\Pro9Trader.cs

in the row 31 - you can change Custom6 to any of Custom0..Custom9 or Final0..Final4

 

       public Pro9Trader() : base(PeriodType.[color=#0000ff][b]Custom6[/b][/color]) // originally: Custom6       

 

All modification can be made by using any text editor (even notepad). After any changes this file must be compiled in NT.

Link to comment
Share on other sites

Does anyone know how to advance the bars one by one like the seller is doing in his videos to demonstrate signals? This is to backtest a past window of time to ensure you are taking the correct signals. If you simply scroll bar by bar (with left/right arrows) the DPI indicator in the Upper right corner disappears, so this does not work. Thanks. Edited by fxknight
Link to comment
Share on other sites

Does anyone know how to advance the bars one by one like the seller is doing in his videos to demonstrate signals? This is to backtest a past window of time to ensure you are taking the correct signals. If you simply scroll bar by bar (with left/right arrows) the DPI indicator in the Upper right corner disappears, so this does not work. Thanks.

 

You may have to refresh the chart by pressing F5 key...

Link to comment
Share on other sites

admis,

 

Could you take out the 'Pro9ATS' Strategy source out of the DLL so that I (we) can add custom C# code to it? In particular I would like to add the 3 signals Divergence, Breakout and Momentum it are missing in addition to its 4 original ones. I'll post it with the mods for others to use here. Thanks

 

Here you go... https://www.sendspace.com/file/bdtzym

Credit goes to "Admis's Army"

 

Please share after your changes.

Link to comment
Share on other sites

Here you go ......

Credit goes to "Admis's Army"

 

Please share after your changes.

 

Do you happen to know - based on which binary version were that sources prepared?

Certainly, they are not the latest (elite 4.0)...

 

Anyway, here is the source version of strategy based on the elite 4.0 binaries:

https://www.sendspace.com/file/dmsmwj

Notes:

I've enabled (in the line #720) the DtbStrength parameter (Action Signal).

The strategy name has been changed (Pro9ATSsrc) to omit any conflicts with the binary version (which resides in the binary file). The Pro9 indicators are still used and required from the binaries (v.4.0).

Accidentally yesterday, one of my II friends asked me for preparing them for him ... ;)

Edited by admis
Link to comment
Share on other sites

Do you happen to know - based on which binary version were that sources prepared?

Certainly, they are not the latest (elite 4.0)...

 

Anyway, here is the source version of strategy based on the elite 4.0 binaries:

https://www.sendspace.com/file/dmsmwj

Notes:

I've enabled (in the line #720) the DtbStrength parameter (Action Signal).

The strategy name has been changed (Pro9ATSsrc) to omit any conflicts with the binary version (which resides in the binary file). The Pro9 indicators are still used and required from the binaries (v.4.0).

Accidentally yesterday, one of my II friends asked me for preparing them for him ... ;)

 

Yes this is the real deal.. it conforms with the settings of the current Pro9ATS strategy. Few comments. I tried the strategy on a bunch of symbols during NY market and discovered that it does not conform to the rules of signals this guy is teaching. Only the 'Continuation' and 'Single-T' give few signals (mostly Continuation) with breakeven results at the end of every day. The DOT Trade, Divergence, Momentum and Breakout signals are not firing at all even though the DOT are supposed to be in the strategy code already. Therfore my conclusion is that the Strategy code has to be either re-written from the scratch or debugged properly with the addition of the other signals. I will attempt this in the near future but I am not that familiar with the NT environment so I may have a learning curve. I program in C# though. If someone wants to take a stab at it that would be great. I will post my changes in the future. Thanks again for the extraction of the correct Strategy code. It is of great help.

Link to comment
Share on other sites

Does your ProTrader9 Bars Appear?? i can plot min bars but not the Protrader9 bars ???

 

Most probably you have a conflict with other bars which have the same bar slot or you haven't installed the Pro9 bars at all.

In the row 31 of C:\Users\...\Documents\NinjaTrader 7\bin\Custom\Type\Pro9Trader.cs you can find the below line:

       public Pro9Trader() : base(PeriodType.[color=#0000ff][b]Custom6[/b][/color]) [color=#008000]// originally: Custom6[/color] 

Open this file to edit in notepad, change the bolded text in blue on Custom7 and save it. Run NT and select from the main menu:

Tools -> Edit NinjaScript -> Indicator

choose any indicator from the list and then press F5 key (compilation). Then restart NT and see if Pro9 bars are available.

Link to comment
Share on other sites

its installed whenever I select it on the drop down i am getting subscription expired./ Other indicators work , but not the pro9bars

 

1. Download the edu version; in the below post you can find still active link:

http://indo-investasi.com/showthread.php/26758-academydaytrading-com?p=418637&viewfull=1#post418637

2. Most probably, you have not removed the genuine binaries.

 

NT main menu: File -> Utilities -> Remove NinjaScript Assembly...

select Pro9Trader and remove it. Then restart NT, then import (even again) the edu file from point 1.

Restart NT again and it should finally work ok...

Link to comment
Share on other sites

qwertz2021, here you can see the momentum trade (elite) rules. http://academydaytrading.com/master-rules/

 

The background colors in the Pro9momentum template (or applying the EMAbackground indi) shows if the 10,20 and 50 EMAs are in the right order.

3 main requeriments:

 

1. background green, right order for long. red, right order for short.

2. In the other hand, you need to see the arrow.

3. blue line above or below the histogram value (the same as the other trade types, except for the breakout)

 

I´m having nice results with this system (in sim, for now)

Link to comment
Share on other sites

Here 30 mins Member Only (but it's accessible, lol) long trade explanations. http://academydaytrading.com/members/ you can enter the list, but you must press ESC to abort the loading of Members area login page.

 

http://academydaytrading.com/singlet-trades/

http://academydaytrading.com/continuation-trades/

http://academydaytrading.com/dot-trend-trades/

http://academydaytrading.com/breakout-trades/

http://academydaytrading.com/divergence-reversal-trades/

momentum trade video missing, it's still doing it.

 

In it's vimeo channel you can learn the trades, it has nearly 130 trades (I assume he trades this positions, but it's the same.

Link to comment
Share on other sites

I have done a simplification table of the pro9 trades and requeriments. I have it printed near my PC.

 

https://www.sendspace.com/file/ajiq16

 

I think that is nothing compared with the hard work of the Indo-Investasi Army, but I thought it would be practical and useful.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...