Entry signal that doesn't work in realtime

Questions about MultiCharts and user contributed studies.
palmone
Posts: 34
Joined: 24 Apr 2014
Has thanked: 4 times
Been thanked: 2 times

Entry signal that doesn't work in realtime

Postby palmone » 24 Oct 2014

Hi all,
i have one of the system that shows entries just the day after. I mean suppose today is trading, no signals are filled or send. when i reopen multicharts the day after, i see the signal on the chart.
For sure is some my mistake but i don't understand why. the code of the entry is below.
It cannot be a recalculation data problem because it happen always.

Code: Select all

buy qty contracts next bar at high stop;
there is something wrong with this command?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Entry signal that doesn't work in realtime

Postby Henry MultiСharts » 24 Oct 2014

Hello palmone,

This can happen when you are auto trading on 1 day chart with IOG disabled. In order to have orders generated and sent intra-bar you need to turn on the Intra-bar order generation.

palmone
Posts: 34
Joined: 24 Apr 2014
Has thanked: 4 times
Been thanked: 2 times

Re: Entry signal that doesn't work in realtime

Postby palmone » 24 Oct 2014

Hi henry,
it is a 2 hours time frame signal,i have similar signal like

Code: Select all

buy next bar at high +1 stop
and they work fine...

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Entry signal that doesn't work in realtime

Postby Henry MultiСharts » 24 Oct 2014

Please send us (support@multicharts.com) the following information for further analysis:
- workspace you are using;
- in QuoteManager select the symbol you are using, make a right click on it->Export data->Export instrument (with data). Send us the QMD export file;
- in PowerLanguage editor->File->Export->Export with dependent functions the study you are using for replicating this behavior; send us the pla file;
- attach full-sized screenshots demonstrating your question.

If the file size is >10 mb please upload it to any file sharing hosting and send me the download link.


Return to “MultiCharts”