NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 31
Search: Posts Made By: TraderDoc2
Forum: EasyLanguage Programming February 17th, 2024, 04:59 PM
Replies: 3
Views: 221
Posted By TraderDoc2
Actually, I tried that and MarketPosition does...

Actually, I tried that and MarketPosition does not return a zero after the first exit.

However, the first answer posted in this thread is correct. See:...
Forum: MultiCharts January 6th, 2024, 04:23 PM
Replies: 5
Views: 291
Posted By TraderDoc2
In MultiCharts you can easily do this. I do it...

In MultiCharts you can easily do this. I do it with live CQG data and historical TradeStation data.

First, Use the File > Preferences... menu sequence in MultiCharts ; Click on the Misc tab....
Forum: EasyLanguage Programming December 6th, 2023, 06:00 PM
Replies: 4
Views: 497
Posted By TraderDoc2
Say that you are using 5 minute price bars. ...

Say that you are using 5 minute price bars.

Then you could use this code:



Inputs:
StopPercent(0.5), // Stop loss percentage
NumShares(1), // Number of Shares or Contracts...
Forum: TradeStation October 21st, 2023, 10:10 PM
Replies: 2
Views: 337
Posted By TraderDoc2
I believe that it is possible, though I've never...

I believe that it is possible, though I've never done it in TS 10. However, in TS 10, if you go to the "Symbol Lookup" dialogue window there is an option to select "3rd Party" [left column] as your...
Forum: EasyLanguage Programming October 16th, 2023, 09:14 PM
Replies: 5
Views: 330
Posted By TraderDoc2
This might work or at least get you on the right...

This might work or at least get you on the right track:


{Test Strategy}

Input:
QuietBars(5),
MinBars(3),
MMStop(750);
Forum: EasyLanguage Programming October 14th, 2023, 07:22 PM
Replies: 5
Views: 330
Posted By TraderDoc2
It would help if you would provide a little more...

It would help if you would provide a little more information about exactly what you want to do. Are you day-trading and want to experience no more than one losing trade per day?
Or do you have...
Forum: EasyLanguage Programming October 1st, 2023, 06:52 PM
Replies: 4
Views: 410
Posted By TraderDoc2
Here is a simple function and strategy that you...

Here is a simple function and strategy that you can test. The function must have a Boolean (True/False) Return Type. You will optimize the strategy with filter values varying from 0 to 3.
I think...
Forum: EasyLanguage Programming July 20th, 2023, 03:21 PM
Replies: 2
Views: 372
Posted By TraderDoc2
This is a code fragment that I have tried for a...

This is a code fragment that I have tried for a similar purpose.

Begin with Declarations:



Arrays:
TdResult[1000](0);

Vars:
Forum: EasyLanguage Programming July 15th, 2023, 10:32 AM
Replies: 7
Views: 914
Posted By TraderDoc2
I think this should work for you: var:...

I think this should work for you:



var: maxHighday(high),maxhigh(high);

Vars:
MyAlert(true);
Forum: EasyLanguage Programming June 18th, 2023, 11:55 AM
Replies: 4
Views: 1,059
Posted By TraderDoc2
Yes. Click on the last bar of a session. The...

Yes. Click on the last bar of a session. The displayed time stamp for that bar is normally the SessionEndTime. However, note that the time stamp of the first bar of a session is not the...
Forum: EasyLanguage Programming June 17th, 2023, 03:11 PM
Replies: 4
Views: 1,059
Posted By TraderDoc2
For Minute Bars and standard sessions this...

For Minute Bars and standard sessions this function should work (Be sure to choose a Boolean (True/False) as the Return Type for the Function)



{SessionLastBar Function}

{Note - you must...
Forum: EasyLanguage Programming June 10th, 2023, 06:20 PM
Replies: 3
Views: 367
Posted By TraderDoc2
You can tie your variables to either Data1 or...

You can tie your variables to either Data1 or Data2 in the Declarative Statements. In the code below, I have tied both MyMACD2 and MACDAvg2 to Data2. Also, I have specified in the code that the...
Forum: TradeStation May 7th, 2023, 01:15 AM
Replies: 1
Views: 369
Posted By TraderDoc2
I'm not sure if this is what you mean but say you...

I'm not sure if this is what you mean but say you are looking at stock AMD with a daily chart and the last date is 3/27/2023. The stock was rising then falling around the $100 per share level near...
Forum: Trading Reviews and Vendors January 2nd, 2022, 06:48 AM
Replies: 11
Views: 5,591
Posted By TraderDoc2
How is the service; responsiveness if any...

How is the service; responsiveness if any questions or problems arise, etc.? Any issues ? Can you be alerted if there is a disconnect or problem with software running on the server?
Forum: EasyLanguage Programming December 19th, 2021, 06:39 PM
Replies: 4
Views: 4,224
Posted By TraderDoc2
Nice code. For some reason it originally...

Nice code.

For some reason it originally looked like the last if statement had "//" in front of it.

I prefer to slightly alter the last 2 lines of code as follows:



if plotvalue <>...
Forum: EasyLanguage Programming August 22nd, 2021, 03:49 PM
Replies: 3
Views: 3,090
Posted By TraderDoc2
If you plot a chart of @ES.D and then plot...

If you plot a chart of @ES.D and then plot HighD(1) you will see that you are plotting the high of yesterday's trading session (the day session i.e. 9:30 AM to 4:15 PM Eastern Time). Likewise, you...
Forum: TradeStation May 9th, 2021, 05:31 PM
Replies: 1
Views: 2,049
Posted By TraderDoc2
I actually don't use Radar Screen and don't have...

I actually don't use Radar Screen and don't have any experience with it for looking at indicators. However, I looked at some tutorials and made an attempt at doing something like this. I'm not...
Forum: EasyLanguage Programming March 8th, 2021, 01:22 AM
Replies: 8
Views: 4,125
Posted By TraderDoc2
I'm not certain, but you might be able to do this...

I'm not certain, but you might be able to do this using TradeStation's Portfolio Maestro App.
Forum: TradeStation February 21st, 2021, 06:56 PM
Replies: 1
Views: 2,078
Posted By TraderDoc2
I suspect that you are not doing anything wrong...

I suspect that you are not doing anything wrong and that this is just a bug with TS data. I've noticed that not all the rollover triggers will work; some will work at times but will fail at other...
Forum: TradeStation January 10th, 2021, 03:01 PM
Replies: 1
Views: 1,981
Posted By TraderDoc2
Chart Data1 as daily bars while Data2 are Weekly...

Chart Data1 as daily bars while Data2 are Weekly Bars. Data2 can be "hidden" (that is a subgraph selection on the "scaling" left side menu) if you wish.
Then create an indicator with this code:
...
Forum: TradeStation October 18th, 2020, 02:55 PM
Replies: 3
Views: 3,383
Posted By TraderDoc2
The Keltner channel built in indicator has an...

The Keltner channel built in indicator has an alert section

if AlertEnabled and Displace <= 0 then
begin
if Price crosses over UpperBand then
Alert( !( "Price crossing over upper band" )...
Forum: EasyLanguage Programming May 24th, 2020, 03:15 PM
Replies: 2
Views: 3,515
Posted By TraderDoc2
To begin, I need to know how you define a new...

To begin, I need to know how you define a new green bar - is it a bar with a close greater than the open? is it a bar whose close is greater than the close of one bar ago?
Is it something else?
...
Forum: EasyLanguage Programming May 1st, 2020, 04:21 PM
Replies: 10
Views: 5,338
Posted By TraderDoc2
The last two lines of the code should read as...

The last two lines of the code should read as follows:

If MarketPosition = 1 then Sellshort next bar at entryprice-(StopRev) Stop;

If MarketPosition = -1 then Buy next bar at...
Forum: MultiCharts April 22nd, 2020, 06:47 PM
Replies: 1
Views: 852
Posted By TraderDoc2
I believe you can use ADE (all data everywhere)...

I believe you can use ADE (all data everywhere) to do this.
Forum: Psychology and Money Management August 7th, 2019, 01:48 PM
Replies: 21
Views: 9,151
Posted By TraderDoc2
I think Van Tharp's reason for capping the...

I think Van Tharp's reason for capping the multiplier - SQRT(number of trades) at 10, [i.e. 10 = SQRT(100)] is that he uses his SQN to determine things like Maximum Portfolio Heat (MPH). Table 9-3...
Showing results 1 to 25 of 31

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