NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 68
Search: Posts Made By: netarchitech
Forum: ThinkOrSwim October 12th, 2023, 01:02 AM
Replies: 16
Views: 20,795
Posted By netarchitech
For those looking for Supply/Demand Zone scripts,...

For those looking for Supply/Demand Zone scripts, you might want to take a look here:

https://usethinkscript.com/p/best-support-resistance-indicators-for-thinkorswim/

Hope this helps...

Good...
Forum: ThinkOrSwim May 28th, 2020, 09:35 PM
Replies: 7
Views: 11,148
Posted By netarchitech
Oxmyx Unfortunately, the answer is...

Oxmyx Unfortunately, the answer is no...Addcloud() is definitely limited in that regard...More info below:

https://tlc.thinkorswim.com/center/reference/thinkScript/Functions/Look---Feel/AddCloud
...
Forum: ThinkOrSwim March 28th, 2020, 04:55 PM
Replies: 5
Views: 1,139
Posted By netarchitech
Hello again, After trying a couple of...

Hello again,

After trying a couple of things, I believe you can't plot a moving average on a Comparison chart, but I would call Tech Support to confirm this...

Good Luck and Good Trading :)
Forum: ThinkOrSwim March 24th, 2020, 11:22 PM
Replies: 5
Views: 1,139
Posted By netarchitech
Hi, Try this: declare upper; input...

Hi,

Try this:
declare upper;

input comparisonStyle = {"BAR", "CANDLE", default "LINE"};
input secondarySecurity = "";

def price1 = close;
def length1 = 8;
Forum: ThinkOrSwim November 2nd, 2019, 06:47 PM
Replies: 1
Views: 1,070
Posted By netarchitech
Error: Value never assigned...

Given the following:

https://i.postimg.cc/8CL5Nd2m/a.png


Here is the code:

input mode = {default Value, Avg, Signal};
input mode_ma = {default Simple, Exponential, Weighted, Wilders,...
Forum: EasyLanguage Programming May 16th, 2019, 09:00 AM
Replies: 7
Views: 1,382
Posted By netarchitech
Hi ABCTG, It works! Thanks again for your...

Hi ABCTG,

It works! Thanks again for your assistance :)

Best Regards,

netarchitech
Forum: EasyLanguage Programming May 15th, 2019, 04:27 PM
Replies: 7
Views: 1,382
Posted By netarchitech
Hi ABCTG, Thank you for your reply. I really...

Hi ABCTG,

Thank you for your reply. I really appreciate your assistance...

I incorporated the changes you specified and it did solve the issue. The code compiled successfully. Unfortunately,...
Forum: EasyLanguage Programming May 15th, 2019, 02:08 AM
Replies: 7
Views: 1,382
Posted By netarchitech
PaintBar Problems...

Hi,

I am currently trying to learn Tradestation's EasyLanguage and have come across an error ("this plot has been defined using a different name") that I cannot resolve no matter what I try...
...
Forum: ThinkOrSwim April 22nd, 2019, 08:43 PM
Replies: 2
Views: 1,790
Posted By netarchitech
Hi, Try this: declare lower; plot OBV...

Hi,

Try this:
declare lower;

plot OBV = TotalSum(Sign(close - close[1]) * volume);
OBV.SetDefaultColor(GetColor(8));
OBV.SetLineWeight(2);

def price1 = OBV;
Forum: ThinkOrSwim April 18th, 2019, 04:35 PM
Replies: 2
Views: 2,112
Posted By netarchitech
Hi, Review this: # Commented out -...

Hi,

Review this:
# Commented out - unnecessary
#declare lower;

#Changed inputs to defs
def price = hl2;
def length = 10;
Forum: ThinkOrSwim April 2nd, 2019, 01:20 AM
Replies: 0
Views: 689
Posted By netarchitech
Help with a Scan?

Hi,

I am trying to get this scan to work. Despite my best efforts, I am unable to figure out how to properly resolve the portion of the code that is bold and italicized below:

script...
Forum: ThinkOrSwim March 31st, 2019, 03:45 AM
Replies: 0
Views: 1,137
Posted By netarchitech
Functions and Scans?

Hi,

I'm trying to convert a large study (https://usethinkscript.com/d/69-harmonic-patterns-indicator-for-thinkorswim-zigzag-bat-butterfly-abcd) into a workable scan. The portions which are proving...
Forum: ThinkOrSwim February 3rd, 2019, 12:49 PM
Replies: 1
Views: 1,034
Posted By netarchitech
xtrender: Link:...

xtrender:

Link: https://usethinkscript.com/d/53-sell-relative-strength-index-srsi-indicator-for-thinkorswim

Credit: Mr. Wang for the original content and JakesDad for the conversion -->...
Forum: ThinkOrSwim January 28th, 2019, 05:38 AM
Replies: 2
Views: 1,228
Posted By netarchitech
ocpb, Thanks for the reply and the insights....

ocpb,

Thanks for the reply and the insights. I really appreciate it :)
Forum: ThinkOrSwim January 27th, 2019, 11:20 PM
Replies: 2
Views: 1,228
Posted By netarchitech
Atttempting to convert Tradestation ELS into Thinkscript...

I'm trying to convert a Tradestation ELS into Thinkscript. Here is the Tradestation code:


inputs:
Length(20);

vars:
srsi(0),
srsin(0),
k(0);
Forum: ThinkOrSwim October 18th, 2018, 02:31 PM
Replies: 0
Views: 1,484
Posted By netarchitech
Trade Calculator

Given my rather limited skills in terms of scripting/programming, I've been trying to construct a trade calculator. As a result, please find below what I have put together so far:


input...
Forum: TradeStation September 16th, 2018, 07:05 AM
Replies: 2
Views: 2,359
Posted By netarchitech
jbmiguel - You'll be happy to know Mboxwave...

jbmiguel -

You'll be happy to know Mboxwave is now available for MultiCharts :)

https://mboxwave.com/multicharts-overview
Forum: ThinkOrSwim May 24th, 2018, 05:09 PM
Replies: 0
Views: 3,671
Posted By netarchitech
Convert Pinescript into Thinkscript...

Hi,

I'm interested in converting the following PineScript to Thinkscript:

// Bill Williams Fractal Template
// Coded By: Matthew Spencer
// If you like this script or use it's code in one of...
Forum: ThinkOrSwim February 17th, 2018, 11:27 AM
Replies: 24
Views: 13,006
Posted By netarchitech
Sylifis, Thanks for the enhancements to the...

Sylifis,

Thanks for the enhancements to the script and trading tips...

netarchitech
Forum: ThinkOrSwim January 22nd, 2018, 05:21 PM
Replies: 24
Views: 13,006
Posted By netarchitech
Hey there wldman, One MA and a weekly time...

Hey there wldman,

One MA and a weekly time frame...very impressive...so much for me thinking I was "minimalist"...hahaha :)

Yes, KVO == VForce...Given that VForce is an actual component within...
Forum: ThinkOrSwim January 21st, 2018, 03:43 PM
Replies: 24
Views: 13,006
Posted By netarchitech
Hey there wldman, Thanks for the kind words...

Hey there wldman,

Thanks for the kind words :) To answer your question, I've been stripping away all of the accumulated cruft on my charts and exploring a minimal approach, as shown below:
...
Forum: ThinkOrSwim January 20th, 2018, 04:42 PM
Replies: 24
Views: 13,006
Posted By netarchitech
For those whom might be interested, thanks to a...

For those whom might be interested, thanks to a generous Thinkscripter, here is the final code:
input vPeriod = AggregationPeriod.HOUR;

def O = open(period = vPeriod);
def H = high(period =...
Forum: ThinkOrSwim January 14th, 2018, 12:10 PM
Replies: 24
Views: 13,006
Posted By netarchitech
For those whom might be interested, I found the...

For those whom might be interested, I found the following info regarding Buying/Selling Pressure:

https://karthikmarar.blogspot.com/2012/09/buying-and-selling-pressure-indicator.html
...
Forum: ThinkOrSwim January 11th, 2018, 07:00 PM
Replies: 36
Views: 13,522
Posted By netarchitech
Hey there alagrande, Thanks for sharing...

Hey there alagrande,

Thanks for sharing another script. I played around with the ADX in the past. Can't say I was ever able to really get the hang of it, but I appreciate you forwarding it...
Forum: ThinkOrSwim January 10th, 2018, 02:33 PM
Replies: 36
Views: 13,522
Posted By netarchitech
Hey there alagrande, Thanks for the Ehlers...

Hey there alagrande,

Thanks for the Ehlers script...while it looks interesting, I can't quite seem to pinpoint actionable trades from it. I'll have to spend a little more time and report back...
...
Showing results 1 to 25 of 68

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