I want bar closed above ema and than +15 pips buy.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trading forex
Collapse
X
-
If I have bars on calculation on false, then it will deactive bars ago option fully? or just will allow you to submit buy and sell within the same bar....??
Then why my code does not match with the picture below?
if (CrossAbove(EMA(Close,Fast), EMA(Close,Slow)[0]+ 15 * TickSize , 1))
{
EnterLong(DefaultQuantity, "");
}
Thanks
Originally posted by NinjaTrader_Bertrand View PostJosh's snippet would sent a market order once price is above the EMA + the 15 pip offset, if you work with CalculateOnBarClose = false this would also trigger intrabar then.Last edited by XXtrem; 11-26-2010, 12:29 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment