Search found 6 matches

by grt260
01 Nov 2011
Forum: MultiCharts
Topic: Refer the close of a specific bar?
Replies: 6
Views: 1506

Re: Refer the close of a specific bar?

The symbol name cannot be compared with such values as time or price. You need to compare the symbol name with the symbol name, price with price... You can assign the first close of calculation to the SpecialClose by writing in your script: once SpecialClose = close; Thanks, in order to make it cle...
by grt260
01 Nov 2011
Forum: MultiCharts
Topic: Refer the close of a specific bar?
Replies: 6
Views: 1506

Re: Refer the close of a specific bar?

I imagine it would be something like this: vars: SpecialClose(0); If Time = 1000 Then SpecialClose = Close; If Time > 1000 and C > SpecialClose Then [Insert Trade Logic Here]; Thanks, it is easy to use time as a condition, but how about i use ES>=+5 (data2, change compare to yesterday close), and m...
by grt260
01 Nov 2011
Forum: MultiCharts
Topic: Refer the close of a specific bar?
Replies: 6
Views: 1506

Refer the close of a specific bar?

Hi all, I want to know whether EL have a function that can find the close of a specific bar? for example, i want to refer the close of the bar at 10:00am , and if the close now > the close of 10:00am bar, then buy. it is just a simple condition using time as a condition, i want even more complex con...
by grt260
28 Oct 2011
Forum: MultiCharts
Topic: Can i reference the A symbol and trade on B symbol?
Replies: 1
Views: 611

Can i reference the A symbol and trade on B symbol?

Hi all,
i start using MC a month ago. but i want to ask, if i want to trade ES, and using NQ or DOW as a reference to trigger the signal.
Can i do that?
Thanks and please help.
by grt260
13 Oct 2011
Forum: MultiCharts
Topic: Autotrade Close all position at end of session
Replies: 4
Views: 2504

Re: Autotrade Close all position at end of session

Thanks All,
Luckily, the market i am trading is fast and many transcation, i think the script can help. Thanks.
by grt260
13 Oct 2011
Forum: MultiCharts
Topic: Autotrade Close all position at end of session
Replies: 4
Views: 2504

Autotrade Close all position at end of session

Hi all,
if i am trading at a 3 min chart autotrade, and the session close time is 161500, how can i set the autotrade close all position automatically at 161430?
Thanks.

Go to advanced search