Search found 13 matches

by Kam
08 Nov 2014
Forum: MultiCharts
Topic: Order flow procedure
Replies: 0
Views: 1427

Order flow procedure

I wonder if someone can help me to create a proper order flow. What I am trying to do is to send a BuytoCover after SellShort order is filled. If MarketPosition = 0 then Begin If Average(close , 5 ) < Average(close , 10) and Average(close , 5 )[1] > Average(close ,10) [1] Begin Sellshort 1 contract ...
by Kam
25 Mar 2014
Forum: MultiCharts
Topic: Order Placement Logic for If ........done order [SOLVED]
Replies: 4
Views: 1500

Re: Order Placement Logic for If ........done order [SOLVED]

Hi TJ.

Shall I be doing the following script ??

If marketposition = 0 then
Begin
Buy 1 Contract next bar at 120.5 stop ;
Setstoploss at 117.50 ;
End ;

Many Thks

Kam
by Kam
25 Mar 2014
Forum: MultiCharts
Topic: Order Placement Logic for If ........done order [SOLVED]
Replies: 4
Views: 1500

Order Placement Logic for If ........done order [SOLVED]

Hi there , I got a problem in placing a set of order in the automation trading. For example, I started with Market position = 0; and the system generated a “Stop Buy” Order for next bar with a protective Stop loss if the “Stop Buy” order was executed. I am wondering how I may execute this set of ord...
by Kam
12 Feb 2014
Forum: MultiCharts
Topic: issues-International markets continuous and expired futures
Replies: 7
Views: 2489

Re: issues-International markets continuous and expired futu

hi Henry

many thks for your help.

I will talk to esignal again.
by Kam
11 Feb 2014
Forum: MultiCharts
Topic: issues-International markets continuous and expired futures
Replies: 7
Views: 2489

issues-International markets continuous and expired futures

I have experienced difficulty in getting symbols of continuous and expired futures for international markets in the “LOOK UP” , and I am using Esignal as data vendor. I talked to ESignal about it last night. They told me that Multicharts does not understand the format of symbols of continuous and ex...
by Kam
09 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Re: Problem While....Loop

HI Martin, Thank for your email. I did change it to manual input from auto-detection. My problem has not resolved. I guess the fundamental question is associated to the logic of multicharts. It seems to me that multicharts ( version 8.5) cannot deal with something is changing. As advised by the supp...
by Kam
02 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Re: Problem While....Loop

HI TJ..

THks

I am sure my coding is correct because all dots was at the correct place I expected.
The only thing I have been confused that is the first dot placement.
It should be occurred at somewhere earlier than Aug 2006 because My data was started as of Dec 2003.

Anyway , thks a lot

Kam
by Kam
02 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Re: Problem While....Loop

HI TJ,


Many Thks.

I used your code but the result was the same. The first plot was shown on Aug 2006 but the data was start as of Dec 2003.

Please find below is my print function.

Print(" Symbol ", Symbol, " Date ", Date:7:0, "MyAvg" , MyAvg, "HIGH", HIGH ,"nEW ",nEW );


kam
by Kam
02 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Re: Problem While....Loop

HI TJ. The code is compiled. However, there is one thing that I don't quite understand. My data started from 2003 Dec 15 to 2013 June 02, the first plot was shown 2006 Aug 22. When I used the "Print" function; the first plot was show on 2003 Dec 29. This was totally confusing me. Those plot should p...
by Kam
02 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Re: Problem While....Loop

Please find below coding for your reference, It is not doing what I wanted because some data has skipped in the analysis Vars: Counter(1), NEW(0), MyAVG(0); MyAvg = Average(Close,3); Counter = 1 ; IF High > High[1] then WHILE low < MyAvg[Counter] BEGIN NEW = lOW[Counter]; Counter = Counter +1 ; plo...
by Kam
02 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Re: Problem While....Loop

HI .....

Hope Someone could help me out .... thks

Vars: Counter(1), NEW(0), MyAVG(0);

MyAvg = Average(Close,3);
Counter = 1 ;
IF High > High[1] then

WHILE low < MyAvg[Counter]
BEGIN
NEW = lOW[Counter];
Counter = Counter +1 ;
PLot5(NEW, "XXX",RED);
END;
by Kam
01 Jun 2013
Forum: MultiCharts
Topic: Problem While....Loop
Replies: 13
Views: 3318

Problem While....Loop

Hi, I am new here and hope that someone could help I have a problem with the function of " While ....Loop". I ran my indicator with "While...Loop" with different date range set. Date Range 1 = From 2005 May 15 to 2013 June 02 First Result data Point = 2008 Mar 11 Date Range 2 = From 2000 May 15 to 2...
by Kam
22 May 2013
Forum: MultiCharts
Topic: Multi timeframes Trading strategy
Replies: 2
Views: 2130

Multi timeframes Trading strategy

Hi there

I would like to use the same signal criteria on two different time frames, ie. 1 min and 10 min and when they are both true enter a trade, however I only got 1 min data in the database.

Is there an easy way to accomplish this?


thks
Kam

Go to advanced search