Search found 11 matches

by Kostefan
27 Jan 2015
Forum: MultiCharts
Topic: change
Replies: 0
Views: 788

change

change. Opening of the current bar is necessary. inputs: Price( Close ), Length( 5 ), ConfirmBars( 1 ) ; variables: var0( 0 ) ; condition1 = Price < AverageFC( Price, Length ) ; if condition1 then var0 = var0 + 1 else var0 = 0 ; condition1 = CurrentBar > ConfirmBars and var0 = ConfirmBars ; if cond...
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

I tried not suitable.
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

sellshort ( "MACrossSE" ) next bar market; Issue. There is a large slippage. Slippage ( definition ) is outside of MultiCharts' control. Instead of market orders, you can use limit orders , although this will increase the chance that your position isn't (fully) closed when you want it to. Alternati...
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

How to reduce slippage. Performance is not at the price signal is obtained.
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

sellshort ( "MACrossSE" ) next bar market;

Issue. There is a large slippage.
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

sellshort ( "MACrossSE" ) next bar at Price limit;

Issue. Price left and limit remained unfulfilled.
How to add a limit order to move to the new price.
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

Complete code .To limit order to follow the price.
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

If the price goes below that limit order, too, it is rearranged. Add the function code. please
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

Hello Kostefan,

Please specify the particular difficulty you have.
how to add code to limit the price moved
by Kostefan
16 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Re: Slippage

Hello Kostefan,

Please specify the particular difficulty you have.
When placing an order slip and no test.
by Kostefan
14 Jan 2015
Forum: MultiCharts
Topic: Slippage
Replies: 15
Views: 2498

Slippage

Hello. Change the code to warrant follow the price or how to avoid slippage. inputs: Price( Close ), Length( 5 ), ConfirmBars( 1 ) ; variables: var0( 0 ) ; condition1 = Price < AverageFC( Price, Length ) ; if condition1 then var0 = var0 + 1 else var0 = 0 ; condition1 = CurrentBar > ConfirmBars and v...

Go to advanced search