NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 299
Search: Posts Made By: syswizard
Forum: EasyLanguage Programming December 2nd, 2022, 03:04 PM
Replies: 25
Views: 6,116
Posted By syswizard
Please define, please explain. 10 different...

Please define, please explain.

10 different factors ? Way too much. Totally breaks the "simpler is better" rule.
I've torn my hair out trying to add filters....a true exercise in frustration.
Forum: EasyLanguage Programming December 1st, 2022, 05:14 PM
Replies: 25
Views: 6,116
Posted By syswizard
I track the % of commish+fees of the gross...

I track the % of commish+fees of the gross profit.
As soon as the % hits 50%, it's time to disable trading for that instrument.
You've got to do this intelligently...i.e.require a minimum # of...
Forum: EasyLanguage Programming November 28th, 2022, 10:37 AM
Replies: 25
Views: 6,116
Posted By syswizard
But trading both = higher fees + commish.

But trading both = higher fees + commish.
Forum: EasyLanguage Programming November 24th, 2022, 04:12 PM
Replies: 25
Views: 6,116
Posted By syswizard
Nice equity curves. However, you cannot trade the...

Nice equity curves. However, you cannot trade the same instrument (QQQ) with two separate trading systems in the same account.
Two alternatives:
1) move to Emini futures and trade one system with...
Forum: Psychology and Money Management November 13th, 2022, 10:33 AM
Replies: 24
Views: 5,160
Posted By syswizard
Not till your sw is refined.....for example the...

Not till your sw is refined.....for example the day-of-the-week chart shows 0-4 instead of Mon-Fri.
Once again, update the documentation with more detail.
Forum: NinjaTrader November 13th, 2022, 10:20 AM
Replies: 6
Views: 1,450
Posted By syswizard
Both of these products appear to be geared to the...

Both of these products appear to be geared to the forex market.
Forum: Psychology and Money Management November 13th, 2022, 10:05 AM
Replies: 24
Views: 5,160
Posted By syswizard
I think you are on the right track, but you've...

I think you are on the right track, but you've got a long, LONG way to go before this is a commercial product.
Keep working on the documentation.
Forum: Platforms and Indicators November 12th, 2022, 09:03 AM
Replies: 5
Views: 3,315
Posted By syswizard
Then you need to have this statement : Buy ( !(...

Then you need to have this statement : Buy ( !( "MACrossLE" ) ) next bar at market;
replaced with a Plot1 statement and then set the colors with SetPlotColor(1,Green) for bullish
and...
Forum: Platforms and Indicators November 11th, 2022, 10:32 AM
Replies: 5
Views: 3,315
Posted By syswizard
Where is the Sell logic or other exits ? Also,...

Where is the Sell logic or other exits ?
Also, you don't check for MarketPosition so the current logic could trigger multiple entries.
Forum: Psychology and Money Management November 11th, 2022, 10:26 AM
Replies: 24
Views: 5,160
Posted By syswizard
See attached for my comments. Very interesting...

See attached for my comments. Very interesting concept.....but needs to be explained in much more detail.
Forum: EasyLanguage Programming November 10th, 2022, 04:05 PM
Replies: 1
Views: 1,518
Posted By syswizard
Whew, that's a lot of code. I would say that Easy...

Whew, that's a lot of code. I would say that Easy Language would be about 1/4 of that code size.
Forum: Psychology and Money Management November 10th, 2022, 04:00 PM
Replies: 24
Views: 5,160
Posted By syswizard
The data looks funky as the timestamp shows no...

The data looks funky as the timestamp shows no minutes and no seconds.
Also Excel is treating one of the formats as text, not date.
https://nexusfi.com/attachment.php?attachmentid=328102
Forum: Psychology and Money Management November 10th, 2022, 08:42 AM
Replies: 24
Views: 5,160
Posted By syswizard
No we are not. I know Excel can handle both...

No we are not.
I know Excel can handle both date formats, but I want to know why there are two different formats.

I see that the data extract needs to show the timestamp and the cumulative...
Forum: Psychology and Money Management November 9th, 2022, 02:53 PM
Replies: 24
Views: 5,160
Posted By syswizard
You did not answer my 2 questions: 1) date...

You did not answer my 2 questions:
1) date format inconsistent ?
2) equity column has wildly different numbers.small then large ?
Forum: EasyLanguage Programming November 9th, 2022, 07:51 AM
Replies: 1
Views: 1,700
Posted By syswizard
That code cannot be converted until you have the...

That code cannot be converted until you have the source code for all of the functions that are called.
For instance: getDeviationPivots
Forum: Traders Hideout November 9th, 2022, 07:46 AM
Replies: 5
Views: 1,191
Posted By syswizard
Ever think about starting a www.gofundme.com...

Ever think about starting a www.gofundme.com account ?
In browsing the website, I could find no instances of funding an investment or trading account.
Alas, they have no search facility.
Forum: Psychology and Money Management November 9th, 2022, 07:34 AM
Replies: 24
Views: 5,160
Posted By syswizard
The first column has inconsistent date formats: ...

The first column has inconsistent date formats:
31/08/2022 09:56:00
2/9/2022 3:35

The equity column goes from small numbers to huge numbers. Why ?
56.5
269
Forum: NinjaTrader November 8th, 2022, 03:55 PM
Replies: 30
Views: 6,815
Posted By syswizard
Today I was unable to refresh my 7 charts with...

Today I was unable to refresh my 7 charts with intraday tick data....after 6 hours !
Now I am using Multicharts which I believe also uses the RApi thru their Rithmic plug-in.
From what I've been...
Forum: TradeStation November 8th, 2022, 11:02 AM
Replies: 2
Views: 804
Posted By syswizard
You must use Global Variables to communicate...

You must use Global Variables to communicate between your SIM and REAL accounts.
You can use the "PositionProfit()" variable to check if the recent trade was a profit or loss.
Use...
Forum: MultiCharts November 8th, 2022, 10:53 AM
Replies: 1
Views: 446
Posted By syswizard
Easy. Just submit an enhancement request. ...

Easy. Just submit an enhancement request.
https://www.multicharts.com/pm/public
I think it's a great enhancement so it might get considered in the next release.
Forum: Psychology and Money Management November 8th, 2022, 08:24 AM
Replies: 24
Views: 5,160
Posted By syswizard
Very impressive ! Do you have any written...

Very impressive ! Do you have any written documentation for your creation ?
Does it need to be adapted to accomodate another platform like Multicharts ?
Forum: Trading Reviews and Vendors November 7th, 2022, 12:42 PM
Replies: 70
Views: 82,446
Posted By syswizard
https://www.ranchodinero.com/a7/acme-trend-analysi...

https://www.ranchodinero.com/a7/acme-trend-analysis-pack/

He has done some interesting analysis....I especially like his swing statistics for some of the EMini contracts.
Forum: MultiCharts November 6th, 2022, 07:57 AM
Replies: 11
Views: 3,445
Posted By syswizard
This feature is known as self-adaptive...

This feature is known as self-adaptive optimization.
It sounds as though you need to file an enhancement request.

Here is a comment from MC Tech Support:

I am not a big fan of optimization let...
Forum: MultiCharts November 6th, 2022, 07:41 AM
Replies: 3
Views: 2,137
Posted By syswizard
Many of MC's tech support personnel have been...

Many of MC's tech support personnel have been authorized to offer "special pricing" if you place the order through one of them.
Forum: Trading Reviews and Vendors November 4th, 2022, 11:02 PM
Replies: 70
Views: 82,446
Posted By syswizard
Hey Philly boy....do you have a link to TS Super...

Hey Philly boy....do you have a link to TS Super Trend ?
Showing results 1 to 25 of 299

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