NexusFi: Find Your Edge


Home Menu

 





How do you put a consolidation into EL?


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Shaban with 6 posts (1 thanks)
    2. looks_two Mgem with 4 posts (0 thanks)
    3. looks_3 SunTrader with 3 posts (2 thanks)
    4. looks_4 Billiwon with 1 posts (0 thanks)
    1. trending_up 6,308 views
    2. thumb_up 4 thanks given
    3. group 5 followers
    1. forum 14 posts
    2. attach_file 0 attachments




 
Search this Thread

How do you put a consolidation into EL?

  #11 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129


ShadowFox View Post
You can change this in the data symbol settings. Right click chart, edit symbol, scaling, uncheck the expand range to include studies option.

Thanks, it works now:

[img]https://i.postimg.cc/tJN3gjpX/Darvas-Box-2-risolto.jpg[/img]


For SunTrader: the download file contains only a text file with the formula of the indicator, there are no .Eld files;
it has already been downloaded several times, and it is 100% safe, I have just verified it with Virustotal (56 antivirus):

[img]https://i.postimg.cc/gcQC9K47/Virustotal-1.jpg[/img]
[img]https://i.postimg.cc/1tTjQ90F/Virustotal-2.jpg[/img]
[img]https://i.postimg.cc/7ZDQDtzK/Virustotal-3.jpg[/img]

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Tao te Trade: way of the WLD
23 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #12 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129

The Supertrend also identifies congestion phases well; the formula is this:

--------------------------------------------------------------
{SuperTrend - Indicator}


Inputs:
ATRLength(10), ATRMult(3), UpColor(green), DnColor(red);

vars:
ATR(0),
avg(0),
dn(0),
up(0),
trend(1),
flag(0),
flagh(0),
SuperTrend(0);

ATR = AvgTrueRange(ATRLength) * ATRMult;
avg = (high + low)/2;
up = avg + ATR;
dn = avg - ATR;

if close > up[1] then
trend = 1
else if close < dn[1] then
trend = -1;

if trend < 0 and trend[1] > 0 then flag=1 else flag=0;
if trend > 0 and trend[1] < 0 then flagh = 1 else flagh = 0;

if trend > 0 and dn < dn[1] then dn=dn[1];
if trend < 0 and up > up[1] then up=up[1];

if flag = 1 then up = avg + ATR;
if flagh = 1 then dn = avg - ATR;

if trend = 1 then SuperTrend = dn else SuperTrend = up;
Plot3(SuperTrend,"SuperTrend",iff(trend = 1, green, red));

------------------------------------------------------------------------------
[img]https://i.postimg.cc/nhgmdf6k/Supertrend.jpg[/img]

Reply With Quote
  #13 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129


For ShadowFox: You have a P.M.

Reply With Quote
  #14 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129

This Indicator is definitely better, but...unfortunately it is paid:

[img]https://i.postimg.cc/QCQYrMm0/Indicatore-Darvax-Box-1.png[/img]

[img]https://i.postimg.cc/QxDnJpNP/Indicatore-Darvas-Box-2.png[/img] image sharing website

[img]https://i.postimg.cc/Z5K714dx/Indicatore-Darvas-Box-3.png[/img]

Reply With Quote
  #15 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129

If it helps you, you could try the function: ChoppyMarketIndex, made by George Pruitt in his book:
Building Winning Trading System with Tradestation -2a ed, which was reported here:


Reply With Quote




Last Updated on July 26, 2021


© 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