Search found 17 matches

by Sinatra Fan
29 Apr 2021
Forum: MultiCharts
Topic: PaintBar [SOLVED]
Replies: 2
Views: 534

Re: PaintBar [SOLVED]

Thanks... I did manage to get it to work.
by Sinatra Fan
29 Apr 2021
Forum: MultiCharts
Topic: Is there a way to rename an existing trade?
Replies: 1
Views: 386

Is there a way to rename an existing trade?

So, I'm trying to develop my first strategy that scales in and out. I've been able to develop a signal that scales out with no problems but struggling to get one that scales in. One of the problems I have is that when you close out a trade... I believe it's always FIFO (First in first out). Which wo...
by Sinatra Fan
23 Apr 2021
Forum: MultiCharts
Topic: PaintBar [SOLVED]
Replies: 2
Views: 534

PaintBar [SOLVED]

Can you apply the PlotPaintBar to a Renko chart?
by Sinatra Fan
18 Mar 2021
Forum: MultiCharts
Topic: Partially closing an open position...
Replies: 2
Views: 628

Partially closing an open position...

So it is my understanding that in order to partially close a position, I have to include... [From Entry("EntryLabel")] whereas.... EntryLabel - an optional parameter; ties the exit to the particular entry that was assigned the EntryLabel name; the name must be preceded by the word "Entry", the word ...
by Sinatra Fan
03 Jun 2020
Forum: MultiCharts
Topic: Is it possible for one strategy place orders for 2 symbols?
Replies: 3
Views: 780

Re: Is it possible for one strategy place orders for 2 symbols?

Is there a tutorial available for Portfolio Trader?
by Sinatra Fan
02 Jun 2020
Forum: MultiCharts
Topic: Is it possible for one strategy place orders for 2 symbols?
Replies: 3
Views: 780

Is it possible for one strategy place orders for 2 symbols?

I'm wanting to use the cash management-ability of the MES vs the ES. I would like to place orders up to 9 MES contracts and then 1 ES if I need to go larger. (just an example). Is this possible? and if so, how do I do that? Thanks
by Sinatra Fan
26 Sep 2014
Forum: MultiCharts
Topic: RENKO problems
Replies: 15
Views: 3690

Re: RENKO problems

the 1 tick setting helped. Is there anyway to tell the chart to set the first renko open value at a specific number? The reason I ask is because every time I change the start date, the renko series ends up different. Very hard to get consistency. It would be nice if there was an option in the settin...
by Sinatra Fan
24 Sep 2014
Forum: MultiCharts
Topic: RENKO problems
Replies: 15
Views: 3690

Re: RENKO problems

OK, here goes... I set up several renko charts on ES. they all had a box size of 2.00 based on fixed price, but to see which one may have been more accurate, I set the resolution to the following chart 1: 100 tick chart 2: 1 minute chart 3: 30 seconds Each chart also has two data streams... BOTH THE...
by Sinatra Fan
24 Sep 2014
Forum: MultiCharts
Topic: RENKO problems
Replies: 15
Views: 3690

RENKO problems

I've noticed that in real time, the renko charts run into problems. Any chance MC knows about this? can management chime in so I can point out some issues? thanks
by Sinatra Fan
11 Jun 2014
Forum: MultiCharts
Topic: indicator to draw trend line??? [SOLVED]
Replies: 2
Views: 1348

Re: indicator to draw trend line??? [SOLVED]

thanks, I'll take a look
by Sinatra Fan
11 Jun 2014
Forum: MultiCharts
Topic: indicator to draw trend line??? [SOLVED]
Replies: 2
Views: 1348

indicator to draw trend line??? [SOLVED]

Is there a simple way for me to get EL to generate a trend line? I have an idea of the general rules, but I need to be able for the code to do this for me and then give me line value each bar so I can write a rule using that value. Can someone lead me in the right direction? I've done plenty of codi...
by Sinatra Fan
31 Jan 2013
Forum: User Contributed Studies and Indicator Library
Topic: anyone have working easylanguage for an ichimoku cloud?
Replies: 16
Views: 13496

Re: anyone have working easylanguage for an ichimoku cloud?

TJ... Thanks that's a big help...

NOW next question...

Is there a way (easy or otherwise) to code MC to shade the space between the 2 lines that form a cloud? This indicator had a TL, but is there a way to shade the area between the lines? thanks
by Sinatra Fan
31 Jan 2013
Forum: User Contributed Studies and Indicator Library
Topic: anyone have working easylanguage for an ichimoku cloud?
Replies: 16
Views: 13496

anyone have working easylanguage for an ichimoku cloud?

If you do and you don't mind sharing, please post code. thanks
by Sinatra Fan
29 Jan 2013
Forum: MultiCharts
Topic: Problem with indicator showing up....
Replies: 4
Views: 1143

Re: Problem with indicator showing up....

Is there a way to specify number of bars to review?
by Sinatra Fan
28 Jan 2013
Forum: MultiCharts
Topic: Problem with indicator showing up....
Replies: 4
Views: 1143

Problem with indicator showing up....

I wrote an indicator that is based on a length of 20 bars... My problem is... that is takes hundreds of bars before it finally shows up. How can I get it to show up earlier than this? My big concern is when ES rolls over, I won't have enough bars to read the indicator for several days prior... Thanks
by Sinatra Fan
26 Jan 2013
Forum: MultiCharts
Topic: Need explanation of this code
Replies: 2
Views: 1219

Need explanation of this code

Can someone tell me the purpose of the following code...

#EVENTS
OnDestroy = EasyLanguageRtlOnDestroy;
#END ;


thanks

Go to advanced search