NexusFi: Find Your Edge


Home Menu

 





Multichart custom session high/low


Discussion in EasyLanguage Programming

Updated
    1. trending_up 3,349 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
 milkmantony 
Houston
 
Experience: Intermediate
Platform: Investor RT and Ensign
Trading: es
Posts: 3 since Apr 2013
Thanks Given: 0
Thanks Received: 0

Hi all, i'm a noob when it comes to programming. I was wondering if anyone could help me with my pseudo code below and translate that to EasyLanguage for use in MC. It's a very simple request for an ES chart but I can't seem to find the right function to perform it.

Custom 24hr Session = 7:00am to 7:00am period
Find the HIGH and LOW of the Custom_24hr_session
Assign Custom_High = High
Assign Custom_Low = Low


Told it's simple! I hope someone can help me out here. Thanks a bunch!

Regards,
Milk


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
GANN THEORY DAVID BOWDEN SAFETY IN THE MARKETS
Traders Hideout
Historical Price History?
Elite Algorithmic NinjaTrader Trading
Strategy runs differently with in Automated Order Execut …
MultiCharts
How to look up market depth?
MultiCharts
Small Indicator to visually see Nth Bar Close - NT8
Traders Hideout
 
  #3 (permalink)
 
sptrader's Avatar
 sptrader 
Colorado
 
Experience: Advanced
Platform: MultiCharts
Broker: IB & Iqfeed
Trading: ES , CL
Posts: 535 since Apr 2010
Thanks Given: 1,097
Thanks Received: 702



milkmantony View Post
Hi all, i'm a noob when it comes to programming. I was wondering if anyone could help me with my pseudo code below and translate that to EasyLanguage for use in MC. It's a very simple request for an ES chart but I can't seem to find the right function to perform it.

Custom 24hr Session = 7:00am to 7:00am period
Find the HIGH and LOW of the Custom_24hr_session
Assign Custom_High = High
Assign Custom_Low = Low


Told it's simple! I hope someone can help me out here. Thanks a bunch!

Regards,
Milk

************************************************

I think you may be able to use the built-in functions HighS(0) and LowS(0) ; something like this-untested.

vars:hi(0),Lo(0);

hi = highs(0); // "S" stands for session, so session high or low ..
Lo = Lows(0);

plot1(hi,"high");
Plot2(Lo,"Low");


else go to the Multicharts forum, they have tons of coding examples. and offer help if you need it.

http://www.multicharts.com/discussion/viewforum.php?f=1


Reply With Quote
  #4 (permalink)
 milkmantony 
Houston
 
Experience: Intermediate
Platform: Investor RT and Ensign
Trading: es
Posts: 3 since Apr 2013
Thanks Given: 0
Thanks Received: 0

Thanks sptrader. I guess I'm trying to figure out how to create the custom session for the 24hr period with starttime at 7:00am over previous day and endtime of 7:00am of current day. Then maybe I can use the HighS and Lows to call that. I will see what the MC forum gives me.


Started this thread Reply With Quote




Last Updated on March 15, 2016


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