problem price in order limit  [SOLVED]

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

problem price in order limit

Postby turbofib » 07 May 2018

hi,
.....

If Luca_Pattern_Daily(MyPtnLN, ohlcValues)=False then
buy next bar at entrylong limit;

...
this is a piece of code ...
the system entry position with limit orders


how is it possible to execute order buy at 917.25 but the maximum is 891.25?
Immagine.png
(12.33 KiB) Downloaded 721 times

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: problem price in order limit

Postby TJ » 07 May 2018

is this a real trade? or a back test? or walk forward test?

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: problem price in order limit

Postby turbofib » 07 May 2018

It's backtest

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: problem price in order limit

Postby turbofib » 07 May 2018

It should be egual to open


It's a bug code ?

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: problem price in order limit

Postby TJ » 07 May 2018

You might want to study some of the links here:
[FAQ] Autotrade / Backtest / Optimization
viewtopic.php?t=10811

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: problem price in order limit

Postby turbofib » 07 May 2018

Sorry but i dont find about order limit

wilkinsw
Posts: 662
Joined: 21 Apr 2013
Has thanked: 154 times
Been thanked: 104 times

Re: problem price in order limit  [SOLVED]

Postby wilkinsw » 14 May 2018

It should be egual to open


It's a bug code ?

Yes, it's a bug.

A while ago Multicharts fixed one bug and created this one in the process. I've reported it many times and am hoping it will get sorted soon.

viewtopic.php?f=1&t=50228&p=123738#p123709

I've now created a PM request...please vote on it:

https://www.multicharts.com/pm/public/m ... es/MC-2438

In the meantime the workaround is to select "DAY" in the fill assumption section.


Return to “MultiCharts”