Search found 8 matches

by BossHog
13 May 2024
Forum: MultiCharts
Topic: 3 charts, 3 strats, 1 symbol/contract
Replies: 0
Views: 35

3 charts, 3 strats, 1 symbol/contract

Hi, The basis of this question is ubiquitous in the forums, however, I'm hoping for more clarity. What is the recommended method of trading this scenario without unintended double orders and orphaned stops and targets, when using stop and reverse style scripts? Please answer in baby-steps if possibl...
by BossHog
13 May 2024
Forum: MultiCharts
Topic: call custom indicator from signal
Replies: 2
Views: 45

Re: call custom indicator from signal

Hi and thanks ABC.
I'm now aware that i can create a function in lieu of an indicator.
by BossHog
12 May 2024
Forum: MultiCharts
Topic: call custom indicator from signal
Replies: 2
Views: 45

call custom indicator from signal

Hi,
My custom indicator isn't recognized when i try to call it from a signal code. In NT, I can do this as long as the indicator has a plot. How do i do it in MC?
thanks,
David
by BossHog
30 Apr 2024
Forum: MultiCharts
Topic: optimization output - equity curve picture
Replies: 0
Views: 84

optimization output - equity curve picture

Hi,
Has a request been made to add an equity curve thumbnail pic to each line of an optimization run output?
thanks,
David
by BossHog
28 Apr 2024
Forum: MultiCharts
Topic: R-square optimization criteria
Replies: 6
Views: 2714

Re: R-square optimization criteria

How did you implement the function? I've tried writing it as a function called CorCof, then placing this signal below my strategy: input: Period(0); {0=monthly, 1=daily} if LastBarOnChart_s then begin value1 = CorCof; SetCustomFitnessValue(value1); end; No results in the custom fitness column, howev...
by BossHog
28 Apr 2024
Forum: MultiCharts
Topic: coefficient correlation fitness function
Replies: 0
Views: 83

coefficient correlation fitness function

Hi,
Has anyone written a coefficient correlation fitness function for optimizations they'd like to share?
thanks,
David
by BossHog
09 Apr 2024
Forum: MultiCharts
Topic: OnPositionUpdate
Replies: 1
Views: 142

OnPositionUpdate

Hi,
I'd like to limit output prints to only when there is a position update. NT has an override called OnPositionUpdate to handle this. What is the equivalent in MC?
thanks,
David
by BossHog
09 Apr 2024
Forum: MultiCharts
Topic: #region #endregion
Replies: 1
Views: 135

#region #endregion

Hi,
Does Easy/PowerLanguage have a way to collapse code sections as in C# when we use #region/endregion?
thanks,
D

Go to advanced search