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,157 posts (3,889 thanks)
    2. looks_two bobwest with 255 posts (491 thanks)
    3. looks_3 xplorer with 232 posts (387 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.7 thanks per post
    4. looks_4 SMCJB with 1.1 thanks per post
    1. trending_up 1,173,104 views
    2. thumb_up 6,320 thanks given
    3. group 165 followers
    1. forum 3,895 posts
    2. attach_file 559 attachments




 
Search this Thread

NexusFi site changelog and issues/problem reporting

  #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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603


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 FIO, 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 Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
How to apply profiles
Traders Hideout
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #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,442 since Jun 2009
Thanks Given: 33,215
Thanks Received: 101,603


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 Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #2913 (permalink)
 
AllSeeker's Avatar
 AllSeeker 
Mumbai, India
Legendary Pratik_4Clover
 
Experience: Beginner
Platform: TradingView & ZerodhaKite
Trading: NIFTY, BANKNIFTY
Frequency: Daily
Duration: Minutes
Posts: 1,424 since Jan 2019
Thanks Given: 5,249
Thanks Received: 5,012



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.

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,168 since Jan 2013
Thanks Given: 57,452
Thanks Received: 26,278


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,171 since Feb 2019
Thanks Given: 9,617
Thanks Received: 9,627

@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,168 since Jan 2013
Thanks Given: 57,452
Thanks Received: 26,278


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: 5,972 since Sep 2015
Thanks Given: 15,487
Thanks Received: 15,383

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,168 since Jan 2013
Thanks Given: 57,452
Thanks Received: 26,278



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 April 15, 2024


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