NexusFi: Find Your Edge


Home Menu

 





Can Ninjatrader perform autotrading without problems?


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one traderwerks with 7 posts (1 thanks)
    2. looks_two baruchs with 5 posts (1 thanks)
    3. looks_3 MWinfrey with 4 posts (1 thanks)
    4. looks_4 fluxsmith with 3 posts (0 thanks)
      Best Posters
    1. looks_one Trader.Jon with 1.5 thanks per post
    2. looks_two redratsal with 1 thanks per post
    3. looks_3 MWinfrey with 0.3 thanks per post
    4. looks_4 baruchs with 0.2 thanks per post
    1. trending_up 10,283 views
    2. thumb_up 8 thanks given
    3. group 7 followers
    1. forum 26 posts
    2. attach_file 2 attachments




 
Search this Thread

Can Ninjatrader perform autotrading without problems?

  #11 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335

I'm going to chime in as well. Even strategies that are built better than what I do, should not be left unattended. They are like giving a teenager with a brand new driver's license the keys to your Corvette. They can't be trusted to do everything they are supposed to do. Leaving them unsupervised is just asking for trouble.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Bigger Wins or Fewer Losses?
23 thanks
Tao te Trade: way of the WLD
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #12 (permalink)
 Eric j 
NY
 
Experience: Advanced
Platform: Esignal, MBT navigator
Trading: Currencies
Posts: 2,507 since Jun 2009
Thanks Given: 1,396
Thanks Received: 2,576


MWinfrey View Post
I'm going to chime in as well. Even strategies that are built better than what I do, should not be left unattended. They are like giving a teenager with a brand new driver's license the keys to your Corvette. They can't be trusted to do everything they are supposed to do. Leaving them unsupervised is just asking for trouble.

I agree Mike . There are too many things that can go wrong so an automated strategy left unattended they cant compensate for outages or data quirks or global news emergecies etc . Its different leaving a position open with a stop and target you can monitor or change on the go but a live automated strategy must be babysat . I guess then that an autostrat would be advantageous for entering and converted to an ATM strategy .

Visit my NexusFi Trade Journal Reply With Quote
  #13 (permalink)
 baruchs 
Israel
 
Experience: Intermediate
Platform: NinjaTrader
Broker: pfg
Trading: eminis
Posts: 323 since Jun 2009



Quoting 
That said, I don't use it because I like to have both a fixed initial stop and a trailing stop with a triggering threshold, which the managed approach can't offer.

Why do you say that. It can be done and I do it all the time. The only advantage of unmanaged orders is putting sell and buy at the same time. Even this behavior I did in 6.5 with managed orders.
Baruch

Reply With Quote
  #14 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


MWinfrey View Post
I'm going to chime in as well. Even strategies that are built better than what I do, should not be left unattended. They are like giving a teenager with a brand new driver's license the keys to your Corvette. They can't be trusted to do everything they are supposed to do. Leaving them unsupervised is just asking for trouble.

VERY WELL SAID !!

Jon

Reply With Quote
Thanked by:
  #15 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


waveraider View Post
Any advice on consultants? I contacted the recommended consultants at NT's site and managed to find only a few that really new what they were saying. I know my trading but i have no programming knowledge so some help in finding a good developer will be much appreciated.

There are many ways to do things .... look at the strategy code in the downloads and start modifying to learn and understand what you are getting into first!

I have used 5 different consultants to write everything from an indicator to multi-timeframe strategy. I have had everything that can go wrong, go wrong, so patience and a detailed requirement is ###1 !! I have even had one programmer send me a strategy he was making for someone else (in error) of a completely different design. Another tried to update an indicator of my own design when the original programmer would not answer my emails to do that update: he found some parts of the code had big problems, and I knew there were issues but just couldnt locate them myself.

Most consultants do contribute to MBT and that 'other' forum, and have examples of their work available on their websites. Depending on how busy they are, your choices may be marred by availability.

So far, IMHO, Anthony ( Pure Logik Trading) is doing an excellent workmanship on strategy, and I can say that after having strategy built by two other consultants.

Disclaimer:::OF COURSE YOUR EXPERIENCE MAY BE DIFFERENT. Even with those that I found to be less than easy to work with. So, take care and good luck. I can only share my experience, I wish you well on your choice whatever it may be.

TJ

Reply With Quote
Thanked by:
  #16 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322


baruchs View Post
Why do you say that. It can be done and I do it all the time. The only advantage of unmanaged orders is putting sell and buy at the same time. Even this behavior I did in 6.5 with managed orders.
Baruch

According to the documentation you cannot use both SetTrailStop and SetStopLoss. It also says SetStopLoss will always take precedence, so you can't just replace it with a SetTrailStop in OnBarUpdate. I'm curious how you're making it work?

Visit my NexusFi Trade Journal Reply With Quote
  #17 (permalink)
 baruchs 
Israel
 
Experience: Intermediate
Platform: NinjaTrader
Broker: pfg
Trading: eminis
Posts: 323 since Jun 2009


Quoting 
According to the documentation you cannot use both SetTrailStop and SetStopLoss. It also says SetStopLoss will always take precedence, so you can't just replace it with a SetTrailStop in OnBarUpdate. I'm curious how you're making it work?

This is more appropriate post. Its not a shame to ask questions, I do it myself. What I hate is people making statements which they can not prove.
To the issue: I never used Set commands. I don't know what are they good for. I don't say they are bad, just don't know. What I do is issuing Exit orders. This way I can see the order and manipulate it how I want on each bar or tick (I do it only on bar close!, but its just me).
So if I enter Long, immediately in OnExecution I fire a Stop Order (my initial stop) and some times a target order (if I have one).
Then on each bar I see if I need to adjust the orders (stop and profit). If I do then I adjust the price!
The only thing to pay attention is that you can not change the name of the order. So if the initial name was "Stop", you can not change it to "MyTrailingStop". In backtesting it works but not in live. So I ask if I'm in backtesting and only then I change the name for better clarity.

Baruch

Reply With Quote
  #18 (permalink)
 traderwerks   is a Vendor
 
Posts: 692 since Jun 2009
Thanks Given: 436
Thanks Received: 465


baruchs View Post
This is more appropriate post. Its not a shame to ask questions, I do it myself. What I hate is people making statements which they can not prove.
To the issue: I never used Set commands. I don't know what are they good for. I don't say they are bad, just don't know. What I do is issuing Exit orders. This way I can see the order and manipulate it how I want on each bar or tick (I do it only on bar close!, but its just me).
So if I enter Long, immediately in OnExecution I fire a Stop Order (my initial stop) and some times a target order (if I have one).
Then on each bar I see if I need to adjust the orders (stop and profit). If I do then I adjust the price!
The only thing to pay attention is that you can not change the name of the order. So if the initial name was "Stop", you can not change it to "MyTrailingStop". In backtesting it works but not in live. So I ask if I'm in backtesting and only then I change the name for better clarity.

Baruch

I do the same, I manage my orders and move profit and stop based on whats going on and looking at the bid/ask spread ( which some products have ).

For backtesting I can approximate it, but standard backtesting doesn't work as well as replay testing anyway.

And there is always implementation error

Math. A gateway drug to reality.
Reply With Quote
  #19 (permalink)
 baruchs 
Israel
 
Experience: Intermediate
Platform: NinjaTrader
Broker: pfg
Trading: eminis
Posts: 323 since Jun 2009


Quoting 
For backtesting I can approximate it, but standard backtesting doesn't work as well as replay testing anyway.

And there is always implementation error

Can you explain? I think that if you write the strategy correctly it should give the same results in BT and replay.

Baruch

Reply With Quote
  #20 (permalink)
 traderwerks   is a Vendor
 
Posts: 692 since Jun 2009
Thanks Given: 436
Thanks Received: 465



baruchs View Post
Can you explain? I think that if you write the strategy correctly it should give the same results in BT and replay.

Baruch

Here is an example. This was a 6J trade I took. I used a limit if touched entry. touch 979, entry long 978. The stop was sent at 975 (IIRC) which was never hit in real life. I entered at 978 and exited at 982 for a 4 tick scalp.

If I was backtesting, the system would have entered at 978 and been stopped out at 975 for a 4 tick loss ( added 1 tick for the Market order exit ).

Math. A gateway drug to reality.
Attached Thumbnails
Click image for larger version

Name:	6J Confirm.png
Views:	164
Size:	18.6 KB
ID:	30153  
Attached Images
 
Reply With Quote




Last Updated on February 7, 2011


© 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
no new posts