NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 29
Search: Posts Made By: tangerine
Forum: ThinkOrSwim October 20th, 2016, 05:16 PM
Replies: 434
Views: 313,337
Posted By tangerine
jperales42, it's been almost a year and I lost...

jperales42, it's been almost a year and I lost track and now can't wrap my head around it. Sorry. If you want, please post which code is not doing what you want and say again what you want it to do?...
Forum: ThinkOrSwim February 23rd, 2016, 03:39 PM
Replies: 2
Views: 7,072
Posted By tangerine
Click on the little round gear shape near upper...

Click on the little round gear shape near upper right of your screen. Click APPLICATION SETTINGS, click NOTIFICATIONS tab. Need more help? Watch this video- How to create SMS and or email alerts in...
Forum: ThinkOrSwim February 16th, 2016, 05:02 AM
Replies: 1
Views: 1,134
Posted By tangerine
I don't know about the rest of it, but parens "("...

I don't know about the rest of it, but parens "(" are invalid characters when on the left side of a def or plot statement. :crazy_pilot:
Forum: ThinkOrSwim January 29th, 2016, 04:15 AM
Replies: 4
Views: 2,456
Posted By tangerine
spywon and Russ12345: spywon, this works (I...

spywon and Russ12345:

spywon, this works (I put the code I added to MACD at the end in bold blue, so you understand how to do this with any other indicator):
declare lower;

input fastLength =...
Forum: ThinkOrSwim January 15th, 2016, 01:28 PM
Replies: 9
Views: 10,593
Posted By tangerine
You're in Stock Hacker, you should be in Option...

You're in Stock Hacker, you should be in Option Hacker
Forum: ThinkOrSwim January 12th, 2016, 06:44 AM
Replies: 10
Views: 4,338
Posted By tangerine
As far as I know, Mibobwa, at present there's no...

As far as I know, Mibobwa, at present there's no way to plot candles on a lower study. But I did just try something interesting- I removed "declare lower;" to make this into an overlay on price (then...
Forum: ThinkOrSwim January 12th, 2016, 12:31 AM
Replies: 434
Views: 313,337
Posted By tangerine
I'm guessing you mean either the Red Arrow code...

I'm guessing you mean either the Red Arrow code at top of previous page, or the Green Arrow code below that. In the first case, remove the # from in front of any "plot" lines of code. In the second...
Forum: ThinkOrSwim January 11th, 2016, 06:22 PM
Replies: 10
Views: 4,338
Posted By tangerine
Mibobwa, instead of adding the battleship thing,...

Mibobwa, instead of adding the battleship thing, just add an extra line of cloud code:
AddCloud(myopenVL,mycloseVL, Color.lime, Color.yellow);
The effect is stunning and informative- thanks for the...
Forum: Help, Tutorials, and How-Tos January 11th, 2016, 05:48 PM
Replies: 8
Views: 96,935
Posted By tangerine
Xplorer, I hate it probably 'cause it's new and...

Xplorer, I hate it probably 'cause it's new and people hate change, right? The web is full of vitriol about it and workarounds to get the old version back. To me, it seems needlessly complicated and...
Forum: Help, Tutorials, and How-Tos January 11th, 2016, 05:33 PM
Replies: 8
Views: 96,935
Posted By tangerine
Hm, Snagit looks pretty cool. My "update", if you...

Hm, Snagit looks pretty cool. My "update", if you can call it that, is this: I just hit PrtSc or PrintScreen on my keyboard then paste the image into msPaint. Then crop, draw lines, annotate, etc,...
Forum: ThinkOrSwim January 11th, 2016, 05:12 PM
Replies: 10
Views: 4,338
Posted By tangerine
Here's a screenshot ...

Here's a screenshot
http://i793.photobucket.com/albums/yy211/orangequant/IMPVOL1.jpg
Edit~~ This image crams the points together but they're clearly visible if you zoom in a little.
Forum: ThinkOrSwim January 11th, 2016, 04:46 PM
Replies: 10
Views: 4,338
Posted By tangerine
Okay, Mibobwa, here's the best I can come up...

Okay, Mibobwa, here's the best I can come up with. I also added a Cloud line which you can delete. You can change dots to triangles or whatever with right-click on the study, then Edit Study. Also,...
Forum: ThinkOrSwim January 11th, 2016, 03:41 PM
Replies: 10
Views: 4,338
Posted By tangerine
Mibobwa, the first "error" I see is you didn't...

Mibobwa, the first "error" I see is you didn't code Close as I suggested. Instead, you called for Close[5] (let's call that Monday Close, for example), but what you want is Friday Close, i.e., the...
Forum: ThinkOrSwim January 10th, 2016, 06:26 PM
Replies: 1
Views: 1,816
Posted By tangerine
Okay. def mydposignal = reference...

Okay.
def mydposignal = reference detrendedpriceosc;
plot Above = mydposignal>0;
plot Below = mydposignal<0;
Above.SetDefaultColor(Color.green);...
Forum: ThinkOrSwim January 10th, 2016, 04:45 PM
Replies: 10
Views: 4,338
Posted By tangerine
Mibobwa, not sure how that would be possible,...

Mibobwa, not sure how that would be possible, since OHLC values (on a Daily chart) are by definition "intraday" values and since ImpVol by definition excludes intraday values and timeframes shorter...
Forum: ThinkOrSwim January 9th, 2016, 04:03 PM
Replies: 9
Views: 10,593
Posted By tangerine
Biniam, this may be easier than I thought. TOS...

Biniam, this may be easier than I thought. TOS can do it for you- no coding required. Open the scanner, set for options, narrow the price range to what you want, then edit the default (usually ADX)...
Forum: ThinkOrSwim January 9th, 2016, 03:43 PM
Replies: 9
Views: 10,593
Posted By tangerine
Biniam, it's been years since I traded options...

Biniam, it's been years since I traded options and I can't get the scanner to work for me on that but I can get you closer to an answer... "#plot myparam" is NOT active here- just remove the "#" to...
Forum: ThinkOrSwim January 9th, 2016, 02:50 PM
Replies: 4
Views: 2,456
Posted By tangerine
russ123 , does this meet your needs? My...

russ123 , does this meet your needs? My experience is that TOS won't display more than one "color bar" at a time. So I think you have to run two separate studies at the same time, unless somebody...
Forum: ThinkOrSwim September 19th, 2015, 06:56 PM
Replies: 3
Views: 1,512
Posted By tangerine
Trippster , I'm sure this is clumsy but it works,...

Trippster , I'm sure this is clumsy but it works, I just tested it. Somebody else may offer a cleaner fix. Set scan to "trippster3 is true". :clock:
declare lower;
def trippster1 =...
Forum: ThinkOrSwim September 17th, 2015, 09:33 PM
Replies: 2
Views: 8,762
Posted By tangerine
monkeyfruit82 , since you can't directly trade...

monkeyfruit82 , since you can't directly trade the SPX (it's merely an index), there's no "volume" to it. I'm guessing what you see on those other platforms is volume of a proxy, like SPY for SPX,...
Forum: ThinkOrSwim September 12th, 2015, 05:40 PM
Replies: 1
Views: 1,707
Posted By tangerine
lsubeano , at least some of what you want is...

lsubeano , at least some of what you want is available if you load Full Stoch-- start with STUDIES button towards upper right of chart screen... STUDIES>ADD STUDY>FULL STOCH, then right-click on one...
Forum: ThinkOrSwim September 8th, 2015, 09:57 PM
Replies: 4
Views: 6,504
Posted By tangerine
Are you comparing AAPL to another stock? Simplest...

Are you comparing AAPL to another stock? Simplest way using a lower study for that is
def goldilocks1 = close("AAPL");
OR from TOS Manual...
declare lower;
plot Diff = close(GetSymbol()) -...
Forum: ThinkOrSwim September 3rd, 2015, 05:38 AM
Replies: 2
Views: 3,925
Posted By tangerine
One approach is this: def todayclose =...

One approach is this:
def todayclose = close(period = AggregationPeriod.DAY);
input span = 12;
plot todaycloseAVG = average(todayclose,span);
You can then modify your MA length by right-clicking...
Forum: ThinkOrSwim August 26th, 2015, 08:15 AM
Replies: 2
Views: 2,719
Posted By tangerine
Well, I can't read Ninja but this should help you...

Well, I can't read Ninja but this should help you get started. I became interested in Renko bars awhile back and wrote several TS scripts. BTW, you do know that you can set TOS to display Renko bars?...
Forum: ThinkOrSwim August 25th, 2015, 01:05 PM
Replies: 7
Views: 5,378
Posted By tangerine
Yes, it does. And I think what you're saying is...

Yes, it does. And I think what you're saying is that you want a single, discontinuous cloud? So, for example, the cloud from a cross of aline/bline1 disappears when cross of aline/bline2 occurs. Hmm,...
Showing results 1 to 25 of 29

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

Total votes: 159
 


 
 


© 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