NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 26
Search: Posts Made By: zaico
Forum: Trading Reviews and Vendors August 1st, 2017, 12:25 PM
Replies: 8
Views: 2,237
Posted By zaico
beeing a forum this big I thought all the...

beeing a forum this big I thought all the materials would be here (free or elite)... I was hopping to find some threat with what to read and in what order. What you sugest is a payed course....
Forum: Trading Reviews and Vendors July 31st, 2017, 05:15 PM
Replies: 8
Views: 2,237
Posted By zaico
I'm currently working with TA. Since what I'm...

I'm currently working with TA. Since what I'm asking is a guide on what to study next or where to continue I have no "method". I would like to know where to go next... Too much scam on this...
Forum: Trading Reviews and Vendors July 31st, 2017, 01:24 PM
Replies: 8
Views: 2,237
Posted By zaico
"Newbie" road

First, sorry if it's not the correct section to post in.
I've been trading for two years now. Started my journey reading Master the markets and continued with BabyPips, but mostly my knowledge has...
Forum: NinjaTrader December 28th, 2016, 01:31 PM
Replies: 7
Views: 1,316
Posted By zaico
The thing is something like this: if...

The thing is something like this:
if (condition )
{
// Submit an entry order at the low of a bar
if (Order == null)
{
SetStopLoss("", CalculationMode.Ticks, 5,...
Forum: NinjaTrader December 28th, 2016, 12:36 PM
Replies: 7
Views: 1,316
Posted By zaico
the status.

the status.
Forum: NinjaTrader December 21st, 2016, 03:14 PM
Replies: 7
Views: 1,316
Posted By zaico
Closing IOrder Object after trade done

How can I check if a trade by a IOrder object is closed. I set a SL and a PT for a long entry, so i would like to know when the trade is done. I tried with (Order.OrderState != OrderState.Working)...
Forum: Brokers December 13th, 2016, 02:23 PM
Replies: 9
Views: 3,994
Posted By zaico
I'm just back testing at the moment Sent...

I'm just back testing at the moment

Sent using the NexusFi mobile app (https://on.futures.io/app)
Forum: Brokers December 13th, 2016, 02:23 PM
Replies: 9
Views: 3,994
Posted By zaico
Patterns are not always represented in both. ...

Patterns are not always represented in both.

Sent using the NexusFi mobile app (https://on.futures.io/app)
Forum: NinjaTrader December 13th, 2016, 02:19 PM
Replies: 10
Views: 3,430
Posted By zaico
But concerning back testing is there anything...

But concerning back testing is there anything else to look for?
Market replay can't go as far before as back test

Sent using the NexusFi mobile app (https://on.futures.io/app)
Forum: Brokers December 13th, 2016, 02:17 PM
Replies: 9
Views: 3,994
Posted By zaico
Index Sent using the NexusFi mobile app...

Index

Sent using the NexusFi mobile app (https://on.futures.io/app)
Forum: Brokers December 13th, 2016, 01:58 PM
Replies: 9
Views: 3,994
Posted By zaico
Sorry but the first one has not DAX only FDAX, or...

Sorry but the first one has not DAX only FDAX, or is it?
Forum: NinjaTrader December 13th, 2016, 01:37 PM
Replies: 10
Views: 3,430
Posted By zaico
Using one tick data, if my strategy is...

Using one tick data, if my strategy is profitable. Can we say it will be in real trading? or is there anything else to fix on coding to make it closer to reality?
Forum: NinjaTrader December 13th, 2016, 01:05 PM
Replies: 10
Views: 3,430
Posted By zaico
good point! thanks!

good point! thanks!
Forum: NinjaTrader December 13th, 2016, 12:33 PM
Replies: 10
Views: 3,430
Posted By zaico
Thanks so much! I was going crazy with the Ninja...

Thanks so much! I was going crazy with the Ninja Support Team. The "MIN(Low, 3)[0]" is not applicable in this case since it's being called from a tick bar not the general. The only solution I found...
Forum: Brokers December 13th, 2016, 12:03 PM
Replies: 9
Views: 3,994
Posted By zaico
Free DAX historical data for Ninjatrader Strategy backtesting

Is there a way to get free DAX historical data to make a strategy using Ninjatrader Backtest? The cheapest way I found is kiniticks. But they charge me 100$/month which I found exagerated, because I...
Forum: NinjaTrader December 13th, 2016, 06:19 AM
Replies: 10
Views: 3,430
Posted By zaico
From ninjatrader forum they told me to implement...

From ninjatrader forum they told me to implement something like this:

protected override void Initialize()
{
CalculateOnBarClose = false;
ExitOnClose =...
Forum: NinjaTrader December 12th, 2016, 12:06 PM
Replies: 10
Views: 3,430
Posted By zaico
Correctly Backtesting With Tick data Entry

I've been reading about tick data after xplorer told me about it in a post I wrote, about my concern of entrys on the same bar. I concluded that the most accurate way of backtesting is using...
Forum: NinjaTrader December 8th, 2016, 05:39 PM
Replies: 11
Views: 4,088
Posted By zaico
Thanks again for your help! I'll have a look as...

Thanks again for your help! I'll have a look as soon as I can
Forum: NinjaTrader December 8th, 2016, 03:34 PM
Replies: 11
Views: 4,088
Posted By zaico
I understand, but the thing is I can only access...

I understand, but the thing is I can only access to that time through backtesting because it's a demo account. Anyway I'll try If there's a time frame I can access with the current contract data.
...
Forum: NinjaTrader December 8th, 2016, 02:17 PM
Replies: 11
Views: 4,088
Posted By zaico
Can't find a way to use non-time-based bar on...

Can't find a way to use non-time-based bar on backtesting bar. Is there any?
Forum: NinjaTrader December 8th, 2016, 12:52 PM
Replies: 11
Views: 4,088
Posted By zaico
You are right sorry. Here is one with the time...

You are right sorry. Here is one with the time frame. I ask if its possible for a down bar on a backtest to have the long entry down and the stop profit at the top? I understand the bottom part,...
Forum: NinjaTrader December 8th, 2016, 12:26 PM
Replies: 11
Views: 4,088
Posted By zaico
Are things like this that worry me. It it...

Are things like this that worry me. It it possible in real life what you see on the photo?https://nexusfi.com/attachment.php?attachmentid=223002
Forum: NinjaTrader December 6th, 2016, 10:36 AM
Replies: 11
Views: 4,088
Posted By zaico
My strategy is basic, based on checking a chart...

My strategy is basic, based on checking a chart pattern. So I assume this must be OnBarUpdate. Then if the pattern is found I set a limit entry and a stop loss if the entry is filled. In this case,...
Forum: NinjaTrader December 5th, 2016, 01:33 PM
Replies: 11
Views: 4,088
Posted By zaico
Strategy Trade Bars

Is there something to take in to account if my strategy trades are made mainly in 1 bar?

I mean, if it was real life (not backtesting) those orders will be fill If automated?

Thanks
Forum: NinjaTrader December 3rd, 2016, 05:41 PM
Replies: 2
Views: 1,004
Posted By zaico
Thanks for the help! Sorry but some things...

Thanks for the help!

Sorry but some things seem missing. All those variables are nowhere declared. Also ScreenCapture is not recognize.

Do you insert this code INSIDE the strategy or in other...
Showing results 1 to 25 of 26

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

Total votes: 159
 


 
 


© 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