Strong Vs Weak

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Re: Strong Vs Weak

Postby Apprentice » Tue Jan 28, 2014 3:14 am

Possible reason.
The screen is too small to display all the elements.
Indicator does not use scaling to adjust to the screen size.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Strong Vs Weak

Postby nchatzoglou » Thu Jan 30, 2014 12:33 am

I thought so myself but the screen I m talking about is 17 in. In a netbook where I also use the indicator the screen is 10,1 in and the indicator is shown just fine. So I don't think the screen is the problem.
Thank you anyway
nchatzoglou
 
Posts: 12
Joined: Mon Jan 27, 2014 1:10 am

Re: Strong Vs Weak

Postby Stance » Mon May 02, 2016 4:52 pm

Apprentice wrote:
Strong Vs Weak.png

This version incorporates all three versions in a single indicator.
Additionally, i have add two additional algorithm for data filtering.
"Price Change", "Price/ Fast MA Position", "Fast MA/ Slow MA Position"
Strong Vs Weak.lua


Thanks Apprentice, for this great indicator.

I've notice for the price change calculation you have this:

Code: Select all
Flag = (SourceData[j][i].close[SourceData[j][i].close:size()-1] > SourceData[j][i].open[SourceData[j][i].close:size()-1]);


Is SourceData[j][i].open[SourceData[j][i].close:size()-1]); correct or should it be:

Flag = (SourceData[j][i].close[SourceData[j][i].close:size()-1] > SourceData[j][i].open[SourceData[j][i].open:size()-1]);
Stance
FXCodeBase: Initiate
 
Posts: 141
Joined: Mon Jun 01, 2015 4:34 pm

Re: Strong Vs Weak

Postby Apprentice » Wed May 04, 2016 2:53 am

Will have same outcome.
Number of open is equal to the number of close.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Strong Vs Weak

Postby Apprentice » Sun Feb 04, 2018 7:50 am

The Indicator was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Strong Vs Weak

Postby jrichardson83 » Wed Jul 17, 2019 10:44 am

Would it be possible to display this as an "on-chart" indicator, specifically showing only the pair for the current chart. For example, display AUD vs NZD for the AUD/NZD pair? With the option of showing the indicator in top/bottom and left/right.
jrichardson83
FXCodeBase: Graduate
 
Posts: 228
Joined: Thu Jan 01, 2015 1:03 pm

Re: Strong Vs Weak

Postby Apprentice » Thu Jul 18, 2019 4:45 am

We have a few indicator versions.
Can you provide an exact indicator name?
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Strong Vs Weak

Postby jrichardson83 » Mon Jul 22, 2019 12:20 pm

Apprentice wrote:We have a few indicator versions.
Can you provide an exact indicator name?


Probably just the Strength Index
jrichardson83
FXCodeBase: Graduate
 
Posts: 228
Joined: Thu Jan 01, 2015 1:03 pm

Re: Strong Vs Weak

Postby Apprentice » Tue Jul 23, 2019 10:29 am

Your request is added to the development list under Id Number 4802
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Strong Vs Weak

Postby Apprentice » Wed Jul 24, 2019 4:33 am

Try Strength Index.lua now.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

PreviousNext

Return to Custom Indicators

Who is online

Users browsing this forum: Baidu [Spider] and 54 guests