NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 14 of 14
Search: Posts Made By: lurker
Forum: Platforms and Indicators November 10th, 2011, 12:22 PM
Replies: 142
Views: 78,546
Posted By lurker
Traderlink, just using this thread to thank you....

Traderlink, just using this thread to thank you. I landed on your website searching for a solution to connect Amibroker with Sterling API. I'm yet to implement that, but from the looks of it you are...
Forum: NinjaTrader November 1st, 2011, 01:25 PM
Replies: 17
Views: 5,302
Posted By lurker
Ohh no, your script was the life saver. It helped...

Ohh no, your script was the life saver. It helped me understand what I was missing :)
Forum: NinjaTrader November 1st, 2011, 01:03 PM
Replies: 17
Views: 5,302
Posted By lurker
I took what was missing from my earlier code and...

I took what was missing from my earlier code and was able to get started within couple of minutes :)
I've done a lot of modifications and everything is working fine now :)
Forum: NinjaTrader October 30th, 2011, 09:02 PM
Replies: 17
Views: 5,302
Posted By lurker
Forrestang, your gesture is very much appreciated...

Forrestang, your gesture is very much appreciated mate. It's just that I wasted too many hours and started to feel annoyed.
Forum: NinjaTrader October 30th, 2011, 07:30 PM
Replies: 17
Views: 5,302
Posted By lurker
Aargh... still waiting for reply. Trying to shift...

Aargh... still waiting for reply. Trying to shift to NT I notice several blunders, hope that my perspective will change once teething problems are over :mad:
Forum: NinjaTrader October 30th, 2011, 01:06 PM
Replies: 17
Views: 5,302
Posted By lurker
Guess I should have done this earlier... anyways...

Guess I should have done this earlier... anyways help me out people :(

The logic is extremely simple... enter with a initial stop loss of previous bar's low; exit when either the stoploss is hit...
Forum: NinjaTrader October 30th, 2011, 12:14 PM
Replies: 17
Views: 5,302
Posted By lurker
I'll probably need more help with the code...

I'll probably need more help with the code :pcguru:
Forum: NinjaTrader October 30th, 2011, 12:12 PM
Replies: 2
Views: 4,333
Posted By lurker
Thanks for sharing the code... I've never seen...

Thanks for sharing the code... I've never seen divergence work with any oscillator at all.
Forum: NinjaTrader October 30th, 2011, 12:09 PM
Replies: 5
Views: 3,462
Posted By lurker
Can you share the code... I would like to play...

Can you share the code... I would like to play with the strategy a bit.
Forum: NinjaTrader October 30th, 2011, 10:04 AM
Replies: 17
Views: 5,302
Posted By lurker
Thanks, here is the code: if...

Thanks, here is the code:


if (CrossAbove(SMA(MAfast), SMA(MAslow), 1)
&& RSI(15, 1)[0] > 40)
{
EnterLong(DefaultQuantity, "Bought");
}...
Forum: Platforms and Indicators October 30th, 2011, 09:53 AM
Replies: 74
Views: 52,935
Posted By lurker
You can code a MA crossover system for...

You can code a MA crossover system for backtesting with just 2 lines of code:

buy= cross ( ma(c, 10), ma(c, 20));
sell= cross ( ma(c, 20), ma(c, 10));

So simple for a person with minimal...
Forum: NinjaTrader October 29th, 2011, 06:42 AM
Replies: 17
Views: 5,302
Posted By lurker
I hope the OP found the solution via strategy...

I hope the OP found the solution via strategy wizard.

I'm facing a simple but tough question so would like to use this thread before losing my sanity.

When I use both the SetStopLoss and...
Forum: Platforms and Indicators October 29th, 2011, 06:26 AM
Replies: 74
Views: 52,935
Posted By lurker
For most traders... who like to test new ideas...

For most traders... who like to test new ideas almost every day... nothing can beat Amibroker.

It is the MOST easiest, simplest and fastest exploration tools as long as your ideas are not...
Forum: Platforms and Indicators August 1st, 2010, 12:02 PM
Replies: 142
Views: 78,546
Posted By lurker
see here for a relevant list of opensource...

see here for a relevant list of opensource platforms: Directory of Trade Data Analysis Software (http://blog.thetradersforum.net/directory-of-trade-data-analysis-software)
Showing results 1 to 14 of 14

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