NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 22 of 22
Search: Posts Made By: JoeyZaza
Forum: EasyLanguage Programming August 18th, 2023, 10:19 PM
Replies: 3
Views: 815
Posted By JoeyZaza
Hi All, I think someone replied asking if I...

Hi All,

I think someone replied asking if I was able to get this working. To me, no it is not working. Yet, what I have it not erroring out or throwing an error.

I think it is possible that...
Forum: EasyLanguage Programming June 18th, 2023, 06:31 PM
Replies: 3
Views: 815
Posted By JoeyZaza
Using GlobalVariables and the GV*.DLL making it all work

Hi Traders,

I have a simple use case which using a Global Variable is key. I am trying to simply store the entry price of an order at the time of order entry and pass it to a signal that will use...
Forum: NinjaTrader September 1st, 2021, 07:41 PM
Replies: 12
Views: 12,113
Posted By JoeyZaza
I wrote this (same concept) for MC...

I wrote this (same concept) for MC https://nexusfi.com/local_links.php?linkid=2053, and could be ported. In short it is just the time difference between ticks traded. The shorter the duration the...
Forum: MultiCharts September 1st, 2021, 07:24 PM
Replies: 2
Views: 3,643
Posted By JoeyZaza
Hi MasterYan, I personally use MC the...

Hi MasterYan,

I personally use MC the easylanguage version. I have not tried tradestation so I cannot comment on the feature comparison/gap between the two.

I started with MC the .NET version...
Forum: Traders Hideout August 12th, 2021, 02:17 AM
Replies: 8
Views: 1,669
Posted By JoeyZaza
Hi Bel, I read your thread and it prompted me to...

Hi Bel, I read your thread and it prompted me to put some thoughts down. I hope this may help in some small way to give you some perspective and a way forward.
...
Forum: Psychology and Money Management May 2nd, 2021, 12:35 AM
Replies: 201
Views: 33,137
Posted By JoeyZaza
Thank you for sharing your experience. It takes...

Thank you for sharing your experience. It takes courage!!! EVERYONE has blown it (at least once) and if they haven't or say they don't IMO they are lying.

Do tell your spouse.. being upfront with...
Forum: Traders Hideout March 10th, 2021, 10:27 AM
Replies: 52
Views: 9,097
Posted By JoeyZaza
Yes I agree that there is the "cost of tuition"...

Yes I agree that there is the "cost of tuition" with trading and that most of us (perhaps all) of us are extremely--to a fault--independently minded. Which means we have a burning desire to do this...
Forum: Feedback and Announcements February 12th, 2021, 10:00 AM
Replies: 39
Views: 13,563
Posted By JoeyZaza
Hi Traders... Let's try this again.. Here is my...

Hi Traders... Let's try this again.. Here is my trading journal

https://nexusfi.com/elite-trading-journals/56649-joeyzaza-trade-journal-february-2021-a.html#post833683

Cheers!
JoeyZaza
Forum: Traders Hideout February 5th, 2021, 01:42 PM
Replies: 309
Views: 49,242
Posted By JoeyZaza
Personally, and just .02. Look into changing...

Personally, and just .02. Look into changing brokers. Some are far better than others and some are downright almost fraudulent (aka trade against you). We all likely can share our horror stories...
Forum: NinjaTrader July 5th, 2020, 09:51 PM
Replies: 2
Views: 2,411
Posted By JoeyZaza
Hi, any reason why a tick chart will not work?...

Hi, any reason why a tick chart will not work? When I use tick charts it also shows me the current tick count (incrementing) and remaining. I’m using multicharts. Cheers, joeyzaza
Forum: MultiCharts January 9th, 2019, 11:50 AM
Replies: 6
Views: 1,639
Posted By JoeyZaza
done.. a bit of research and a few more...

done..
a bit of research and a few more iterations..
Followed the scaling formula as found here: https://stats.stackexchange.com/questions/281162/scale-a-number-between-a-range

summarized as:...
Forum: MultiCharts January 4th, 2019, 05:31 PM
Replies: 6
Views: 1,639
Posted By JoeyZaza
ok answered my question.. (Still have to figure...

ok answered my question.. (Still have to figure out why this is not oscillating like I expect...) but the formula is indeed handling both centering and scaling as part of the full normalization...
Forum: MultiCharts January 4th, 2019, 05:25 PM
Replies: 6
Views: 1,639
Posted By JoeyZaza
Question to the group. One thing that I have not...

Question to the group. One thing that I have not done and am considering. Is do I need to center the values within a high/low range of historical values first? Using ATR or other? I have not tried...
Forum: MultiCharts January 3rd, 2019, 10:35 PM
Replies: 6
Views: 1,639
Posted By JoeyZaza
Thank you OzQuant for the tip. I will give that a...

Thank you OzQuant for the tip. I will give that a go and see what it provides. I can see that it will consider all values within the lookback period and rank the value in relation to all the values.
Forum: MultiCharts January 3rd, 2019, 08:22 PM
Replies: 6
Views: 1,639
Posted By JoeyZaza
Assistance with normalizing oscillator values

Hi Traders,

I've got a bug that I cannot sort out.. I am building some indicators and one of my primary goal is to ensure stationarity of the indicator values. This is to ensure handling those...
Forum: ThinkOrSwim April 11th, 2018, 05:35 PM
Replies: 4
Views: 1,508
Posted By JoeyZaza
Hi Davy Dog, No, not timeframe. Referring...

Hi Davy Dog, No, not timeframe. Referring specifically to calculating a quartile. 1st quartile, as in the 25th percentile. Then further needed to calculate the InterQuartile range, which is the...
Forum: ThinkOrSwim February 9th, 2018, 05:30 PM
Replies: 4
Views: 1,508
Posted By JoeyZaza
Thank you SMCJB. Unfortunately, although there is...

Thank you SMCJB. Unfortunately, although there is a median function there is no other percentile functions in TOS.

does anyone have any other ideas on how to calculate the 1st quartile in...
Forum: ThinkOrSwim January 31st, 2018, 09:53 PM
Replies: 4
Views: 1,508
Posted By JoeyZaza
Calculating 1st Quartile

Hi All,

Looking to calculate the 1st Quartile. From what I have researched is that thinkscript does not support this? in that the necessary function needed is calculating the Median which from...
Forum: EasyLanguage Programming September 27th, 2017, 11:17 PM
Replies: 5
Views: 2,299
Posted By JoeyZaza
Finally...

Thank you Jura.

It took a while for it all to click.. here is the (relevant) working code...

Protected Overrides Sub Create()
' create variable objects, function objects, plot objects...
Forum: EasyLanguage Programming September 18th, 2016, 08:49 PM
Replies: 5
Views: 2,299
Posted By JoeyZaza
Hi Jura, Yes, I understand what you are...

Hi Jura,

Yes, I understand what you are saying. I am having a hard time discerning what applies to double series, etc. and the correct syntax. I have tried several permutations. As well as tried...
Forum: EasyLanguage Programming September 16th, 2016, 04:42 PM
Replies: 5
Views: 2,299
Posted By JoeyZaza
reviewing other sample codes from other...

reviewing other sample codes from other indicators.. Looks like if I just eliminate the Double Type definitions, that will keep the types and assignments consistent... A bit of rework is in order..
Forum: EasyLanguage Programming September 15th, 2016, 10:15 PM
Replies: 5
Views: 2,299
Posted By JoeyZaza
Implictl convert 'Double' Error - Calc Avg

Hi Traders,

I am using Multicharts .NET64. Unfortunately or fortunately, MC.NET supports C# and VB. The .NET version does not support easy language so I am forced to use the OO construct.

I...
Showing results 1 to 22 of 22

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