TS SUPPORT
home contacts site map search
MultiCharts MCFX Other Products & Services Support Company

You are here:  Home > Support > Knowledgebase

Knowledgebase


Search in     for   
     
Mon. or Tues. Buy [Strategies]

Article/Author: Omega research Inc., 1997

Download: montues.ela

File Includes: Signal - Mon. or Tues. Buy

Category: Strategy > Mon. or Tues. Buy

Description: This is an example of how to use Easy Language to buy on either
Monday or Tuesday depending on other Conditions.

EasyLanguage Code:

INPUT:CP(C);

VARS:OTODAY(O);
IF (DAYOFWEEK(DATE) = 1 OR DAYOFWEEK(DATE) = 2) {AND DATE DATA1 <> DATE DATA2}
THEN BEGIN
IF DATE > DATE[1] THEN BEGIN
VALUE1 = O;
IF VALUE1 < L DATA2 THEN VALUE2 = 1;
END;

IF VALUE2 = 1 AND CP CROSSES OVER VALUE1 THEN BEGIN
BUY ON C;
VALUE2 = 0;
VALUE3 = C;
END;

IF MARKETPOSITION = 1 THEN EXITLONG AT VALUE3 LIMIT;
END;

Support Menu

Contact Customer Support


Discussion Forum


Online Tutorials


Downloads & Check Version


Knowledgebase

Toll Free

Latest Events

June 29
We are starting beta-testing of MultiCharts 6.0 Beta 4.

September 10
We are glad to announce the release of MultiCharts 5.5!

September 10
Users of MultiCharts's can now subscribe to Barchart's real-time data feeds from $49/m.

February 10
MultiCharts received GOLD in Trade2Win's 2008 Members' Choice Awards.

Devember 8
Free MCFX PRO is now also available with Forex.com




© 1999-2010 TS Support, LLC. All rights reserved.