NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 131
Search: Posts Made By: kaywai
Forum: NinjaTrader January 8th, 2016, 04:38 AM
Replies: 0
Views: 976
Posted By kaywai
What's the best way to store these values?

Hi,

I'm trying to store values when the condition below is valid:-

[CODE]
if(CurrentBar < 5) return;

if (Math.Max(Close[2],High[1])>Math.Max(Close[1],High[0]) &&...
Forum: MultiCharts August 20th, 2012, 02:54 AM
Replies: 141
Views: 66,699
Posted By kaywai
An update on info i got from mc.net's support....

An update on info i got from mc.net's support. They suggest that for an automated strategy, it is advisable to combine strategy and indicator in one script, unlike NT7 where script for strategy and...
Forum: MultiCharts August 15th, 2012, 08:34 AM
Replies: 141
Views: 66,699
Posted By kaywai
Hi Jura, The purpose of the question which I...

Hi Jura,

The purpose of the question which I posed to MultiChart's support was to check for similarities with NT7. As you know, with NT7, you can expose an indicator's signal to another indicator...
Forum: MultiCharts August 14th, 2012, 12:48 AM
Replies: 141
Views: 66,699
Posted By kaywai
I asked MC.Net's support whether it is possible...

I asked MC.Net's support whether it is possible fto expose an indicator to another indicator?

This is the reply I got: You cannot apply indicator to a indicator or signal. The workaround is to...
Forum: Feedback and Announcements September 5th, 2011, 09:55 PM
Replies: 524
Views: 111,132
Posted By kaywai
Hi Mike, Just my 2 cents...The indicators...

Hi Mike,

Just my 2 cents...The indicators I've downloaded are mainly to go through the code to help me in scripting my own indicators. As you know and may possibly remember, some of my threads...
Forum: Currencies July 18th, 2011, 09:11 PM
Replies: 4
Views: 5,267
Posted By kaywai
Spot FX - when to lock in profits

if you're daytrading spot forex, should you have a preset profit target or should you use trailstops
Forum: NinjaTrader June 14th, 2011, 07:22 AM
Replies: 3
Views: 3,730
Posted By kaywai
Hi Jura, Thank you for that piece of...

Hi Jura,

Thank you for that piece of information! You are a STAR!


Regards

Kay Wai
Forum: NinjaTrader June 14th, 2011, 02:01 AM
Replies: 3
Views: 3,730
Posted By kaywai
Does anyone have $EURUSD market replay data

I could download? A week or two worth of data is sufficient.

I don't have a feed for $EURUSD. Sorry.

Regards

Kay Wai
Forum: NinjaTrader May 13th, 2011, 09:33 AM
Replies: 13
Views: 6,772
Posted By kaywai
Thanks Rjay! Will see whether I can code...

Thanks Rjay!

Will see whether I can code what you suggested!

Kay Wai
Forum: NinjaTrader May 13th, 2011, 08:01 AM
Replies: 13
Views: 6,772
Posted By kaywai
Hi, I actually have some Print() statements...

Hi,

I actually have some Print() statements which I omitted from the code. Which leads me back to my initial question, How do I print values from an ArrayList?

The code is fine upto "...
Forum: NinjaTrader May 13th, 2011, 01:47 AM
Replies: 13
Views: 6,772
Posted By kaywai
I change it like below, and I still don't know...

I change it like below, and I still don't know whether I'm getting anything into the ArrayList. Would you mind please helping?


if (TDBuyExtendedSetupFX().buysetupmoveiscompleted)
{
...
Forum: NinjaTrader May 12th, 2011, 08:45 PM
Replies: 13
Views: 6,772
Posted By kaywai
HAHAHAHA! Thx much!

HAHAHAHA! Thx much!
Forum: NinjaTrader May 12th, 2011, 08:16 AM
Replies: 13
Views: 6,772
Posted By kaywai
May I know why that is the case? I only want to...

May I know why that is the case? I only want to store the 2 most recent observations and discard the older observations.

Perhaps you could suggest a better way of doing this.

These...
Forum: NinjaTrader May 12th, 2011, 01:35 AM
Replies: 13
Views: 6,772
Posted By kaywai
I'm probably doing something wrong here. I can't...

I'm probably doing something wrong here. I can't seem to Add and Remove values from the ArrayList. The prints are not going to the output window. Could someone please help? I've attached the code....
Forum: NinjaTrader May 11th, 2011, 03:28 AM
Replies: 13
Views: 6,772
Posted By kaywai
Will try it. Thx!

Will try it. Thx!
Forum: NinjaTrader May 11th, 2011, 01:55 AM
Replies: 13
Views: 6,772
Posted By kaywai
I'm trying to print the values from an ArrayList

This is part of the debugging process. Could someone please tell me how I can do that?

Regards

Kay Wai
Forum: NinjaTrader May 8th, 2011, 05:27 AM
Replies: 3
Views: 2,964
Posted By kaywai
Lowest Bar with the largest range

Hi,

I'm trying to code a way of determining the lowest bar over a series of bars and if there are more than one bar with the same low, to choose the bar with the largest range.

I thought of...
Forum: NinjaTrader April 14th, 2011, 11:58 AM
Replies: 4
Views: 2,720
Posted By kaywai
Posting the code may result in legal notices...

Posting the code may result in legal notices issued...trying to avoid that.
Forum: NinjaTrader April 12th, 2011, 10:38 AM
Replies: 4
Views: 2,720
Posted By kaywai
Exposing variables

Hi

Could someone help me expose variables from a private abstract class?

I have this variable in a private abstract class called

"public bool t******iscompleted = false;"
Forum: Platforms and Indicators February 14th, 2011, 08:41 AM
Replies: 10
Views: 5,268
Posted By kaywai
charting software of choice

charting software for customising indicators and strategies - NT7, MT4 or MultiChart?
Forum: NinjaTrader February 8th, 2011, 11:02 PM
Replies: 2
Views: 1,542
Posted By kaywai
need some help to point me in the right direction

Hi, I've managed to get the first 2 counts out (see attached chart). I'm now trying to get the third count but have been unsuccessful. I can't get it to show on the chart! Could any of you please...
Forum: NinjaTrader February 3rd, 2011, 08:59 PM
Replies: 21
Views: 7,913
Posted By kaywai
Hi optntdr13, Thx for that! I've coded it...

Hi optntdr13,

Thx for that! I've coded it pretty much the same way! :):):) BUT I've set the point levels at 1, 2, 3, 5, 8, 13 and 21. If you're using NT7, my code is attached to this trade - TD...
Forum: NinjaTrader February 2nd, 2011, 10:10 AM
Replies: 21
Views: 7,913
Posted By kaywai
Thx optntdr13! Any idea how i can open a...

Thx optntdr13! Any idea how i can open a thinkscript file?
Forum: NinjaTrader February 1st, 2011, 06:01 AM
Replies: 11
Views: 10,675
Posted By kaywai
Esam_jir, are you trying to code td...

Esam_jir,

are you trying to code td megaphone? from your description it sounds like it. you could use some of the codes i have here. i wouldn't know how to use the code you have.

...
Forum: NinjaTrader January 30th, 2011, 08:41 PM
Replies: 11
Views: 10,675
Posted By kaywai
Hi esam_jir, If you were to use your code...

Hi esam_jir,

If you were to use your code to (1) connect (read drawline/drawray) the Highs if the more recent Highs are lower than the previous Highs and (2) connect the Lows if the more recent...
Showing results 1 to 25 of 131

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