NexusFi: Find Your Edge


Home Menu

 





Multichart custom session high/low


Discussion in EasyLanguage Programming

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




 
Search this Thread

Multichart custom session high/low

  #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?
ZombieSqueeze
Platforms and Indicators
Trade idea based off three indicators.
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
Strategy stop orders partially filled
EasyLanguage Programming
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
24 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
ApexTraderFunding.com experience and review
16 thanks
GFIs1 1 DAX trade per day journal
12 thanks
EG Indicators
11 thanks
  #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: 701



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


© 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