NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 33
Search: Posts Made By: nikke
Forum: MultiCharts January 27th, 2013, 05:16 AM
Replies: 23
Views: 9,797
Posted By nikke
Data is a bottleneck. Hard to get realtime data...

Data is a bottleneck.
Hard to get realtime data for unlimited number of symbols.
How have you solved it?
Forum: MultiCharts June 5th, 2012, 07:08 AM
Replies: 3
Views: 1,985
Posted By nikke
Stocks

Stocks
Forum: MultiCharts April 27th, 2012, 04:52 PM
Replies: 3
Views: 1,985
Posted By nikke
Is there a function for Volume for whole day?

Hi,

Not been able to find, but surprised if there is not:
A function to access the whole volume for the day, or N days ago.

Like LowD, HighD, etc.

Is there really not?
Forum: MultiCharts April 27th, 2012, 02:01 PM
Replies: 2
Views: 3,024
Posted By nikke
Seems to me most scanners are better run in the...

Seems to me most scanners are better run in the data providers cloud, since most data providers limit the number of symbols loaded and streamed in some way, and in order to run the scanner locally...
Forum: MultiCharts April 19th, 2012, 10:11 AM
Replies: 23
Views: 9,797
Posted By nikke
Similar stock scanning and trading issues here: ...

Similar stock scanning and trading issues here:

Is it possible to use MC market scanner to scan hundres of stocks based on custom coded criteria and then submit orders automatically to the...
Forum: MultiCharts April 9th, 2012, 01:06 PM
Replies: 9
Views: 2,558
Posted By nikke
Tnx, I had something like these messy hacks in...

Tnx, I had something like these messy hacks in mind:)

For the time being I settled for this solution:
1. I modified the strategies a bit to be more generic.
2. Those parameters that didnt allow...
Forum: MultiCharts April 7th, 2012, 05:44 AM
Replies: 9
Views: 2,558
Posted By nikke
I am not doing it for convenience, its not really...

I am not doing it for convenience, its not really for optimisation purposes. Can be more viewed as data-mining, based on these results I know at which symbols I should start looking at more in depth....
Forum: MultiCharts April 5th, 2012, 07:39 AM
Replies: 9
Views: 2,558
Posted By nikke
The problem arises when I have quite a generic...

The problem arises when I have quite a generic strategy that I would like to run on a lot of stocks and I would like to find on which stocks it works best with small variations in settings for every...
Forum: MultiCharts April 5th, 2012, 04:13 AM
Replies: 9
Views: 2,558
Posted By nikke
Yes, the problem with it is that it tries to find...

Yes, the problem with it is that it tries to find one setting for the whole list of symbols. It doesnt optimize them individually for each symbol.
Forum: MultiCharts April 5th, 2012, 03:05 AM
Replies: 9
Views: 2,558
Posted By nikke
Any way in MC to optimize on a list of instruments?

Hi,

Anyone found out a way in MC to optimize a signal in MC on a list of symbols so that it would optimize the signal with different inputs for each symbol?

In NT, despite NT's all...
Forum: Traders Hideout March 22nd, 2012, 04:58 AM
Replies: 91
Views: 47,677
Posted By nikke
From Reminiscences of a stock operator: The...

From Reminiscences of a stock operator:

The tyro knows nothing, and everybody, including himself,
knows it. But the next, or second, grade thinks he knows a great
deal and makes others feel...
Forum: EasyLanguage Programming March 20th, 2012, 05:05 AM
Replies: 18
Views: 11,509
Posted By nikke
Unfortunately this did not work for me in the...

Unfortunately this did not work for me in the signal, it just gives the angle =0 all the time for some reason.
No biggie though, can work around it.
Forum: EasyLanguage Programming March 19th, 2012, 06:12 AM
Replies: 18
Views: 11,509
Posted By nikke
Hmm.. Actually it was a bit too early. It...

Hmm..
Actually it was a bit too early.
It compiles ok, but the logic doesnt work. It probably now just uses the 2 there for all numbers instead of using a series of numbers for the regressionline.
Forum: EasyLanguage Programming March 19th, 2012, 06:03 AM
Replies: 18
Views: 11,509
Posted By nikke
Hi, Thank you for your help, I had given up...

Hi,

Thank you for your help, I had given up but it got me really investigating it. It works both with a number and a variable now. Additionally I had to restart the PL editor, for some reason it...
Forum: EasyLanguage Programming March 19th, 2012, 05:45 AM
Replies: 18
Views: 11,509
Posted By nikke
Hi, Didnt work with a number either. I think...

Hi,

Didnt work with a number either. I think if there would be a number it would somehow have to indicate that its a number-series that it would have to calculate the regressionline on.

The...
Forum: EasyLanguage Programming March 19th, 2012, 05:10 AM
Replies: 18
Views: 11,509
Posted By nikke
Yea, it doesnt compile with the LowD there.

Yea, it doesnt compile with the LowD there.
Forum: EasyLanguage Programming March 18th, 2012, 09:13 AM
Replies: 18
Views: 11,509
Posted By nikke
Maybe that works in an indicator, but at least in...

Maybe that works in an indicator, but at least in a signal I cannot use this:
LinearRegAngle(LowD, 9)

So have to add the 1440min dataseries.
Forum: MultiCharts January 29th, 2012, 03:57 PM
Replies: 36
Views: 15,386
Posted By nikke
In NT you cannot backtest on BID and ASK so that...

In NT you cannot backtest on BID and ASK so that pretty much rules it out for realistic backtesting IMO.
Forum: EasyLanguage Programming January 29th, 2012, 05:31 AM
Replies: 3
Views: 2,491
Posted By nikke
yes. "The portfolio testing seems to optimize...

yes.
"The portfolio testing seems to optimize the strategy settings for the whole list, not individually for the instruments and besides the results from portfolio tests seem to be quite different...
Forum: EasyLanguage Programming January 28th, 2012, 04:22 PM
Replies: 3
Views: 2,491
Posted By nikke
Test same strategy on many symbols in MC

Hi!

Hi has anyone of you come up with how you can in MC backtest the same strategy on a whole list of symbols?

In NT when I wanted to test a strategy on a list of symbols I could run it on a...
Forum: Psychology and Money Management November 15th, 2011, 05:32 AM
Replies: 2
Views: 1,713
Posted By nikke
Increased or decreased risk with adding strategies and boredom etc.

Hi!

This post is intended for those that have one or more strategies making enough trades and providing some profit.

After I got my first strategy live and churning away making profits most...
Forum: EasyLanguage Programming October 23rd, 2011, 01:19 PM
Replies: 3
Views: 2,080
Posted By nikke
Strategy performance between sessions

Hi,

Anyone found a way to retain strategy performance between sessions and restarts of strategy or MC?
NT kept the strategy performance between restarts but MC doesnt seem to do it which makes it...
Forum: EasyLanguage Programming October 21st, 2011, 06:53 AM
Replies: 6
Views: 2,562
Posted By nikke
Hi! Just writing it up here so maybe others...

Hi!

Just writing it up here so maybe others can use similar solution.

After some research I am settling for a solution like this:

1. Strategies write to a textfile when they are running....
Forum: MultiCharts October 20th, 2011, 02:55 PM
Replies: 5
Views: 3,795
Posted By nikke
Hi, Thank you Mike and MC it seems it saves...

Hi,

Thank you Mike and MC it seems it saves the data once its loaded in the chart, there must have been something else going wrong for me then. Well will figure it out.

I use the historical...
Forum: MultiCharts October 18th, 2011, 12:50 PM
Replies: 5
Views: 3,795
Posted By nikke
Thank you. This saves the current incoming...

Thank you. This saves the current incoming realtime data.

My problem is to save the 365 days old data to be able to backtest also on that in the future. It seems in MC it doesnt get saved like in...
Showing results 1 to 25 of 33

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