Search found 4 matches

by Dirales
21 Nov 2022
Forum: MultiCharts
Topic: Moneymanagement calculation
Replies: 0
Views: 394

Moneymanagement calculation

Hello, for money management calculation I need a value of all losing ticks in a row. The row reset when a Signal rich the Profittarget. //[IntraBarOrderGeneration=true]; inputs: Length( 55 ), Laenge_Schnitt1 ( 21 ), Laenge_Schnitt2 ( 12 ), Handelszeitenbeschraenkung (0), // 0 = keine Handelszeitenei...
by Dirales
07 Dec 2020
Forum: MultiCharts
Topic: Modify Deviation Channel [SOLVED]
Replies: 3
Views: 754

Re: Modify Deviation Channel [SOLVED]

I found the problem in TL_SetEnd... TL_SetEnd( TL_LRV, FirstDate, FirstTime, LRV_1 ); TL_SetEnd( TL_UB, FirstDate, FirstTime, UpperBand_1 ); TL_SetEnd( TL_LB, FirstDate, FirstTime, LowerBand_1 ); TL_SetEnd( TL_UB2, FirstDate, FirstTime, UpperBand_21 ); //NEW TL_SetEnd( TL_LB2, FirstDate, FirstTime, ...
by Dirales
07 Dec 2020
Forum: MultiCharts
Topic: Modify Deviation Channel [SOLVED]
Replies: 3
Views: 754

Re: Modify Deviation Channel [SOLVED]

Hello TJ,

sry but on every new bar i have the same problems (see 002.GIF)
by Dirales
07 Dec 2020
Forum: MultiCharts
Topic: Modify Deviation Channel [SOLVED]
Replies: 3
Views: 754

Modify Deviation Channel [SOLVED]

Hello, i modify the Standard Deviation CHannel Code to become 2 more Lines... When i load the Study its okay like 001.GIF but one bar later the calculation is wrong like 002.GIF I mark all modify by me as //NEW inputs: Length (50), { // Length of Linear Regression // } BeginDate ( 0), { // Choose Ze...

Go to advanced search