NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 2014
Search: Posts Made By: sam028
Forum: NinjaTrader February 10th, 2024, 09:46 AM
Replies: 3
Views: 202
Posted By sam028
Don't you have installed the same indicator...

Don't you have installed the same indicator twice, with two different file names?
Forum: Traders Hideout February 6th, 2024, 02:57 AM
Replies: 3
Views: 205
Posted By sam028
Compared to a fiber link Starlink has a much...

Compared to a fiber link Starlink has a much higher network latency, which can be a problem in sclaping. Still, if there's no automation involved it should be fine, your eyes and fingers will still...
Forum: Emini and Emicro Index January 22nd, 2024, 09:56 AM
Replies: 6
Views: 330
Posted By sam028
Too short period and not enough trades: as you...

Too short period and not enough trades: as you can see in the graph the strategy really starts to work mid-December, a month is not enough to show something.
If you can keep this kind of numbers for...
Forum: NinjaTrader January 14th, 2024, 01:32 PM
Replies: 3
Views: 240
Posted By sam028
To keep the historical data, orders history,...

To keep the historical data, orders history, connections, ..., it may be better to remove the files which do not start with an @ in "My Documents\NinjaTrader 8\Bin\Custom\Indicators" instead.
Forum: NinjaTrader December 24th, 2023, 08:39 AM
Replies: 12
Views: 3,842
Posted By sam028
I don't see an easy way to do this. If Ensign...

I don't see an easy way to do this.
If Ensign doesn't have some kind of high level API, and can only write a text file, the solution I see is having a NinjaScript indicator which:
- some kind of...
Forum: Traders Hideout November 2nd, 2023, 04:15 AM
Replies: 4
Views: 474
Posted By sam028
mwf2220 : send me a pm then. sienna : the...

mwf2220 : send me a pm then.

sienna : the potential small problem in this case is if the entries are not identical the break even price will be different on the destination account (if the entry...
Forum: Traders Hideout October 26th, 2023, 11:48 AM
Replies: 4
Views: 474
Posted By sam028
I've coded a trade copier, do you want to try it?...

I've coded a trade copier, do you want to try it?
So far no problem from the guys using it with Apex/Rithmic.
Forum: Platforms and Indicators October 6th, 2023, 11:51 AM
Replies: 7
Views: 484
Posted By sam028
Fat Tails, not Fat Lizard.

Fat Tails, not Fat Lizard.
Forum: Platforms and Indicators July 7th, 2023, 10:54 AM
Replies: 2
Views: 430
Posted By sam028
Correct, it basically adds a new column in your...

Correct, it basically adds a new column in your dataframe.
Forum: NinjaTrader May 25th, 2023, 05:54 PM
Replies: 3
Views: 319
Posted By sam028
OnBarUpdate() is called, well, when a bar is...

OnBarUpdate() is called, well, when a bar is updated, you can't call it by yourself.
You have to find another way to collect your stats.
Forum: NinjaTrader May 19th, 2023, 04:42 PM
Replies: 6
Views: 821
Posted By sam028
Check my previous reply (post #3). Still,...

Check my previous reply (post #3).

Still, for a Metatrader connect you should use the External connector, it's documented and super easy to deal with.
Forum: Traders Hideout May 10th, 2023, 03:10 PM
Replies: 1
Views: 265
Posted By sam028
Something like: lock (Account.All) ...

Something like:

lock (Account.All)
foreach (Account a in Account.All)
Print(a.GetAccountItem(AccountItem.CashValue));
Forum: NinjaTrader April 24th, 2023, 04:52 AM
Replies: 7
Views: 2,366
Posted By sam028
Yes, you basically have to add the network...

Yes, you basically have to add the network latency between the Master and the Slave. If there's both on the same local network the latency is minimal. It's even better when the machines are all on...
Forum: Trading Reviews and Vendors April 17th, 2023, 04:18 PM
Replies: 34
Views: 23,798
Posted By sam028
If you have a VPS acting as a VPN server, and...

If you have a VPS acting as a VPN server, and you're only allowing RDP connection from the VPN interface, then you're safe and you can know who's using your VPN.
It's not the simpler option, and you...
Forum: NinjaTrader April 16th, 2023, 02:22 PM
Replies: 13
Views: 8,385
Posted By sam028
Yes, this is tricky on a logical point of view: ...

Yes, this is tricky on a logical point of view:
- Ninja send an order -> MT4 replicate the order
- MT4 send an order -> Ninja replicate the order
and so on, so you have an order loop which only...
Forum: NinjaTrader April 14th, 2023, 08:18 AM
Replies: 13
Views: 8,385
Posted By sam028
I did a prototype in the past (without the...

I did a prototype in the past (without the "bidirectional trade management"), based on the copy orders tools I've coded for Ninja, I will check where I stopped. The MT5 part was in Python, fast...
Forum: NinjaTrader April 3rd, 2023, 12:25 PM
Replies: 6
Views: 821
Posted By sam028
Hard to say without the source code, but do you...

Hard to say without the source code, but do you have a public override string BrandName => "Consorsbank"; in your ConsorsbankAdapaterOptions.cs ?

Still, writing an adapter from scratch is tricky,...
Forum: NinjaTrader March 20th, 2023, 10:26 AM
Replies: 5
Views: 864
Posted By sam028
There's absolutely nothing to do regarding...

There's absolutely nothing to do regarding daylight saving times.
Unless you have a parameter in a strategy which is using your local time, and you're in a time zone with a different start date...
Forum: NinjaTrader March 4th, 2023, 04:03 AM
Replies: 2
Views: 725
Posted By sam028
The RAM used by a software is correlated to the...

The RAM used by a software is correlated to the language used to build it and the libraries used.
The performance is not correlated to the RAM usage.
Forum: NinjaTrader February 24th, 2023, 09:35 AM
Replies: 6
Views: 1,549
Posted By sam028
Help -> About.

Help -> About.
Forum: NinjaTrader February 23rd, 2023, 11:51 AM
Replies: 6
Views: 1,549
Posted By sam028
Probably something to do with Sqlite, this is the...

Probably something to do with Sqlite, this is the main change and a I suppose a write lock is used for it.
Latest .Net updates installed?
Forum: NinjaTrader February 23rd, 2023, 09:35 AM
Replies: 6
Views: 1,549
Posted By sam028
I've upgraded to 8.0.27.1 on four different...

I've upgraded to 8.0.27.1 on four different machines, and no problem at all...
Forum: NinjaTrader February 13th, 2023, 06:25 PM
Replies: 12
Views: 4,486
Posted By sam028
From Thailand to Rithmic gateways the latency...

From Thailand to Rithmic gateways the latency should be around 250 ms, that's the problem and nothing else IMHO.
Forum: Platforms and Indicators February 12th, 2023, 07:08 AM
Replies: 6
Views: 1,584
Posted By sam028
You can have multiple symbols loaded in the same...

You can have multiple symbols loaded in the same window with MC, just like your example.
AFAIK you can try MC for a month before buying it, the simple is maybe to do this and check by yourself.
MC...
Forum: NinjaTrader February 5th, 2023, 01:28 PM
Replies: 4
Views: 738
Posted By sam028
SetStopLoss(CalculationMode.Price, stopLoss); ...

SetStopLoss(CalculationMode.Price, stopLoss);

I don't know where this ProfitTargetMoveType.Trailing is coming from, SetProfitTarget() can't be use with this.
Showing results 1 to 25 of 2014

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