NexusFi: Find Your Edge


Home Menu

 





Mobile Stop Help


Discussion in NinjaTrader

Updated
    1. trending_up 895 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?
Cheap historycal L1 data for stocks
Stocks and ETFs
Trade idea based off three indicators.
Traders Hideout
About a successful futures trader who didnt know anythin …
Psychology and Money Management
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
 




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