NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by websouth
Found 42 matching entries

Sort by

Entries
Ocean template 5 *
just another way to look at things... this is a template file ver. 0001

Simple moving averages on median price (1440 of them) which show interesting confluence points. 1440 minutes in 24 hours, etc.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Ocean template
Category: MetaTrader 4 Indicators 


January 30th, 2015
Size: 22.93 KB
Downloaded: 253 times
Party Pack V1 5 *
From https://nexusfi.com/elite-circle/977-favorite-combinations.html

This one has -
slingshot
stepmaSharky
OBV Diver
TripleEMA Dots (sharkys variation)
d9 PhaseShift

This uses the classic several indicators showing different things but confirming mantra -
ma stuff, price with detrended price(cycles), volume

partyPack has all the indicators. Just import with ninja utility.
The d9 Phaseshift is a variation with colorbars and cunparis' S/R lines (nice job cunparis)


Category The Elite Circle 
 
Suggest other entries I might like
Details: Party Pack V1
Category: The Elite Circle 


June 12th, 2010
Size: 45.89 KB
Downloaded: 573 times
Displaced Moving Average with Projection 2 *
Don't know if this will work to just post the text of the file in the description box here. Copy all code below here for indicator or text file attached. Pictures should explain. Indicator works fine.
////////////////////////////////


// Displaced Moving Average with Projection
//


inputs:
ShowProjection(True),
ST_upcol(blue),
ST_dncol(red),
LT_upcol(darkgreen),
LT_dncol(magenta),
Price( Close ),
FastLength( 9 ),
SlowLength( 18 ),
Displace( 0 ) ;

variables:
avg_st( 0 ),
avg_Lt( 0 ) ,
st_diff(0),
lt_diff(0),
st_color(0),
lt_color(0);

avg_st = AverageFC( Price, FastLength ) ;
avg_Lt = AverageFC( Price, SlowLength ) ;

condition1 = Displace >= 0 or CurrentBar > AbsValue( Displace ) ;
if condition1 then
begin

if avg_st > avg_st[1] then st_color = st_upcol
else st_color = st_dncol;

if avg_lt > avg_lt[1] then lt_color = lt_upcol
else lt_color = lt_dncol;


Plot1[Displace]( avg_st, "FastAvg", st_color ) ;
Plot2[Displace]( avg_Lt, "SlowAvg", lt_color ) ;


if Displace <= 0 then
begin
condition1 = avg_st crosses over avg_Lt ;
if condition1 then
Alert( "Bullish alert" )
else
begin
condition1 = avg_st crosses under avg_Lt ;
if condition1 then
Alert( "Bearish alert" ) ;
end ;
end;
end ;


if ShowProjection and Displace > 0 then
begin

st_diff = avg_st - avg_st[1];
lt_diff = avg_lt - avg_lt[1];

for value1 = 1 to Displace
begin
plot1[Displace - value1](avg_st + st_diff* value1 ,"s", black);
plot2[Displace - value1](avg_lt + lt_diff* value1 ,"l", black);
end;
end;


Category MultiCharts 
 
Suggest other entries I might like
Details: Displaced Moving Average with Projection
Category: MultiCharts 


March 21st, 2010
Size: 1.36 KB
Downloaded: 328 times
Fibonacci Bands ver1 4 *
Plots fib bands around an ema you chose.


Category MultiCharts 
 
Suggest other entries I might like
Details: Fibonacci Bands ver1
Category: MultiCharts 


March 21st, 2010
Size: 5.84 KB
Downloaded: 394 times

Keywords: bands fibonacci websouth
3 Bar Reversal 2a 4 *
I dug this up somewhere. You might find it useful.

2 different 3 bar reversal patterns are shown by this indie -

3 Bar Reversal Pattern
BuyColor(Cyan)
SellColor(Magenta)

Low(1)>=Low(2)
Low(3)>=Low(2)
Low(3)<=Low(4)
High>High(1) trigger magic tick
Note : I have deleted one definition of Low>Low(1) in the previous version

+++++++++++++++++++
suri 3 Bar Reversal
BuySuri(Blue)
SellSuri(Red)

Low(1)>Low(2)
High(1)>High(2)
Close(1)>Close(2)
High(3)>High(2)
High>High(3) trigger


Category MultiCharts 
 
Suggest other entries I might like
Details: 3 Bar Reversal 2a
Category: MultiCharts 


March 21st, 2010
Size: 5.99 KB
Downloaded: 618 times

Keywords: bar reversal websouth
vwap 5 *
Volume weighted average price.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: vwap
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 2.00 KB
Downloaded: 1210 times

Keywords: vwap websouth
Trader Dynamic Index 4 *
This does a pretty good job of showing cycles and when to enter and exit staying on the right side of trend. Don't trade against the yellow line. Take trades with the red/green crosses. Blue coming together is bollinger concept showing a move should happen soon...


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Trader Dynamic Index
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 4.77 KB
Downloaded: 600 times

Keywords: websouth
Barry's Support and Resistance 5 *
This is a fractal type swing indicator.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Barry's Support and Resistance
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 2.26 KB
Downloaded: 671 times

Keywords: websouth
Stochastic Candlesticks 5 *
Indicator gives the ability to color candle sticks based on stochastic indicator. You can paint as Heiken Ashi style overlay or just plain. Very configurable.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Stochastic Candlesticks
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 6.43 KB
Downloaded: 471 times

Keywords: candlesticks stochastic websouth
level trading 123 5 *
This is a zig zag indicator which draws extension lines out from the pivots to enable 123 trading to be easier to see.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: level trading 123
Category: MetaTrader 4 Indicators 


January 3rd, 2010
Size: 11.47 KB
Downloaded: 624 times
 



 
Category
 




© 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