NexusFi: Find Your Edge


Home Menu

 





Plot High/Low points


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one proton242 with 4 posts (1 thanks)
    2. looks_two Big Mike with 3 posts (2 thanks)
    3. looks_3 tradernovice with 3 posts (0 thanks)
    4. looks_4 ummmx2 with 2 posts (0 thanks)
    1. trending_up 13,770 views
    2. thumb_up 13 thanks given
    3. group 3 followers
    1. forum 13 posts
    2. attach_file 1 attachments




 
Search this Thread

Plot High/Low points

  #1 (permalink)
 proton242 
Italy
 
Experience: Beginner
Platform: MultiCharts
Posts: 10 since Aug 2010
Thanks Given: 10
Thanks Received: 1

Please i need a help! How i can plot high and low points like attachment picture? Thank you in advance

Attached Thumbnails
Click image for larger version

Name:	high-low point.png
Views:	729
Size:	14.9 KB
ID:	31881  
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
What broker to use for trading palladium futures
Commodities
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
 
  #3 (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,469 since Jun 2009
Thanks Given: 33,246
Thanks Received: 101,669



proton242 View Post
Please i need a help! How i can plot high and low points like attachment picture? Thank you in advance

Looks like Swing highs and lows. Look for a Swing indicator in MultiCharts. Keep in mind it won't paint for several bars after where the text appears (then it paints backwards, "repainting").

Mike



Join the free Markets Chat beta: one platform, all the trade rooms!

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 Reply With Quote
Thanked by:
  #4 (permalink)
 proton242 
Italy
 
Experience: Beginner
Platform: MultiCharts
Posts: 10 since Aug 2010
Thanks Given: 10
Thanks Received: 1

Thank you Big Mike, i try your suggestion...

Started this thread Reply With Quote
  #5 (permalink)
 crazybears 
Alesia E.U.
 
Experience: Intermediate
Platform: Sierra chart
Trading: Futures
Posts: 168 since Feb 2011
Thanks Given: 146
Thanks Received: 115

Hi Proton
try this code


 
Code
INPUTS: 
STR(3),
TXT(TRUE),
DEC(2);


VARS: check1(10);

IF CURRENTBAR >-1 THEN BEGIN
   check1 = 2 * str + 2;
   IF SWINGHIGHBAR(1,TRUEHIGH,str, check1) = str THEN BEGIN
        IF TXT then BEGIN
            VALUE1 = Text_New(D[str],T[str],H[str]+.25*truerange,
            NUMTOSTR(H[str],dec));                                                                         
            VALUE2 = Text_SetStyle(VALUE1,2,1); 
        END;
       PLOT1[str](TRUEHIGH[str] , "Swing High");
    END;

    IF SWINGLOWBAR(1,TRUELOW, str,check1)=str THEN BEGIN
        IF TXT THEN BEGIN
            VALUE1 = Text_New(D[str],T[str],L[str]-.25*truerange,
            NUMTOSTR(L[str],DEC));
            VALUE2 = Text_SetStyle(VALUE1,2,0); 
        END;
           PLOT2[str](TRUELOW[str] ,"Swing Low"); END; END;

Reply With Quote
  #6 (permalink)
 proton242 
Italy
 
Experience: Beginner
Platform: MultiCharts
Posts: 10 since Aug 2010
Thanks Given: 10
Thanks Received: 1

many many thanks crazybears, thank you again!

Started this thread Reply With Quote
  #7 (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,469 since Jun 2009
Thanks Given: 33,246
Thanks Received: 101,669


proton242 View Post
many many thanks crazybears, thank you again!

Use the thanks button:


Mike



Join the free Markets Chat beta: one platform, all the trade rooms!

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 Reply With Quote
  #8 (permalink)
 proton242 
Italy
 
Experience: Beginner
Platform: MultiCharts
Posts: 10 since Aug 2010
Thanks Given: 10
Thanks Received: 1

Done!

Started this thread Reply With Quote
Thanked by:
  #9 (permalink)
 tradernovice 
Venice/Italy
 
Experience: Intermediate
Platform: MetaTrader4
Broker: Oanda
Trading: EurUsd
Posts: 23 since Jun 2011
Thanks Given: 361
Thanks Received: 9

many many thanks crazybears.
it's wonderful.
thankyou

Reply With Quote
  #10 (permalink)
 tradernovice 
Venice/Italy
 
Experience: Intermediate
Platform: MetaTrader4
Broker: Oanda
Trading: EurUsd
Posts: 23 since Jun 2011
Thanks Given: 361
Thanks Received: 9


Hi crazybears,
your code is very usefull for me , many thanks.
Could you pls. help me again to change the text color that now is cyan.
Should it be possible to change in white?
I understand nothing about EL and I can't see which part of the code concern the text color.
thanks
tn

Reply With Quote




Last Updated on May 4, 2020


© 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