NexusFi: Find Your Edge


Home Menu

 





Mobile Stop Help


Discussion in NinjaTrader

Updated
    1. trending_up 901 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

Mobile Stop Help

  #1 (permalink)
gacd9999
Bogota
 
Posts: 2 since May 2014
Thanks Given: 1
Thanks Received: 1

first of all sorry for my english , its not mi primary lenguaje

its my first post here and im really new in ninjatrader

im trying to write an strategy with this rules

When
ema 14 >ema 9 and close < ema 9
short 100 at market
set stop loss at ema 14

when
ema 14 <ema 9 and close > ema 9
long 100 at market
set stop loss at ema 14

the idea is that on each bar update NT moves automatic the stop loss

i write this but gives me lot of errors


protected override void Initialize()
{
Add(EMA(MediaC));
Add(EMA(MediaL));
SetStopLoss("", CalculationMode.Price, EMA(MediaL), false);

CalculateOnBarClose = true;
}

/// <summary>
/// Called on each bar update event (incoming tick)
/// </summary>
protected override void OnBarUpdate()
{
if (MediaC < MediaL)

{
// Condition set 1
if (EMA(MediaC)[0] < EMA(MediaL)[0]
&& Close[0] < EMA(MediaC)[0])
{
EnterShort(100, "");
}

// Condition set 2
if (EMA(MediaC)[0] > EMA(MediaL)[0]
&& Close[0] > EMA(MediaC)[0])
{
EnterLong(100, "");
}


Thaks for you help and for teachme

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Footprint for strategy Builder
NinjaTrader
Negative Balance Protection
Brokers
Strategy stop orders partially filled
EasyLanguage Programming
Quantum physics & Trading dynamics
The Elite Circle
static margin on the right side of a chart
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
33 thanks
Spoo-nalysis ES e-mini futures S&P 500
16 thanks
GFIs1 1 DAX trade per day journal
15 thanks
The Trading Pit "Futures VIP" Account Journal
15 thanks
Trading with Intuition
14 thanks




Last Updated on July 10, 2014


© 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