NexusFi: Find Your Edge


Home Menu

 





NexusFi site changelog and issues/problem reporting


Discussion in Feedback and Announcements

Updated
      Top Posters
    1. looks_one Big Mike with 2,243 posts (3,977 thanks)
    2. looks_two bobwest with 257 posts (494 thanks)
    3. looks_3 xplorer with 245 posts (395 thanks)
    4. looks_4 SMCJB with 99 posts (109 thanks)
      Best Posters
    1. looks_one bobwest with 1.9 thanks per post
    2. looks_two Big Mike with 1.8 thanks per post
    3. looks_3 xplorer with 1.6 thanks per post
    4. looks_4 SMCJB with 1.1 thanks per post
    1. trending_up 6,683,482 views
    2. thumb_up 6,496 thanks given
    3. group 172 followers
    1. forum 4,082 posts
    2. attach_file 588 attachments




 
Search this Thread
  #2911 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,557


LastDino View Post
Well, its not exactly a problem but a recommendation.

I was going through elite section and noticed "create your indicator" threads for Ninja and other lot of platforms, so I was wondering could we have similar thread for Tradingview? Its the rising new platform in the market and there are lot of us new guns who are using it.

While I don't know exactly how many of us are here on NexusFi, when we make thread we will certainly see more

Can you give me an example of how you would share Tradingview indicators from one user to another, specifically custom script? I want to understand that, then I can comment on creating the thread.

Mike




We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on X Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #2912 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,557


Rrrracer View Post
Hey there, I was looking for a picture that I had previously uploaded somewhere in my journal LOL...

Clicked on Attachments in the CP:



Got this:



----

Separate thought... under Pictures & Albums, maybe have some sort of default album that will contain images posted by the user?

Thinking out loud

Let me look into it and I'll get back to you.

Mike




We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on X Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #2913 (permalink)
 
AllSeeker's Avatar
 AllSeeker 
Mumbai, India
Pratik_4Clover
 
Experience: Beginner
Platform: TradingView & ZerodhaKite
Trading: NIFTY, BANKNIFTY
Frequency: Daily
Duration: Minutes
Posts: 1,533 since Jan 2019
Thanks Given: 5,601
Thanks Received: 5,315


Big Mike View Post
Can you give me an example of how you would share Tradingview indicators from one user to another, specifically custom script? I want to understand that, then I can comment on creating the thread.

Mike


TV indicators script can be directly shared just like any other. For example lets say there is some new user here who just wants to have a RSI and ema of it plotted with some color conditions

Then someone else who knows how to do it can simply share the code here

code
 
Code
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/

//@version=4
study("RSI-TEST", overlay=false)
Length=input(14)
src=(close)
emalength=(21)
colorrscondi=(rising(rsi(close,14),5)) ? color.new(color.lime,0) : (falling(rsi(close,14),5)) ? color.new(#ff1061,0) : (rsi(close,14)>60) ? color.new(color.yellow,0) : (rsi(close,14)<40) ? color.new(color.blue,0) : color.white   
rsiout=0.00,rsiout:=rsi(close,14)
plot(rsiout,color=colorrscondi, title="RSI")
plot(ema(rsiout,emalength),color=color.purple, title="RSI-EMA")
You just have to copy paste this in pine scripter and save to run it.

This is where

Ss



Only issue one might have is "scripts that are private on TV", it means that user is not making code for it open source, so while its okay to "guess the components and program them by ourselves" it is not okay to crowdfund the source and post it here in public domain. That is example of stealing, but that is the only thing we need to be careful, I believe same applies for paid indicators on other platforms, so its same rules, I think.

I hope this is what you were asking. Pardon if I misunderstood.


____________________________________________________________________________________________________________________________________
"Be an observer, You are not your trading performance, Stop thinking so much, Eliminate/reduce social media activity, Accept the randomness" - Josh
Visit my NexusFi Trade Journal Reply With Quote
  #2914 (permalink)
 Dandamannyc 
New York,NY
 
Experience: None
Platform: TradeStation
Trading: ES
Posts: 6 since Feb 2018
Thanks Given: 77
Thanks Received: 1

Hi both of the Peter Davies webinars below load up with flowplayer however the videos only buffers. Is there a work around? Thanks

1. Order Flow Techniques for Day Trading, Part 1

2. Practical Application of Order Flow w/Peter Davies, Part II of III series


Reply With Quote
  #2915 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,174 since Jan 2013
Thanks Given: 57,989
Thanks Received: 26,406


Dandamannyc View Post
Hi both of the Peter Davies webinars below load up with flowplayer however the videos only buffers. Is there a work around? Thanks

1. Order Flow Techniques for Day Trading, Part 1

2. Practical Application of Order Flow w/Peter Davies, Part II of III series

Many of the older webinars have been converted to a more current format, but not all. I believe the earliest that have been converted is from well before 2015. There is an ongoing project to convert the rest.

However, if you have some you would like to be given priority, please post their url (not their titles) in this thread, as it is being used to keep track of requests.

Requested webinars will be converted as time permits.

Bob.


When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:
  #2916 (permalink)
 Dandamannyc 
New York,NY
 
Experience: None
Platform: TradeStation
Trading: ES
Posts: 6 since Feb 2018
Thanks Given: 77
Thanks Received: 1

Thanks Bob please see below for urls.

https://nexusfi.com/webinars/may4_2013/order_flow_techniques_part1/

https://nexusfi.com/webinars/july20_2013/practical_application_order_flow/


Reply With Quote
  #2917 (permalink)
 
snax's Avatar
 snax 
Chicago, IL
Legendary Price Action Student
 
Experience: Beginner
Platform: Sierra Chart
Broker: Edge Clear
Trading: MES
Posts: 2,179 since Feb 2019
Thanks Given: 9,640
Thanks Received: 9,681

@bobwest, I'm dragging this issue over from my journal into here because I'm actually seeing this "huge wide page" effect on all the threads I open this morning, even when opening a new browser in incognito mode. This is something I noticed below with that last link, not sure what is going on with that! If this is a wild-goose chase I apologize!!



Example Image for context:


Visit my NexusFi Trade Journal Reply With Quote
  #2918 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,174 since Jan 2013
Thanks Given: 57,989
Thanks Received: 26,406


snax View Post
@bobwest, I'm dragging this issue over from my journal into here because I'm actually seeing this "huge wide page" effect on all the threads I open this morning, even when opening a new browser in incognito mode. This is something I noticed below with that last link, not sure what is going on with that! If this is a wild-goose chase I apologize!!



Example Image for context:

I have precisely the same issue now on every post I look at.

Never happened prior to the issue you refer to, in a @TopGunNote post, but now I can't view anything without it being huge over to the right.

I did things like close the browser (Chrome) and clear the cache. No luck.

@Big Mike, no idea what's happening, but it is....

Bob.

---------------------

Edit: here's the post that had the original problem. It was fixed by @TopGunNote trimming back that large image, and everything was fine. But now, on my screen as on @snax's, it's back the same way again, and so is everything else I view.


When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:
  #2919 (permalink)
 
xplorer's Avatar
 xplorer 
London UK
Site Moderator
 
Experience: Beginner
Platform: CQG
Broker: S5
Trading: Futures
Posts: 6,233 since Sep 2015
Thanks Given: 15,885
Thanks Received: 16,118

Same here.

Puts you off thanking posts too


Reply With Quote
Thanked by:
  #2920 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,174 since Jan 2013
Thanks Given: 57,989
Thanks Received: 26,406


xplorer View Post
Same here.

Puts you off thanking posts too

But suddenly, for no reason whatsoever that I can see, it is back to normal for me.

Very odd.

Bob.


When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:




Last Updated on May 25, 2026


© 2026 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 - Downloads - Top
no new posts