NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 22 of 22
Search: Posts Made By: gztanwei
Forum: NinjaTrader December 3rd, 2016, 03:15 AM
Replies: 55
Views: 29,438
Posted By gztanwei
Understand the concept , but how can we Point...

Understand the concept , but how can we Point IQFeed to my own Database source?? are we need to build another machine to be "IQFeed" Server ? I would like to do something similar , which Point I need...
Forum: NinjaTrader December 2nd, 2016, 12:59 PM
Replies: 55
Views: 29,438
Posted By gztanwei
very interesting , could you share some more...

very interesting , could you share some more about the proxy ??
Forum: MultiCharts September 3rd, 2015, 10:25 PM
Replies: 0
Views: 1,149
Posted By gztanwei
how to overload DrwTrendLine.Create() (initial thoughts inside)

Hi firstly my programming skill is only half-baked. So just to share some thought and hope to make the tool easier to program.

reference to: 4.3 Plotting on the Chart - MultiCharts...
Forum: MultiCharts August 31st, 2015, 12:07 PM
Replies: 5
Views: 1,712
Posted By gztanwei
Thanks for the reply. Speaking of Visual...

Thanks for the reply.

Speaking of Visual Studio, I do like VS better, but I found that the solution only includes indicators and signals; it does not include functions classes. Such as ADX,...
Forum: MultiCharts August 31st, 2015, 11:52 AM
Replies: 1
Views: 1,254
Posted By gztanwei
what is your way to put description to an indicator?

NinjaTrader has description field to each input field as well as the indicator itself. It seems MC.Net does not have that. So When I give my indicator to my friend, I had to write up a description...
Forum: MultiCharts August 27th, 2015, 12:49 PM
Replies: 0
Views: 1,048
Posted By gztanwei
1x1 bracket order management signal

this is a sample signal code of how to put a bracket order in.

Hope it is helpful to newbies. :)
Forum: MultiCharts August 27th, 2015, 12:45 PM
Replies: 0
Views: 1,488
Posted By gztanwei
improved DMI indicator and function

Hi guys,

When writing a signal/strategy, I found that there is no underlying DMI function for the DMI indicator, and the out-of-box way of referring to DirMovement function is troublesome that it...
Forum: MultiCharts August 27th, 2015, 08:26 AM
Replies: 1
Views: 1,044
Posted By gztanwei
Hi sorry, I found out the answer is that if I...

Hi sorry, I found out the answer is that if I would like to use 2nd Bar data, I should fill in 2, not 1.
Forum: MultiCharts August 27th, 2015, 02:26 AM
Replies: 1
Views: 1,044
Posted By gztanwei
What does "data_stream" do in a function constructor?

Just wondering, what does "data_stream" do in a function constructor?

At first, if not filled, by default it is overrided to 0. I thought it that means using BarsOfData(1) data as input of...
Forum: MultiCharts August 26th, 2015, 11:16 PM
Replies: 7
Views: 3,999
Posted By gztanwei
Thanks for the reply. Could you share more...

Thanks for the reply. Could you share more tips/samples on how to do it? I read this page but didn't get how to do it still.

4.7.1 Chart Custom Draw - MultiCharts...
Forum: MultiCharts August 26th, 2015, 10:47 PM
Replies: 7
Views: 3,999
Posted By gztanwei
For NinjaTrader? For NT, it is the...

For NinjaTrader? For NT, it is the "BackColorAllSeries"

Example:
if(_CBBP_Signal_up>=1) BackColorAllSeries[0]=Color.LightGoldenrodYellow;...
Forum: MultiCharts August 26th, 2015, 11:40 AM
Replies: 7
Views: 3,999
Posted By gztanwei
Thanks. So is changing background color of the...

Thanks. So is changing background color of the chart possible in MC?

Like in below chart in NT, I used different color to represent different "state" of the...
Forum: MultiCharts August 26th, 2015, 08:10 AM
Replies: 7
Views: 3,999
Posted By gztanwei
How to program indicator to change background color?

Hi guys,

I am trying to program an indicator to change background color when some conditions are met.

I thought this is done straight forward with PlotAttributes constructor, but I can't see...
Forum: MultiCharts August 26th, 2015, 07:08 AM
Replies: 5
Views: 1,712
Posted By gztanwei
Thanks for the reply. I found the reason...

Thanks for the reply.

I found the reason now. It is because in C_Hammer_HangingMan.Function.CS, for some unknown and strange reason, it declares the two output objects, but do not initialize...
Forum: Platforms, Tools and Indicators August 26th, 2015, 04:39 AM
Replies: 0
Views: 4,921
Posted By gztanwei
MultiCharts.Net

This is unofficial wiki page for MultiCharts.Net

definitions and tips will be added under this page as I learn how to program with MC.Net.
Forum: MultiCharts August 25th, 2015, 02:31 PM
Replies: 5
Views: 1,712
Posted By gztanwei
a question about my first Indicator programmed in MultiCharts.Net

I am trying out MC.Net from AMP, but it turned out that I have to be paid user to post on MC.Net's official discussion forum. So I hope that I can get help in nexusfi.com (formerly BMT) instead. :)
...
Forum: MultiCharts August 25th, 2015, 02:24 PM
Replies: 5
Views: 3,053
Posted By gztanwei
"Point" = range bar ...

"Point" = range bar
https://nexusfi.com/attachment.php?attachmentid=191035
Forum: NinjaTrader May 21st, 2012, 02:09 PM
Replies: 6
Views: 4,972
Posted By gztanwei
thanks. but this method does not work when I want...

thanks. but this method does not work when I want to back test my strategy... I hope the strategy to stop every day on my chart, and start again the next day.
Forum: NinjaTrader May 21st, 2012, 01:51 PM
Replies: 6
Views: 4,972
Posted By gztanwei
How to get CumProfit of the day, not the whole chart?

Hi I am trying to set a daily profit and loss limit to my strategy. After the limit is hit, the strategy stops trading for the day.

Here I found this function to return cumulative realized profit....
Forum: Off-Topic December 20th, 2009, 11:47 PM
Replies: 3
Views: 2,033
Posted By gztanwei
congratulations

congratulations
Forum: NinjaTrader November 30th, 2009, 09:08 AM
Replies: 10
Views: 10,938
Posted By gztanwei
a market replay .ntm file would be like this. ...

a market replay .ntm file would be like this.
https://nexusfi.com/free_downloads/ninjatrader/misc/192-download.html?view
Forum: NinjaTrader November 27th, 2009, 10:43 AM
Replies: 10
Views: 10,938
Posted By gztanwei
possible to convert downloaded historical data to replay format (.ntm)

Hi. Nowadays a lot of datafeeds like zenfire offers tick data for at least several month back. When we open a tick chart of a previous day, I think NT stores the downloaded historical data in...
Showing results 1 to 22 of 22

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