NexusFi: Find Your Edge


Home Menu

 





NinjaTrader ATM in EasyLanguage


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Arich with 16 posts (1 thanks)
    2. looks_two Bimi with 9 posts (3 thanks)
    3. looks_3 Nicolas11 with 4 posts (5 thanks)
    4. looks_4 cbritton with 1 posts (1 thanks)
      Best Posters
    1. looks_one Nicolas11 with 1.3 thanks per post
    2. looks_two cbritton with 1 thanks per post
    3. looks_3 Bimi with 0.3 thanks per post
    4. looks_4 Arich with 0.1 thanks per post
    1. trending_up 9,897 views
    2. thumb_up 10 thanks given
    3. group 4 followers
    1. forum 32 posts
    2. attach_file 0 attachments




 
Search this Thread

NinjaTrader ATM in EasyLanguage

  #31 (permalink)
 Arich 
Springfield, Missouri
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Interactive Brokers
Trading: EUR/USD
Posts: 28 since Sep 2012
Thanks Given: 29
Thanks Received: 5


Bimi View Post
bigmike has a tutorial and sample code to do scalings. I would copy his code and modify it for your purpose.

Do you have a link for where this is located?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Tao te Trade: way of the WLD
21 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #32 (permalink)
 ki1ian 
London
 
Experience: Intermediate
Platform: NT & TS
Trading: ES, Futures
Posts: 3 since Nov 2012
Thanks Given: 1
Thanks Received: 0

Arich, you can find the tutorial here:

Reply With Quote
  #33 (permalink)
fromMontenegro
West Sussex,U.K.
 
Posts: 1 since Feb 2013
Thanks Given: 31
Thanks Received: 0



Arich View Post
Ok, so I wanted to explain a difference that I noticed between NT and MC when coding entries.

In NT, when you code an entry (in my experience, which is limited) you have to code each lot if your goal is to have multiple targets. For example, if you want to enter a buy and have three targets:

In NT it would look like this:

//Conditions for entry would be here, then:

EnterLong (100000, "Long1");
EnterLong (100000, "Long2");
EnterLong (100000, "Long3");

In MC the same entry for three targets looks like this:

//Conditions for entry are here, then:

Buy ("Enter Long") 300000 contracts next bar at Market;

From what I can see, the difference is that NT creates three separate orders which are then tied to three separate exits, while MC groups all the orders together and uses the exits to manage how much is exited at a time.

That's a beginner's interpretation of what is happening. Can anyone confirm or improve my findings?


i am newbie, can any experienced MC programmer post the anwser to this question please

TIA

Reply With Quote




Last Updated on February 28, 2013


© 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