Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Moving Average of a Indicator
Collapse
X
-
Let me see If I uderstand you correctly
so what you are saying is when the cross over happens on bar 1 and it waits for bar 2 to close and it executes the trade on bar 3 at close of bar 2 is that how its working?
if that is the case how can we conrtol the execution time to happen right at crossovers for example.
If I have my entery when cci cross above -100
what the system does if first bar crosses -100 then it waits for the second bar to close then it executes the trade at bar 3 by then the cci could be around -50 or higher and who knows many ticks later that is, That just take the edge away.....
What my system needs is when cci crosses above -100 lets say goes to -99.99
it has to execute the trade.....why does it waits so long 2 bars later
it should not matter if I am using tick,line,candle chart it should execute right at -99.99
Could you explain what the wait is for?
is there a way we could control execution part of the auto trading system?
thanks,
Comment
-
keyborad
its seems to make sense of the live date feed
another subject:
is it possible to have the stratgey on chart to press a certain key on the keyboard automaticly why a buy is triggard?
for example :
when a buy is triggard it would act as if the number 1 key was pressed. and 2 for sell.
Comment
-
-
Not sure what ZeroLagEMA is so I don't know the syntax for it, but generally you don't pass in doubles. You pass in the IDataSeries itself. For example when you use SMA(High, 5)[0] you didn't pass in High[0] you passed in the DataSeries High. I would assume the same would apply to ZeroLagEMA.Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment