Search found 31 matches

by Xurma
05 Nov 2021
Forum: MultiCharts
Topic: Auto Trading Strategy did not reverse position
Replies: 3
Views: 610

Re: Auto Trading Strategy did not reverse position

Thank you for answers. I still had issues with real trading. 1. I replaces MarketPosition function to MarketPosition_at_Broker for real trading and I saw that is signal worked incorrect. How to correctly determinate Market Position in real trading? 2. IBGateway restarts every day and every time it l...
by Xurma
02 Nov 2021
Forum: MultiCharts
Topic: Auto Trading Strategy did not reverse position
Replies: 3
Views: 610

Auto Trading Strategy did not reverse position

Hello. I run my strategy. First enter was good, but then strategy did not reverse position to another side, today, when condition was for it. Yestarday IBGateway shutdown in specific time, then I run it again and setup it to restart every day at specific time against shutting down. IBGateway should ...
by Xurma
05 Oct 2021
Forum: MultiCharts
Topic: Fast way to convert strategy to data2 incoming data source
Replies: 4
Views: 821

Re: Fast way to convert strategy to data2 incoming data source

CL is a different animal. For most of the instruments, you simply roll one contract into another. For CL, there are contracts for every month, but not all the months are actively traded by most traders. People skip certain months when they roll over. You can check the volume to see which is the act...
by Xurma
05 Oct 2021
Forum: MultiCharts
Topic: Fast way to convert strategy to data2 incoming data source
Replies: 4
Views: 821

Re: Fast way to convert strategy to data2 incoming data source

In Interactive Brokers Technical Support said that continuous contracts are Back adjusted. But I looked inside and found a lot of gaps. And they are not back adjusted. It seems like I need to make back adjustment contract every month for trading. And QM and CL had different last trade dates. CL fini...
by Xurma
04 Oct 2021
Forum: MultiCharts
Topic: Fast way to convert strategy to data2 incoming data source
Replies: 4
Views: 821

Fast way to convert strategy to data2 incoming data source

Hello. I wrote strategy for Crude Oil (CL) and I would like to run it on e-mini Crude Oil contract (QM). I tested both data sources on history and find out that strategy worked better on original CL data than e-mini CL(QM). I looked inside history of trades and in some cases it trade in opposite dir...
by Xurma
25 Sep 2021
Forum: MultiCharts
Topic: What parameter responsible for Equity curve shape in Optimization Report
Replies: 3
Views: 648

Re: What parameter responsible for Equity curve shape in Optimization Report

That is not what I'm looking for. In almost all the cases this parameter are equal to maximum net profit values.
I need something like - New High every month on equity curve. It is best when it happens every month on back tested data.
by Xurma
24 Sep 2021
Forum: MultiCharts
Topic: What parameter responsible for Equity curve shape in Optimization Report
Replies: 3
Views: 648

Re: What parameter responsible for Equity curve shape in Optimization Report

I don't think there is anything available through the optimization report. but you can optimize by equity curve have a look at: https://www.multicharts.com/discussion/viewtopic.php?t=11769 Thank you. I think this is it what I'm looking for. What do you prefer optimization like you wrote or sharp ra...
by Xurma
22 Sep 2021
Forum: MultiCharts
Topic: How to change Session Time from EasyLanguage script?
Replies: 4
Views: 832

Re: How to change Session Time from EasyLanguage script?

Meanwhile you can come up with a scheme, where the script does nothing on a bar that is not included in a certain time interval this interval depends on an input that can be optimized Already done and test it. With cutted data result are better. It is strange but true. I think that is because indic...
by Xurma
22 Sep 2021
Forum: MultiCharts
Topic: What parameter responsible for Equity curve shape in Optimization Report
Replies: 3
Views: 648

What parameter responsible for Equity curve shape in Optimization Report

Hello. Some strategies that have best Net Profit value had not good equity curve shape. Bad equity curve shape: means flat for long period of time in earnings, maybe 1-2 years, Please look at picture. And in other side I can choose strategy with a little less Net Profit, but with very good shape of ...
by Xurma
18 Sep 2021
Forum: MultiCharts
Topic: How to change Session Time from EasyLanguage script?
Replies: 4
Views: 832

Re: How to change Session Time from EasyLanguage script?

Thank you for answer. But this way is manual, I need way with auto enumeration by Multicharts software. I decided to make a new close price series with cutted data in specific time. But I can not change data at the past in numericseries. newclose[1] = 12 does not worked. Then I decided to make an Ar...
by Xurma
15 Sep 2021
Forum: MultiCharts
Topic: How to change Session Time from EasyLanguage script?
Replies: 4
Views: 832

How to change Session Time from EasyLanguage script?

Hello. Ones I made a mistake and set session time in Quote Manager not in Exchange time but in Local Time. And I saw much better results. In the chart now more gaps because when I choose wrong session time it just cut some history from charts and Indicators calculated without cutted data. I would li...
by Xurma
05 Aug 2021
Forum: MultiCharts
Topic: RSI vs RSIClassic what diffences?
Replies: 3
Views: 882

RSI vs RSIClassic what diffences?

This two functions show different RSI curves. I programmed by my self original Welles Wilder RSI and it is the same as RSIclassic. What is RSI function, who is the author of this RSI interpretation?
by Xurma
28 Jun 2021
Forum: MultiCharts
Topic: EntriesToday analogue for Session period
Replies: 0
Views: 430

EntriesToday analogue for Session period

Hello. I trade intraday and I need to limit numbers of entries each session. If I use EntriesToday(Date) value then I have some troubles with numbers of entries. Because one Session always goes two days. What you recommend for limitation entries based on Session Time? Found the answer: https://www.m...
by Xurma
08 Feb 2021
Forum: MultiCharts
Topic: Identifying 3 working day before end of the month?
Replies: 1
Views: 444

Identifying 3 working day before end of the month?

Hello.
Do you know how to Identify 3 working day before end of the month?
by Xurma
08 Feb 2021
Forum: MultiCharts
Topic: How to put stop at current low after enering in buy?
Replies: 2
Views: 557

Re: How to put stop at current low after enering in buy?

Hello Xurma, We can recommend checking the operation of a pre-built function lows(0). Check the attached. Also, you can view the code of the pre-built New Low for Day indicator. Thank you for answer. My strategy was on 1 day time frame, and I already did it with 2 data windows. First data window wa...
by Xurma
21 Jan 2021
Forum: MultiCharts
Topic: Back-adjustment data on Crude Oil BIAS gives only minus result
Replies: 0
Views: 454

Back-adjustment data on Crude Oil BIAS gives only minus result

Hello. I'm trying to understand how BIAS works on Crude Oil. I tested on Back-adjustment data every hour to understand what hours best for buy and what hours best for short. My strategy buy every 1 hour bar at open and close trade at the end of the bar with entry. In optimization report I saw only m...
by Xurma
03 Jan 2021
Forum: MultiCharts
Topic: Setstoploss do not work correct
Replies: 7
Views: 1416

Re: Setstoploss do not work correct

Is this real/paper trade or backtesting?
This is backtest
by Xurma
02 Jan 2021
Forum: MultiCharts
Topic: Setstoploss do not work correct
Replies: 7
Views: 1416

Setstoploss do not work correct

Happy new year everybody. I have the issue - Setstoploss do not work. Please look at screenshot. I have really small stop - Setstoploss(10); Upper screen is 1 day chart, lower screen is 1 hour chart. On 1 hour chart clearly can see that stop have to be worked, because 10$ stop is 0,01$ price movemen...
by Xurma
28 Dec 2020
Forum: MultiCharts
Topic: How to put stop at current low after enering in buy?
Replies: 2
Views: 557

How to put stop at current low after enering in buy?

Hello. I'm testing break out strategy and I have condition that I don't know how to program for backtest. Strategy have condition to enter but when we send "buy next bar market" we don't know stop level for sending it. The stop level will be clear after entering in position at the next bar. It will ...
by Xurma
28 Dec 2020
Forum: MultiCharts
Topic: How to deny entering when GAP happens?
Replies: 2
Views: 3072

Re: How to deny entering when GAP happens?

How about "buy next bar at high limit" instead.
Thank you. Will try
by Xurma
28 Dec 2020
Forum: MultiCharts
Topic: How to identify place where linked contracts in continuous contract? [SOLVED]
Replies: 10
Views: 1512

Re: How to identify place where linked contracts in continuous contract? [SOLVED]

Hi Xurma, Please be aware that the CME settlement date is not the same as the rollover date that your data provider uses for continuous contracts. If you cannot backtest on each individual contract month in Portfolio Trader and must use a continuous contract, then you will have to construct your ow...
by Xurma
24 Dec 2020
Forum: MultiCharts
Topic: How to deny entering when GAP happens?
Replies: 2
Views: 3072

How to deny entering when GAP happens?

Hello.
Simple code "buy next bar high stop", I need to deny entering in long if next bar will open with gap. How to deny it?
Illustrated Picture is attached
gap.jpg
(84.59 KiB) Not downloaded yet
by Xurma
24 Dec 2020
Forum: MultiCharts
Topic: How to identify place where linked contracts in continuous contract? [SOLVED]
Replies: 10
Views: 1512

Re: How to identify place where linked contracts in continuous contract? [SOLVED]

Yes, the rollover date is important information to know if you are trading crude oil futures. Unfortunately that date is determined differently by each data vendor. Sometimes a fixed date and sometimes when more volume arrives in the next contract, or in the case of Interactive Brokers possibly jus...
by Xurma
23 Dec 2020
Forum: MultiCharts
Topic: How to identify place where linked contracts in continuous contract? [SOLVED]
Replies: 10
Views: 1512

Re: How to identify place where linked contracts in continuous contract? [SOLVED]

from CME website link provided earlier and it states following "Trading terminates 3 business day prior to the 25th calendar day of the month prior to the contract month. If the 25th calendar day is not a business day, trading terminates 4 business days prior to the 25th calendar day of the month p...
by Xurma
23 Dec 2020
Forum: MultiCharts
Topic: How to identify place where linked contracts in continuous contract? [SOLVED]
Replies: 10
Views: 1512

Re: How to identify place where linked contracts in continuous contract? [SOLVED]

I have answer from IQfeed, they can not help with this, because they do not store expiration dates and can not help with identification of it. But if we can't identify this dates - the back tests is not so correct. Because in real trading you have to close all your position before expiration and you...
by Xurma
22 Dec 2020
Forum: MultiCharts
Topic: Programming breakout strategy question [SOLVED]
Replies: 2
Views: 617

Re: Programming breakout strategy question [SOLVED]

There is an option to make only ONE trade per bar.
I made it, but getting worse. Now it trades every bar. I tryed different combination of this menu and every combination was like this on picture.
by Xurma
22 Dec 2020
Forum: MultiCharts
Topic: How to identify place where linked contracts in continuous contract? [SOLVED]
Replies: 10
Views: 1512

Re: How to identify place where linked contracts in continuous contract? [SOLVED]

Are you aware that most traders skip a contract month with crude oil?
Excuse me, but I don't understand your question quiet well. My question was about identifying places where continuous contract was linked
by Xurma
21 Dec 2020
Forum: MultiCharts
Topic: How to identify place where linked contracts in continuous contract? [SOLVED]
Replies: 10
Views: 1512

How to identify place where linked contracts in continuous contract? [SOLVED]

As you can see in Crude oil contract the last trading day is changing every month and we don't have the constant date for it. How to identify the last trading days of each contracts that includes in continuous contract? Continuous contract have a lot of contracts linked within and I need to find out...
by Xurma
21 Dec 2020
Forum: MultiCharts
Topic: Programming breakout strategy question [SOLVED]
Replies: 2
Views: 617

Programming breakout strategy question [SOLVED]

Hello. I have breakout strategy. When condition is ready it will send sellshort and buy orders. The code is below. How to make only 1 trade in the bar when outside bars happens? My opinion is to going on lower time frame and manage trade from there. But maybe you can help me with more correct decisi...
by Xurma
14 Dec 2020
Forum: MultiCharts
Topic: Multicharts and Interactive Brokers Quotes issue
Replies: 3
Views: 721

Re: Multicharts and Interactive Brokers Quotes issue

What you see is what MultiCharts received from IB. Crude Oil is an unusual instrument. How would you like to build your so called continuous contract? 1. one contract expires and link with the next contract? 2. one contract expires, skips and contract, and link with the one after that? 3. before on...
by Xurma
13 Dec 2020
Forum: MultiCharts
Topic: Multicharts and Interactive Brokers Quotes issue
Replies: 3
Views: 721

Multicharts and Interactive Brokers Quotes issue

Hello. I have issue with quotes provided by Interactive Brokers. I use Multicharts + IB Gateway and I tried to display continuous contract for Crude Oil(@CL) NYMEX. But in the left corner of graph quotes are really bad, the bar open price = bar close price. I need good price history for strategies b...

Go to advanced search