NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 26
Search: Posts Made By: Erez
Forum: NinjaTrader May 26th, 2018, 03:18 PM
Replies: 1
Views: 726
Posted By Erez
Raising an event whenever variable change its value

I need to raise an event whenever internal variable in my indicator change its value.

I've tried with System.EventHandler and with EventHandler delegate, for some reason it didn’t work (an event...
Forum: NinjaTrader April 10th, 2015, 10:30 AM
Replies: 695
Views: 431,751
Posted By Erez
mk77ch, You can find it here: ...

mk77ch,
You can find it here:

https://nexusfi.com/ninjatrader/24408-unirenko-universal-renko-bar-type-30.html#post392178
Forum: NinjaTrader February 21st, 2014, 05:59 PM
Replies: 695
Views: 431,751
Posted By Erez
You are right, I also notice that, it doesn't...

You are right, I also notice that, it doesn't occurs much and when it does, its only one tick deviation(at least what I found till now)

I have spent some limited time to try to find the cause...
Forum: NinjaTrader February 21st, 2014, 04:51 PM
Replies: 695
Views: 431,751
Posted By Erez
UniRenko update

I add to UniRenko bar type an option of offset = 0 ticks (previous close = current open)
To enable it, "Tick Open Offset" property must be 98, I guess no one is using such value
Technically it was...
Forum: Brokers January 10th, 2014, 11:49 AM
Replies: 1,210
Views: 387,187
Posted By Erez
Just to be sure, this setup includes historical...

Just to be sure, this setup includes historical data?
Forum: Brokers January 10th, 2014, 11:16 AM
Replies: 1,210
Views: 387,187
Posted By Erez
Using R20 version with continuum-CQG, is TF...

Using R20 version with continuum-CQG, is TF instrument (ICE US) is available for live trading?
Forum: NinjaTrader November 21st, 2013, 02:05 AM
Replies: 695
Views: 431,751
Posted By Erez
Thanks, I found it, let's see if it also works...

Thanks, I found it, let's see if it also works correctly.
Forum: NinjaTrader November 19th, 2013, 06:40 AM
Replies: 695
Views: 431,751
Posted By Erez
Add UniRenko bar type

I want to add UniRenko bar type to existing MTF indicator as secondary series, unlike regular tick bar type which require only one period parameter, UniRenko requires three (Trend, Reversal,...
Forum: NinjaTrader October 24th, 2013, 09:38 AM
Replies: 53
Views: 24,167
Posted By Erez
In most of the cases with NT7 your OCO orders are...

In most of the cases with NT7 your OCO orders are stored locally (on your PC) and not on server side, so you may suffer from this in case of disconnection etc.. if you are using both SL and TP...
Forum: NinjaTrader October 23rd, 2013, 03:20 AM
Replies: 53
Views: 24,167
Posted By Erez
KosherTrader You can start using NT for live...

KosherTrader

You can start using NT for live trades for free by using "Direct Edition" version.
Of course it is a limited functionality version, but it's free.

NinjaTrader...
Forum: NinjaTrader September 13th, 2012, 06:36 AM
Replies: 6
Views: 2,772
Posted By Erez
Can you show some details, charts etc...

Can you show some details, charts etc...
Forum: Emini and Emicro Index September 7th, 2012, 11:21 AM
Replies: 2
Views: 2,418
Posted By Erez
I have created this indicator for NT7 few months...

I have created this indicator for NT7 few months ago, you can find it here

https://nexusfi.com/download/vip_elite_circle/1137-download.html?view

It gives high degree of freedom to adjust it the...
Forum: NinjaTrader August 15th, 2012, 09:12 AM
Replies: 424
Views: 189,781
Posted By Erez
It looks perfect so far. You remind me that in...

It looks perfect so far.
You remind me that in my indicators I have changed this issue only in line plot, so I need to check paint bars etc…

Thanks for your effort.

Erez
Forum: NinjaTrader August 15th, 2012, 06:30 AM
Replies: 424
Views: 189,781
Posted By Erez
VisualSMA

Hi Fat Tails,

I 'm trying to use "VisualSMA" with displacement (positive number) and there is small issue with line plot color (last bar only) that paints with default gray color instead the...
Forum: NinjaTrader April 23rd, 2012, 05:14 AM
Replies: 8
Views: 3,612
Posted By Erez
Thanks, I'll test it. I guess that I can use...

Thanks, I'll test it.

I guess that I can use more than one instance of this in the same chart simultaneously, because the classes are not static.
Forum: NinjaTrader April 23rd, 2012, 04:48 AM
Replies: 8
Views: 3,612
Posted By Erez
Thanks TimeTrade, can you give more details? I'm...

Thanks TimeTrade, can you give more details? I'm not sure I completely understand your concept.

This is how the code shall looks from sender side?
How it should look from receiver side?
...
Forum: NinjaTrader April 23rd, 2012, 03:50 AM
Replies: 8
Views: 3,612
Posted By Erez
Sharing data between two indicators

I'm looking for method to share (communicate) data between two indicators.
Both indicators need to be attached to the same chart.
Call one indicator from within another one is not an option, as it...
Forum: NinjaTrader February 25th, 2012, 12:30 PM
Replies: 13
Views: 4,827
Posted By Erez
Thanks, I'll test it.

Thanks, I'll test it.
Forum: NinjaTrader February 24th, 2012, 05:46 PM
Replies: 13
Views: 4,827
Posted By Erez
Thanks @Zondor, assuming this method works, do...

Thanks @Zondor, assuming this method works, do you know if the indicator will run again through (what I actually need) all the history bars like in "reload ninja script? Or it goes directly to the...
Forum: NinjaTrader February 24th, 2012, 03:36 PM
Replies: 13
Views: 4,827
Posted By Erez
This is not the right thread for your post, I'll...

This is not the right thread for your post, I'll try to help.

Open any indicator and right click on your mouse and select compile, also look if you have F5 text in right side of compile text, if...
Forum: NinjaTrader February 24th, 2012, 12:20 PM
Replies: 13
Views: 4,827
Posted By Erez
Thanks @Big Mike I'll test it.

Thanks @Big Mike I'll test it.
Forum: NinjaTrader February 24th, 2012, 12:21 AM
Replies: 13
Views: 4,827
Posted By Erez
Thanks, this is good option, but I want to reload...

Thanks, this is good option, but I want to reload only specified indicator and not all the indicator in chart, any additional ideas?
Forum: NinjaTrader February 23rd, 2012, 04:19 PM
Replies: 13
Views: 4,827
Posted By Erez
How to auto restart running indicator?

I'm looking for a way in code, to cause an indicator to restart (similar to pressing F5) when specific condition occurs, any ideas?
Forum: NinjaTrader November 3rd, 2011, 09:59 AM
Replies: 424
Views: 189,781
Posted By Erez
@Fat Tails, Thanks for this detailed...

@Fat Tails,

Thanks for this detailed explanation, I'm aware of to repainting issue after bar is close in secondary series.
I'm trying to do some calculation on this MTF line, but this can be...
Forum: NinjaTrader November 3rd, 2011, 07:02 AM
Replies: 424
Views: 189,781
Posted By Erez
Hi Fat Tails, I'm trying to use your latest...

Hi Fat Tails,
I'm trying to use your latest version of visual SMA (VisualIndicatorsTest5) within another indicator.
Red line represents NewVisualSMA.
Blue line represents NewVisualSMA data series...
Showing results 1 to 25 of 26

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