NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 2231
Search: Posts Made By: ABCTG
Forum: Trading Reviews and Vendors March 15th, 2024, 12:00 PM
Replies: 66
Views: 16,112
Posted By ABCTG
Someone claiming to be profitable every day would...

Someone claiming to be profitable every day would actually raise a huge red flag with me. Even every week, or month on a long enough data period (and depending on the trading style) would be...
Forum: EasyLanguage Programming March 6th, 2024, 01:28 AM
Replies: 4
Views: 113
Posted By ABCTG
Shawn, the StopWatch class might be helpful...

Shawn,

the StopWatch class might be helpful for you. Additionally, you should be able to find various user created performance timers in the official forum.

Regards,

ABCTG
Forum: EasyLanguage Programming March 1st, 2024, 06:06 AM
Replies: 6
Views: 129
Posted By ABCTG
FutureTrader112, your code works fine on my...

FutureTrader112,

your code works fine on my end, without any entries outside the time window.

Regards,

ABCTG
Forum: EasyLanguage Programming March 1st, 2024, 05:26 AM
Replies: 6
Views: 129
Posted By ABCTG
FutureTrader112, what exactly do you mean...

FutureTrader112,

what exactly do you mean when you say "it appears to be ignored by the strategy"? Please describe what happens (screenshots might be helpful here) and what you want the strategy...
Forum: EasyLanguage Programming March 1st, 2024, 04:03 AM
Replies: 6
Views: 129
Posted By ABCTG
FutureTrader112, the code snippet itself...

FutureTrader112,

the code snippet itself looks fine, and more information would be required for checking what might cause what you are seeing. How do implement the snippet into your actual code...
Forum: Platforms and Indicators February 14th, 2024, 04:38 AM
Replies: 2
Views: 119
Posted By ABCTG
szayed, are you using intrabar order...

szayed,

are you using intrabar order generation for your strategy? Including screenshots of the "General" and "Backtesting" tab of the "Strategy Properties" with your reply might help in getting...
Forum: EasyLanguage Programming February 12th, 2024, 04:00 AM
Replies: 3
Views: 175
Posted By ABCTG
nfgrufio, "Sell" is the reserved word for...

nfgrufio,

"Sell" is the reserved word for closing a long entry, or partially closing it as in your case. Exit orders do not pyramid in Tradestation i.e. they will only be applied once to a...
Forum: EasyLanguage Programming January 30th, 2024, 04:16 AM
Replies: 3
Views: 181
Posted By ABCTG
nfgrufio, depending on the platform you are...

nfgrufio,

depending on the platform you are working in you might be able to use .ToString() with your boolean variable.
Alternatively you can use the IFFString function.

Regards,

ABCTG
Forum: MultiCharts January 15th, 2024, 03:53 AM
Replies: 2
Views: 149
Posted By ABCTG
Sinatra Fan, the easiest way to find out for...

Sinatra Fan,

the easiest way to find out for sure is likely to add a few print statements to the code and find out exactly what is going on with the variables within the code.

Regards,

ABCTG
Forum: MultiCharts November 21st, 2023, 11:19 AM
Replies: 10
Views: 570
Posted By ABCTG
I would suggest testing this. Any drawing...

I would suggest testing this. Any drawing attribute should remain as set until changed.
Forum: MultiCharts November 21st, 2023, 11:11 AM
Replies: 10
Views: 570
Posted By ABCTG
Sinatra Fan, you need to keep in mind how...

Sinatra Fan,

you need to keep in mind how your code is evaluated. It is called on every bar/tick and since you are drawing the trendline unconditionally, every call will result in a new trendline...
Forum: MultiCharts November 21st, 2023, 10:51 AM
Replies: 10
Views: 570
Posted By ABCTG
Sinatra Fan, I am not sure I understand what...

Sinatra Fan,

I am not sure I understand what you mean by that. Are you saying you are just seeing one line or did you actually check the number of drawings for the chart (for example by looking at...
Forum: MultiCharts November 21st, 2023, 08:26 AM
Replies: 10
Views: 570
Posted By ABCTG
Sinatra Fan, no, but your code "asks" for...

Sinatra Fan,

no, but your code "asks" for this. Think about what it does exactly and how many trendlines it potentially creates.

Regards,

ABCTG
Forum: EasyLanguage Programming November 8th, 2023, 08:03 AM
Replies: 6
Views: 468
Posted By ABCTG
jojo, this usually is a good start:...

jojo,

this usually is a good start: https://uploads.tradestation.com/uploads/EasyLanguage-Essentials.pdf



Regards,

ABCTG
Forum: TradeStation October 24th, 2023, 03:09 AM
Replies: 2
Views: 301
Posted By ABCTG
Abaci, yes, this is possible. You can import...

Abaci,

yes, this is possible. You can import the following resolutions and other resolutions can be created from these base resolutions (if applicable) within the platform:


Regards,

ABCTG
Forum: EasyLanguage Programming October 2nd, 2023, 04:42 AM
Replies: 4
Views: 434
Posted By ABCTG
nfgrufio, I do not think the TS compiler...

nfgrufio,

I do not think the TS compiler will let you declare a method within another method. However, since you can call methods from within a method where do you see the benefit in declaring the...
Forum: MultiCharts September 18th, 2023, 03:47 AM
Replies: 4
Views: 409
Posted By ABCTG
klj5462, I would suggest that you ask the...

klj5462,

I would suggest that you ask the Multicharts support directly, if it is still possible to work with the same license on two machines (with only one being online). According to my...
Forum: EasyLanguage Programming September 15th, 2023, 03:41 AM
Replies: 1
Views: 286
Posted By ABCTG
CreativelyChris, based on the values you...

CreativelyChris,

based on the values you seem interested in, a PriceSeriesProvider might be more suited for the job. This way you can obtain the daily close from X bars ago.

Regards,

ABCTG
Forum: TradeStation September 7th, 2023, 11:38 AM
Replies: 1
Views: 221
Posted By ABCTG
nfgrufio, Tradestation's bar times show the...

nfgrufio,

Tradestation's bar times show the ending timestamp of a bar. A 5 minute bar with a timestamp of 9:15 would basically contain ticks from 9:10:01 to 9:15:00.

Regards,

ABCTG
Forum: EasyLanguage Programming August 15th, 2023, 10:53 AM
Replies: 1
Views: 273
Posted By ABCTG
FutureTrader112, when you have the...

FutureTrader112,

when you have the additional datastreams on the chart, you can obtain there values from the script. Close of Data2 would for example return the Close of the second data stream (if...
Forum: EasyLanguage Programming July 24th, 2023, 05:12 AM
Replies: 1
Views: 213
Posted By ABCTG
wilkinsw, your code works fine here in...

wilkinsw,

your code works fine here in realtime. When I understand your statement "it does not export the text file to the folder unless I toggle it off or remove it from the chart" correctly, the...
Forum: EasyLanguage Programming July 21st, 2023, 05:04 AM
Replies: 4
Views: 380
Posted By ABCTG
jb2080, when you want to truncate a value...

jb2080,

when you want to truncate a value basic math seems your best approach. Dividing the integer portion (using the reserved work IntPortion) of your value after you multiplied it with 100 by...
Forum: EasyLanguage Programming July 14th, 2023, 06:06 AM
Replies: 1
Views: 336
Posted By ABCTG
Carlera, there is no direct way to change...

Carlera,

there is no direct way to change the background color of the chart in Tradestation. There are a few possible workarounds like using certain plot styles or rectangles. The following thread...
Forum: TradeStation June 29th, 2023, 09:20 AM
Replies: 4
Views: 426
Posted By ABCTG
nfgrufio, this should not be a problem. I...

nfgrufio,

this should not be a problem. I have tested this successfully in the past using limit orders.

Regards,

ABCTG
Forum: TradeStation June 29th, 2023, 03:13 AM
Replies: 4
Views: 426
Posted By ABCTG
nfgrufio, are you referring to manual or...

nfgrufio,

are you referring to manual or strategy trading and which instrument category (stocks for example)?

Regards,

ABCTG
Showing results 1 to 25 of 2231

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