NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 25
Search: Posts Made By: microsat
Forum: NinjaTrader March 25th, 2016, 09:26 PM
Replies: 1
Views: 830
Posted By microsat
data import

I am asking a question about data import.

Can we just copy all last.ntd files from one computer to another computer's corresponding folder, regardless of
the time zone?

All ntd files in...
Forum: NinjaTrader January 16th, 2016, 10:18 PM
Replies: 31
Views: 30,363
Posted By microsat
May I ask whether the repainting indicator works...

May I ask whether the repainting indicator works good as expected?
thanks.
Forum: Brokers January 15th, 2016, 11:01 AM
Replies: 13
Views: 8,977
Posted By microsat
Thank you. IB is data vendor too. It...

Thank you.

IB is data vendor too. It provides second-based historical data, such as 1 second, 1 minute, 1 hour, 1 day etc, but no tick-to-tick historical data.

Do you mean the two prices from...
Forum: Brokers January 15th, 2016, 09:52 AM
Replies: 13
Views: 8,977
Posted By microsat
interactive broker hisorical tick data

In IB webpage, it says "
While IB can serve as this provider for real time prices, these prices are not provided on an unfiltered tick-by-tick basis, a prerequisite for fully populating Ninja Trader...
Forum: NinjaTrader January 13th, 2016, 01:52 PM
Replies: 3
Views: 1,118
Posted By microsat
value = EMA(14)

normally, we set the plot0 using the following code
Value.Set(EMA(14)[0]);

But why can we not use the following code in the Initialize() directly
Value = EMA(14);

When I write like Value =...
Forum: NinjaTrader January 13th, 2016, 10:23 AM
Replies: 2
Views: 1,245
Posted By microsat
minutes timeframe to range chart

anyone use range timeframe? how to find an equivalent range time frame for a given 60 minutes time frame?

For example, for a H1 timeframe ES-mini, what is its equivalent range chart?
for a H4...
Forum: NinjaTrader October 17th, 2015, 01:26 PM
Replies: 6
Views: 2,447
Posted By microsat
range bar

When I used the range bar in Ninjatrader 7, I encountered the following issue.
Many bars were created in very short time, as shown in the picture.

Do you know if this happens in Ninjatrader 8...
Forum: NinjaTrader September 20th, 2015, 07:18 PM
Replies: 5
Views: 1,698
Posted By microsat
If we call the visualEMA from a strategy, will...

If we call the visualEMA from a strategy, will the indicator lag? How much does it lag, one tick or one bar?

Or should we not call visualEMA from any strategy?

No strategy that can use MTF...
Forum: NinjaTrader September 18th, 2015, 01:31 PM
Replies: 5
Views: 1,698
Posted By microsat
multi time frame indicator lags

I used xcMovAvg to draw EMA(20) under range 4. The line of the multi time frame seems to lag a little bit behind EMA(20) under range 4. What causes the lag?

Any solutions for this?

Imgur: The...
Forum: NinjaTrader September 17th, 2015, 09:03 PM
Replies: 2,093
Views: 978,310
Posted By microsat
only one day of histogram plotted

I installed this one today. But I found that it only showed only one day's histogram.

Anyone experienced this?
Forum: Tech Support September 14th, 2015, 03:10 PM
Replies: 14
Views: 3,602
Posted By microsat
How easy is it for a technician working for the...

How easy is it for a technician working for the remote server or the cloud
to be able to see the code you upload into there?
Forum: Tech Support September 14th, 2015, 01:17 PM
Replies: 14
Views: 3,602
Posted By microsat
is it safe to trade at a remote server

I am wondering if it is safe to trade at a remote server or a cloud.

For example, will your indicators and strategies be stolen?
Forum: Tech Support September 14th, 2015, 01:09 PM
Replies: 5
Views: 1,171
Posted By microsat
internet connection issue

Hi Guys,

How do you handle internet connection issue?

What is the best way to use two different connections?

Thank you.
Microsat
Forum: NinjaTrader September 1st, 2015, 10:14 AM
Replies: 1
Views: 878
Posted By microsat
programming for backtest

Can we write script to run backtest with trying different parameters instead of using strategy analyzer?
Thanks.
Forum: NinjaTrader August 4th, 2015, 11:54 AM
Replies: 7
Views: 1,602
Posted By microsat
in the indicator, if (Rising(SMA(14)) &&...

in the indicator,
if (Rising(SMA(14)) && RSI(14) > 30 )
PlotColors[0][0] = RisingColor; //Color.Blue
else if (Falling(SMA(14)) && RSI(14) < 70 )
PlotColors[0][0] = FallingColor; //Color.Red...
Forum: NinjaTrader August 4th, 2015, 11:48 AM
Replies: 8
Views: 4,101
Posted By microsat
Can we use the SMAColorsV7's PlotColors as...

Can we use the SMAColorsV7's PlotColors as strategy trigger?

like
if (SMAColorsV7.PlotColors[0][0] == Color.Red)
EnterShort();
Forum: NinjaTrader August 4th, 2015, 11:36 AM
Replies: 7
Views: 1,602
Posted By microsat
PlotColors as strategy trigger

Can we use PlotColors as strategy trigger?

like
if (CustomIndicator.PlotColors[0][0]==Color.Red)
EnterShort();
Forum: NinjaTrader July 4th, 2015, 12:32 AM
Replies: 2,093
Views: 978,310
Posted By microsat
Can someone help me with the setting of PAS? ...

Can someone help me with the setting of PAS?
Why do the percentages not show up in every pivots?
Some pivots have percentages, but some not.

How to show percentages in all the pivots?

Thank...
Forum: NinjaTrader June 9th, 2015, 09:14 PM
Replies: 1
Views: 1,126
Posted By microsat
entering order to IB in Ninjatrader

Hi There,

I am wondering whether we can enter order to Interactive Broker in Ninjatrader's renko chart.

Ninjatrader can connect two data sources at the same time, for example (CQG and IB). Can...
Forum: Brokers April 22nd, 2015, 11:56 PM
Replies: 2
Views: 1,863
Posted By microsat
native volume vs calculated volume

IB provides two kinds of volumes:
native volume - Does not update with every tick, but will include delayed transactions, busts, late-reported trades and combos.
calculated volume - Updates with...
Forum: NinjaTrader April 16th, 2015, 05:15 PM
Replies: 5
Views: 2,669
Posted By microsat
It seems not working.

It seems not working.
Forum: NinjaTrader April 15th, 2015, 11:42 PM
Replies: 3
Views: 1,084
Posted By microsat
looking for logical indicator

looking for a logical indicator. It should be able to do logical and operation of multiple logicals, such as crossing of two lines.

And plot the final logical (true or false) as red and green...
Forum: Trading Journals April 12th, 2015, 11:36 AM
Replies: 72
Views: 12,914
Posted By microsat
criteria for entry and exit points

Sorry for my naive question. I want to know how to decide the entry and exit points in the order flow.
go long if cumulative delta is green?
Forum: NinjaTrader April 12th, 2015, 11:22 AM
Replies: 9
Views: 4,397
Posted By microsat
entry or exit

I have the same questions.
Any instructions for how to use gomcd for entry and exit? thanks.
Forum: Traders Hideout January 14th, 2015, 03:37 PM
Replies: 10,645
Views: 14,246,177
Posted By microsat
new trader

I am a new trader. still learning. Hope to make friends here. thanks.
Showing results 1 to 25 of 25

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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