NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 24 of 24
Search: Posts Made By: gomad
Forum: Traders Hideout September 29th, 2014, 04:37 PM
Replies: 0
Views: 760
Posted By gomad
I need a FIX Connector to my automated platform

Hi,

I have developed with a partner a fully automated software for creating and executing trading strategies. We are already connected to LMAX and FXCM API's.

We need to add one more...
Forum: MultiCharts June 22nd, 2012, 05:10 AM
Replies: 7
Views: 5,041
Posted By gomad
Jura, I did not go very far. I requested the...

Jura,

I did not go very far. I requested the documentation from Multicharts and what they have has serious limitations. I have requested for them to include this in their new release..we will see....
Forum: MultiCharts April 20th, 2012, 12:44 PM
Replies: 7
Views: 5,041
Posted By gomad
Calling a C# dll in MultiCharts

I need help with calling a C# dll in the signal script in Multicharts.. I need to be able to use as method inputs more than simple numerical data...I need arrays.

I talked some with MC support...
Forum: NinjaTrader December 5th, 2011, 03:04 AM
Replies: 2
Views: 1,699
Posted By gomad
ATM: script generated exit

Hello,

I have a question concerning next possibility:

Is it possible to generate an ExitLong() from a strategy script for an order which was generated on super DOM?

I want to generate...
Forum: NinjaTrader November 14th, 2011, 09:47 AM
Replies: 2
Views: 2,243
Posted By gomad
Entry condition error?

I have a problem with my strategy.

On chart it looks like the order has been closed, but on Super Dom the order is still there. And after this, on chart the order appears to exit again.
...
Forum: Feedback and Announcements September 6th, 2011, 09:45 AM
Replies: 524
Views: 111,512
Posted By gomad
I agree

I do think it is a good idea, and there is a chance to grow in quality. I really like this site and it has been a great resource.

Gomad
Forum: Trading Reviews and Vendors July 27th, 2011, 07:11 PM
Replies: 25
Views: 39,554
Posted By gomad
Thank you

Thank you for your answer and advice. They have called me also many times...I am glad I did not buy it...

Have a nice day

Gomad
Forum: NinjaTrader June 28th, 2011, 02:58 PM
Replies: 11
Views: 12,145
Posted By gomad
Unfortunately it is not working. The same error. ...

Unfortunately it is not working. The same error.



Where I find this information?

Is there some "default" for this?

All my code is written in "protected override void On bar update" and...
Forum: NinjaTrader June 28th, 2011, 01:58 PM
Replies: 11
Views: 12,145
Posted By gomad
Yes, but the only condition the indicator have is...

Yes, but the only condition the indicator have is this:

for (int i = 0; i < Period; i++)



{
try {
if (Close[i] > Open[i-2] && High[i-2] < Close[i-8])...
Forum: NinjaTrader June 28th, 2011, 11:43 AM
Replies: 11
Views: 12,145
Posted By gomad
Becouse it is true that the indicator is...

Becouse it is true that the indicator is deactivated when I use the code you suggested above:
Forum: NinjaTrader June 28th, 2011, 11:40 AM
Replies: 11
Views: 12,145
Posted By gomad
Zondor, Thank you for your reply. Can...

Zondor,

Thank you for your reply.

Can you help me with an example of "one time assignment of arbitrary values to the Open, Close and High data series to force them to be created"?
Forum: NinjaTrader June 28th, 2011, 11:09 AM
Replies: 11
Views: 12,145
Posted By gomad
Error: Object reference not set to an instance of an object.

I have read all threads that I found about this problem, but I didn't find any solution for my particular situation.

I'm trying to find some significant statistical correlations on market (using...
Forum: Trading Reviews and Vendors June 25th, 2011, 03:55 AM
Replies: 30
Views: 22,313
Posted By gomad
Very good room

I am a member now for almost a month. I bought the course too. It is expensive but I am very pleased of the investment made. I am still learning all the setups (there are over ten). It is nice to see...
Forum: NinjaTrader May 17th, 2011, 04:05 PM
Replies: 14
Views: 6,709
Posted By gomad
Thank you

Thank you. I didn't understand why that condition is needed in one case (for 13), but not for a lower number. For when I used a lower number, the indicator worked fine.
Forum: NinjaTrader May 17th, 2011, 10:41 AM
Replies: 14
Views: 6,709
Posted By gomad
Upload

Here are both indicators. One is using „for loop”, the another is using „foreach loop”.

One mention: select „New Panel” when you load the indicator on chart.

Thanks fo help.
Forum: NinjaTrader May 17th, 2011, 07:10 AM
Replies: 14
Views: 6,709
Posted By gomad
When loaded on chart, I have more than 13 bars on...

When loaded on chart, I have more than 13 bars on chart. But the indicator returns no value on plots.
Forum: NinjaTrader May 17th, 2011, 07:04 AM
Replies: 14
Views: 6,709
Posted By gomad
Yes, I understand this things, but the problem is...

Yes, I understand this things, but the problem is that it works with any number lower then 13, but not with higher numbers.

For example, the „foreach loop” is working fine with 12, but doesn't...
Forum: NinjaTrader May 16th, 2011, 04:08 PM
Replies: 14
Views: 6,709
Posted By gomad
Problem persists

I want to create an indicator which returns different statistical data within a predefined number of bars or events in the past. And I want to use this data in some statistical tests (lile Student...
Forum: NinjaTrader May 16th, 2011, 02:57 PM
Replies: 14
Views: 6,709
Posted By gomad
foreach loop problem

I have a problem with "foreach loop" in NT. My code is as follows:


protected override void OnBarUpdate()
{
int[] values = new int[] {1,2,3,4,5,6,7,8,9,10,11,12,13,};
int Up = 0;...
Forum: Trading Reviews and Vendors May 6th, 2011, 05:22 AM
Replies: 25
Views: 39,554
Posted By gomad
Thank you

Hi bfitch,

Thank you very much for your explanations. It is good to understand more about what the program actually does.

Is the program you wrote available?

gomad
Forum: Trading Reviews and Vendors April 28th, 2011, 03:27 AM
Replies: 25
Views: 39,554
Posted By gomad
Thank you

Fat Tails,

Thank you so much for your recommendations. I really appreciate that you took the time to give me all the links. This is very helpful.

GoMad
Forum: Trading Reviews and Vendors April 27th, 2011, 09:09 AM
Replies: 25
Views: 39,554
Posted By gomad
VantagePoint - Predicting the Market??

Hello,

I am interested to know if there are members who are using or used VantagePoint software in their trading. It is supposed to predict the market with an accuracy of about 75-80%.

It is...
Forum: Traders Hideout September 28th, 2010, 07:16 AM
Replies: 22
Views: 23,411
Posted By gomad
thank you

thank you very much
Forum: Traders Hideout September 28th, 2010, 05:07 AM
Replies: 22
Views: 23,411
Posted By gomad
The Most Liquid Futures on the European Market?

Hello,

I am new to this site and to trading. In the last few months I have been learning about future trading focusing on the E-mini contracts. Being from Europe I would like to trade the European...
Showing results 1 to 24 of 24

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