Search found 283 matches

by tradingest
17 Feb 2021
Forum: MultiCharts
Topic: BarNumber issue
Replies: 4
Views: 848

Re: BarNumber issue

Hi there, why I have this difference between NArNumer printed and chart like shown in the image? Here is the code print( " Data: ", FormatDate("dd-MM-yyyy",eldatetodatetime(date)), " Time: ", FormatTime("HH:mm",eltimetodatetime(time)), " Symbol: ",symbolname, " BarNumer: ",BarNumber:1:1 ); BarNumber...
by tradingest
15 Feb 2021
Forum: MultiCharts
Topic: BarNumber issue
Replies: 4
Views: 848

Re: BarNumber issue

hi, what bar type ?
M15 bar type, intraday chart
by tradingest
14 Feb 2021
Forum: MultiCharts
Topic: BarNumber issue
Replies: 4
Views: 848

BarNumber issue

Hi there,

why the BarNumber printed is different from BarNumber shown on Data Windows?

Thanks
by tradingest
04 Feb 2021
Forum: MultiCharts
Topic: Box drawing based on hours
Replies: 2
Views: 480

Re: Box drawing based on hours

can anyone help me?
by tradingest
30 Jan 2021
Forum: MultiCharts
Topic: Box drawing based on hours
Replies: 2
Views: 480

Re: Box drawing based on hours

somebody can you help me with an example?
by tradingest
29 Jan 2021
Forum: MultiCharts
Topic: Box drawing based on hours
Replies: 2
Views: 480

Box drawing based on hours

Hi there,

somebody has the example or a code to allow us to color a box on the chart for each day based on hours?
For example from 8:00 am to 10:00 am the box should to consider the high and the low of this period and to draw it to each day.

thanks in advance
by tradingest
04 Jun 2020
Forum: MultiCharts
Topic: Indicator Open
Replies: 3
Views: 967

Re: Indicator Open

Thanks JoshM, you are very kind. I have resolved thanks to you but I have another problem to resolve. My code below it's very easy, I want to stop and open the opposite position in the same time. if MACD >0 and MP =0 and WPR[1] < 80 then begin Buy ("Long") 1 contract next bar at C limit; end; if MAC...
by tradingest
01 Jun 2020
Forum: MultiCharts
Topic: Indicator Open
Replies: 3
Views: 967

Indicator Open

Hi there, I have built an indicator that works on opening the candle. The indicator during the life of the candle doesn't change. I'd like to use it in Open candle and not in the next candle. For example I want to open the candle where appear my red arrow because the indicator shown below is formed ...
by tradingest
29 May 2020
Forum: MultiCharts
Topic: Hedging position
Replies: 2
Views: 1028

Hedging position

Hi there,

how I can do hedging using easy language code.
Exists some flag or option to allow hedging?

For examples I want in the same candle close the previous trade buy and open the position sell. Is it possible to do this?

Thanks in advance
by tradingest
22 May 2020
Forum: MultiCharts
Topic: Scaling IN
Replies: 3
Views: 961

Re: Scaling IN

Just to rule of an accidental wrong setting: did you allow the strategy, in the 'Strategy Properties' window, to scale into positions? That setting is under 'Position Limits' and has radio buttons for 'when the order is generated by a different entry order' and 'regardless of the entry that generat...
by tradingest
22 May 2020
Forum: MultiCharts
Topic: Scaling IN
Replies: 3
Views: 961

Scaling IN

Hi there, I try to enter in more position while retracing the price but in my code only the firts one entering. Why? The code below: if Low[0]<= FirstEntry and PosNum1 < 1 and MP = 0 then begin StopLongEntry = 1; PosNum1 = 1; SumPos = PosNum1; Buy ("Long1") PosNum1 contract this bar at close; end; i...
by tradingest
09 May 2020
Forum: MultiCharts
Topic: Print Volume = 0
Replies: 3
Views: 1065

Re: Print Volume = 0

As shown below the volume are present in the chart

Image

Ho Can I print the volume?

Thanks
by tradingest
09 May 2020
Forum: MultiCharts
Topic: Print Volume = 0
Replies: 3
Views: 1065

Print Volume = 0

Hi there,

I try to print the Volume but the result is the following.
Why the Volume is always 0? In the chart the Volume is present.

Image

Thanks in advance
by tradingest
09 May 2020
Forum: MultiCharts
Topic: No print anymore [SOLVED]
Replies: 2
Views: 892

Re: No print anymore [SOLVED]

I don't know...I closing and opening again and the prints reappeared.

thanks for the support
by tradingest
01 May 2020
Forum: MultiCharts
Topic: No print anymore [SOLVED]
Replies: 2
Views: 892

No print anymore [SOLVED]

Hi there,

I'm coding but after an error I can't print anymore.
In the output tab I can't see nothing if I use the print function.
Why?

Thanks in advance
by tradingest
14 Jan 2019
Forum: MultiCharts
Topic: Set RangeBar [SOLVED]
Replies: 2
Views: 1237

Re: Set RangeBar [SOLVED]

Thanks so much
by tradingest
13 Jan 2019
Forum: MultiCharts
Topic: Set RangeBar [SOLVED]
Replies: 2
Views: 1237

Set RangeBar [SOLVED]

Hi guys,

can you please help me to set the RangeBar? I'm going crazy :shock:

I want to set a chart with RangeBar with 50pip on EURUSD

thanks
by tradingest
05 Sep 2018
Forum: MultiCharts
Topic: Portfolio Trader close all trades
Replies: 5
Views: 1672

Re: Portfolio Trader close all trades

If I want create a simple strategy C>O and to apply this strategy at 20 cross how can I do it?
I want set the take profit and stop loss for the whole portfolio.

Can you help me to buil this?

thanks in advance
by tradingest
01 Sep 2018
Forum: MultiCharts
Topic: Portfolio Trader close all trades
Replies: 5
Views: 1672

Re: Portfolio Trader close all trades

Are news about it?
by tradingest
31 Aug 2018
Forum: MultiCharts
Topic: Portfolio Trader close all trades
Replies: 5
Views: 1672

Re: Portfolio Trader close all trades

Anybody can you help me?
by tradingest
30 Aug 2018
Forum: MultiCharts
Topic: Portfolio Trader close all trades
Replies: 5
Views: 1672

Portfolio Trader close all trades

Hi all,

I have 11 cross in Portfolio Trader and I want to close all trade when the portfolio profit reach 100$.

I can have long and short position opened.

How can I make it?

thanks,
by tradingest
17 Feb 2018
Forum: MultiCharts
Topic: Max value [SOLVED]
Replies: 1
Views: 1147

Max value [SOLVED]

Hi all,

How I make to identify the max of three values?

Ex.: max(L,H,O)

How can I make it?
by tradingest
10 Feb 2018
Forum: MultiCharts
Topic: Open eurusd [SOLVED]
Replies: 3
Views: 1417

Re: Open eurusd [SOLVED]

is it possible to have an example code with Global Variables?
by tradingest
06 Feb 2018
Forum: MultiCharts
Topic: Open eurusd [SOLVED]
Replies: 3
Views: 1417

Open eurusd [SOLVED]

Hi all,

is it possible to open a position at EURUSD and in the same moment open the position in GBPUSD?

Thanks
by tradingest
04 Feb 2018
Forum: MultiCharts
Topic: Format Y Price scale %
Replies: 2
Views: 1107

Format Y Price scale %

Hi all,

I want to compare two different instrument in the same SubChart.
Is it possible to set a Y price scale in percentage?

How can I make?

thanks
by tradingest
03 Feb 2018
Forum: MultiCharts
Topic: Misalignment data
Replies: 6
Views: 1778

Re: Misalignment data

Add below
COMEX.JPG
(41.6 KiB) Downloaded 628 times
FOREX.JPG
(42.05 KiB) Downloaded 628 times
by tradingest
03 Feb 2018
Forum: MultiCharts
Topic: Misalignment data
Replies: 6
Views: 1778

Re: Misalignment data

Hi all,

below tab setup put from QuoteManager as required
Tradestation_data.JPG
(87.19 KiB) Downloaded 628 times
EURUSD_Tradestation.JPG
(34.7 KiB) Downloaded 628 times
@GC_Tradestation.JPG
(34.65 KiB) Downloaded 628 times
Why I see the candles misaligned?

thanks for your help
by tradingest
31 Jan 2018
Forum: MultiCharts
Topic: Sync position
Replies: 7
Views: 2451

Re: Sync position

different minutes
by tradingest
30 Jan 2018
Forum: MultiCharts
Topic: Misalignment data
Replies: 6
Views: 1778

Re: Misalignment data

Above TS below LMAX and I use session local

Can you help me?
by tradingest
29 Jan 2018
Forum: MultiCharts
Topic: Manage trade between plus brokers
Replies: 1
Views: 742

Manage trade between plus brokers

Hi all,

I can open one trade in the same moment on two different brokers?

Thanks
by tradingest
28 Jan 2018
Forum: MultiCharts
Topic: Misalignment data
Replies: 6
Views: 1778

Misalignment data

Hi all,

why when I compare the same instrument between 2 different broker I see the misalignment as shown below?
Below EURUSD daily between 2 different broker.
misalignment.JPG
(53.19 KiB) Downloaded 692 times
Thanks
by tradingest
27 Jan 2018
Forum: MultiCharts
Topic: Automate Order execution
Replies: 4
Views: 1490

Re: Automate Order execution

Thanks anyway
by tradingest
27 Jan 2018
Forum: MultiCharts
Topic: Automate Order execution
Replies: 4
Views: 1490

Re: Automate Order execution

This solution I'd like to have it for the manual trading and not systematic
by tradingest
27 Jan 2018
Forum: MultiCharts
Topic: FormatDate with hh:mm:ss [SOLVED]
Replies: 1
Views: 1483

FormatDate with hh:mm:ss [SOLVED]

Hi all,

currently I have this format date but I want to see the date with hh:mm:ss.

Code: Select all

print("Data: ", FormatDate( "dd-MM-yyyy",ElDateToDateTime(Date)));
How can I modify the code above to see format date with hh:mm:ss.

thanks
by tradingest
27 Jan 2018
Forum: MultiCharts
Topic: Chart resolution [SOLVED]
Replies: 6
Views: 2071

Re: Chart resolution [SOLVED]

Each time that I want change chart I must so?

If I have eurusd at 25tick 50tick and 1min I can manage these 3 timeframe in the same chart easily with click on timeframe that I want?
by tradingest
26 Jan 2018
Forum: MultiCharts
Topic: Chart resolution [SOLVED]
Replies: 6
Views: 2071

Chart resolution [SOLVED]

Hi all,

if I put the same symbol in my scanner, exists a way to view the symbol chart with the same resolution set in the scanner?

thanks
by tradingest
26 Jan 2018
Forum: MultiCharts
Topic: Automate Order execution
Replies: 4
Views: 1490

Automate Order execution

Hi all,

it is possible not to disable the automate strategy execution when change the timeframe?


thanks
by tradingest
25 Jan 2018
Forum: MultiCharts
Topic: Sync position
Replies: 7
Views: 2451

Re: Sync position

I want to development a system very quick but with this slowness is impossible
by tradingest
25 Jan 2018
Forum: MultiCharts
Topic: Sync position
Replies: 7
Views: 2451

Re: Sync position

why the sync position is very slow?
by tradingest
25 Jan 2018
Forum: MultiCharts
Topic: Slow Sync
Replies: 1
Views: 765

Slow Sync

Hi all,

why the sync position is very slow...when I open the position from my smartphone, the sync od position is very slow and MC place order after much time.

Why this slowness to enter stop and profit orders?

thanks
by tradingest
17 Jan 2018
Forum: MultiCharts
Topic: Sync position
Replies: 7
Views: 2451

Re: Sync position

Thanks,

If I want to manage all position without apply the signal on each chart it's possible?

For example, independently from the position opened eurusd or gbpusd, when I reach 100$ stop the open position, so close all active order filled and not. Is it possible?
by tradingest
16 Jan 2018
Forum: MultiCharts
Topic: Sync position
Replies: 7
Views: 2451

Sync position

Hi all,

if I open the position with mobile and I want to manage the position through code, signal, is it possible to have the correct setup in strategy position?
setup.JPG
(85.69 KiB) Downloaded 845 times
thanks
by tradingest
14 Jan 2018
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4872

Re: bridge between MT and MC [SOLVED]

But with this is it possible to open position in MT4 and manage it with multicharts?
by tradingest
01 Jan 2018
Forum: MultiCharts
Topic: No PlotPaintBar
Replies: 1
Views: 663

No PlotPaintBar

Hi all,

like exists noplot for the command Plot, exists something for no plot plotpintbar?

Thanks,
by tradingest
09 Dec 2017
Forum: MultiCharts
Topic: Cover short trade very strange
Replies: 4
Views: 1192

Re: Cover short trade very strange

How can I verify that?
by tradingest
01 Dec 2017
Forum: MultiCharts
Topic: Bitcoin charts
Replies: 17
Views: 9217

Re: Bitcoin charts

Bitfinex more advanced and professional for algo trading. It's like an exchange CME.
Algo trading through API or exist other way?
by tradingest
01 Dec 2017
Forum: MultiCharts
Topic: Cover short trade very strange
Replies: 4
Views: 1192

Re: Cover short trade very strange

this happens also for the entry of the trade like shown below
Immagine 001.png
(2.9 KiB) Downloaded 485 times
by tradingest
01 Dec 2017
Forum: MultiCharts
Topic: Cover short trade very strange
Replies: 4
Views: 1192

Cover short trade very strange

Hi all,

why the cover is more low to the real low of the candle? What's happen?

The low of candle shown is 3510,75 while the cover is 3495,25. Why?
sell.JPG
(16.96 KiB) Downloaded 486 times
data.JPG
(21.29 KiB) Downloaded 486 times
thanks
by tradingest
01 Dec 2017
Forum: MultiCharts
Topic: Bitcoin charts
Replies: 17
Views: 9217

Re: Bitcoin charts

I want also see the others cryptosurrencies and not only bitcoin. Is It possible?
I open account by
https://www.bitfinex.com/
It's very easy and fast.
You have all cryptocurrency that you wish to trade.
Is it better https://poloniex.com or bitfinex?

What are the difference?
by tradingest
28 Nov 2017
Forum: MultiCharts
Topic: Bitcoin charts
Replies: 17
Views: 9217

Re: Bitcoin charts

I want also see the others cryptosurrencies and not only bitcoin. Is It possible?
by tradingest
28 Nov 2017
Forum: MultiCharts
Topic: Bitcoin charts
Replies: 17
Views: 9217

Cryptocurrencies

Hi all,

when will be possible to view in Multicharts platform the cryptocurrencies?
by tradingest
25 Nov 2017
Forum: MultiCharts
Topic: barnumber
Replies: 1
Views: 920

barnumber

Hi all,

why the I see the number of barnumber of 100 value less?

Tha correct value is 365 but I see 265 in my output print log

thanks
by tradingest
24 Nov 2017
Forum: MultiCharts
Topic: Quote Manager [SOLVED]
Replies: 2
Views: 1264

Re: Quote Manager [SOLVED]

now works again,

thanks Henry
by tradingest
23 Nov 2017
Forum: MultiCharts
Topic: Plotpaintbar [SOLVED]
Replies: 8
Views: 2440

Re: Plotpaintbar [SOLVED]

ABC,

the correct code is:

Code: Select all

Plotpaintbar[1](High[1],Low[1],Open[1],Close[1], "OpenPrice", blue);
In this way I plot the previous bar but I need to write [1] not only on Plotpaintbar but also on all value previous candle
by tradingest
23 Nov 2017
Forum: MultiCharts
Topic: Quote Manager [SOLVED]
Replies: 2
Views: 1264

Quote Manager [SOLVED]

Hi all,

why the quote manager is shown in the bar but if I click above the window don't open?
Immagine 002.png
(5.16 KiB) Downloaded 437 times
thanks
by tradingest
23 Nov 2017
Forum: MultiCharts
Topic: Plotpaintbar [SOLVED]
Replies: 8
Views: 2440

Re: Plotpaintbar [SOLVED]

Thanks ABC,

I try and let you know
by tradingest
23 Nov 2017
Forum: MultiCharts
Topic: Plotpaintbar [SOLVED]
Replies: 8
Views: 2440

Re: Plotpaintbar [SOLVED]

So, if I use plot[1] this problem cannot resolved?
by tradingest
23 Nov 2017
Forum: MultiCharts
Topic: Plotpaintbar [SOLVED]
Replies: 8
Views: 2440

Re: Plotpaintbar [SOLVED]

Hi ABC,

I want see the correct color without red. In the previous image posted I see the red but the color must be only blue. Why I also see the red color?
by tradingest
22 Nov 2017
Forum: MultiCharts
Topic: Compile button [SOLVED]
Replies: 1
Views: 927

Compile button [SOLVED]

Hi all,

is it possible to change the keyboard Shortcuts from F3 to Alt+Space for the compile button in the PowerLanguage Editor?

Thanks
by tradingest
22 Nov 2017
Forum: MultiCharts
Topic: Plotpaintbar [SOLVED]
Replies: 8
Views: 2440

Plotpaintbar [SOLVED]

Hi everybody,

why I don't see the correct plet with Plotpaintbar? What is missing to configure it correctly?
Here is the code:

Code: Select all

Plotpaintbar[1](O,H,L,C, "OpenPrice", blue);
plot.JPG
(16.91 KiB) Downloaded 729 times
Thanks
by tradingest
26 Feb 2017
Forum: MultiCharts
Topic: Replace string [SOLVED]
Replies: 2
Views: 1042

Re: Replace string [SOLVED]

thanks
by tradingest
26 Feb 2017
Forum: MultiCharts
Topic: Replace string [SOLVED]
Replies: 2
Views: 1042

Replace string [SOLVED]

Hi all,

how I can make to replace "continuous Contract" with ""?

Code: Select all

plot9(description, "Description");
replace.png
(8.69 KiB) Downloaded 434 times
Thanks
by tradingest
01 Feb 2017
Forum: MultiCharts
Topic: Using Forms Classes [SOLVED]
Replies: 1
Views: 1011

Using Forms Classes [SOLVED]

Hi all,

it's possible make the form in Multicharts like TS as show below?
Immagine 041.png
(17.86 KiB) Downloaded 450 times
Thanks
by tradingest
28 Jan 2017
Forum: MultiCharts
Topic: Write the letter at the end [SOLVED]
Replies: 2
Views: 1342

Re: Write the letter at the end [SOLVED]

thanks for the suggestion
by tradingest
27 Jan 2017
Forum: MultiCharts
Topic: Write the letter at the end [SOLVED]
Replies: 2
Views: 1342

Write the letter at the end [SOLVED]

Hi all,

how I can make to write a letter at the end of the line?
Immagine 025.png
(3.27 KiB) Downloaded 626 times
thanks in advance
by tradingest
16 Jan 2017
Forum: MultiCharts
Topic: barssinceentry equivalent
Replies: 2
Views: 1684

barssinceentry equivalent

Hi all,

what is the equivalent function to count the bar in the indicator?
The barssinceentry is valid only for signal.

Thanks
by tradingest
29 Dec 2016
Forum: MultiCharts
Topic: Scanning...Total
Replies: 2
Views: 823

Re: Scanning...Total

are you a new hires?

you are welcome Angelina
by tradingest
28 Dec 2016
Forum: MultiCharts
Topic: Function CASE...WHEN
Replies: 1
Views: 1000

Function CASE...WHEN

Hi all,

in easylanguage code as I can make the function CASE...WHEN if I have more cases?

thanks
by tradingest
28 Dec 2016
Forum: MultiCharts
Topic: Scanner missing data [SOLVED]
Replies: 1
Views: 886

Scanner missing data [SOLVED]

Hi,

why in my scanner Watchlist I don't see the value High, Low etc as show below?
Immagine 033.png
(8.38 KiB) Downloaded 419 times
thanks
by tradingest
28 Dec 2016
Forum: MultiCharts
Topic: Scanning...Total
Replies: 2
Views: 823

Scanning...Total

Hi all,

what does it means Total 30 as show below?
Immagine 031.png
(1.62 KiB) Downloaded 350 times
by tradingest
27 Dec 2016
Forum: MultiCharts
Topic: Scanning very slow
Replies: 4
Views: 1573

Re: Scanning very slow

I have saved the data through QM but is slow and I don't undestand why.
by tradingest
27 Dec 2016
Forum: MultiCharts
Topic: Scanning very slow
Replies: 4
Views: 1573

Re: Scanning very slow

I' m using TS data and depth of 200 bars.
Slow refers to time of scanning to see the results in the watchlist.

Any suggestions to improve the scanning?
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanning very slow
Replies: 4
Views: 1573

Scanning very slow

Hi,

why the scanning is too much slow?
I have only 170 instruments.

Any suggestions?

Thanks
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

Hi ABC,

thanks for the support. I resolved my question but below I post other question always on scanner.

Why I don't see the value for some symbols?
Immagine 030.png
(24.13 KiB) Downloaded 1281 times
thanks for valuable suggestions
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

Var: UpperBB(0), LowerBB(0), Length(20), NumDevs(2), risk(0); UpperBB = BollingerBand(C, Length, NumDevs); LowerBB = BollingerBand(C, Length, NumDevs*-1); If H > UpperBB then begin risk = (H-L)/H*100; plot10("Short","Short",red); plot15(risk,"Rishio%",cyan); plot20(H,"High",cyan); end else begin No...
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

Hi,

thank you for your suggestions but I don't understand all the scan process.
If I write condition14 = L < LowerBB, I want see only the stocks that has this condition in the currently candle and not previous candle.

I don't understand. Can you help me?

I write noPlot but doesn't work. Why?
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

Because you set it when your condition is true, but never reset it. If you set the value of a variable within your conditional check "if Condition12 then begin..." it would keep this value until you change it again, too. It's similar for the plots in the Scanner, they will simply keep the last valu...
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Pre-Scanning doesn't work
Replies: 2
Views: 1045

Re: Pre-Scanning doesn't work

I can't use the scanner because if I select the value H >100 and push rescan the list in watchlist doesn't update
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

tradingest, the scanner is not wrong, it does exactly what your code tells it to do. When you set plot values they will be kept until you update them again. This means you will have to either remove them (using NoPlot) or set them to a different value when your Condition12 is no longer present. Reg...
by tradingest
26 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

Do you have the same indicator settings on the chart as you use in the Scanner/Watchlist?
Yes. In My case L [1] is not lower at BBLower but I continue to see the signals.
by tradingest
25 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Re: Scanner wrong

somebody can you help me to resolve this problem?
by tradingest
23 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

If I plot the Bid or plot the ask value the chart is ok but if I plot the trade value I don't see the charts.
Is More strange but is so.

I have resolved using the e-micro gold MCG
by tradingest
23 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

Thanks,

now I see the chart with bid plot. No trade plot. I don't know
by tradingest
23 Dec 2016
Forum: MultiCharts
Topic: Scanner wrong
Replies: 13
Views: 3429

Scanner wrong

Hi friends, my condition for the scanner is the following: Var: LowerBB(0), risk(0); LowerBB = BollingerBand(C, 20,-2); Condition12 = H < H[1] and L > L[1] and H[1] < H[2] and L[1] < L[2] and L[1] < LowerBB; If Condition12 Then Begin risk = ((H[1] - L[1])/H[1])*100; plot1("Long","Trade",green); plot...
by tradingest
23 Dec 2016
Forum: MultiCharts
Topic: Pre-Scanning doesn't work
Replies: 2
Views: 1045

Pre-Scanning doesn't work

Hi all,

why if I select the criteria to scan the scanner doesn't work?
What is wrong in the process?
Immagine 025.png
(15.46 KiB) Downloaded 450 times
thanks
by tradingest
23 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

In QM you find XAUUSD under Commodity I see you did connect in QM....?!? :? Do you have a free ticker or did you use up all 100 :lol: Did you enter the right session? Hi siscop, right now I see the chart but my field quote is Bid and not trade. It's correct? Kindly tell me which hours session you h...
by tradingest
23 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

Please plot a chart for Ask or Bid quote field
Henry thank for the support.
What is the difference between quote field bid or ask and trade?
by tradingest
22 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

Do you have a free ticker or did you use up all 100 :lol:
I don't understand.
by tradingest
22 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

Hi siscop,

thanks so much for your help but I continue to have the same problem. No data as you can see below.
Kindly you can help me?
by tradingest
22 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

Re: XAUUSD doesn't work with IB [SOLVED]

Hi Henry,

I have the subscription data for the instruments because I see in TWS platform the charts. I can't see the charts into quote manager. Doesn't load the data for these instruments. Why?
by tradingest
21 Dec 2016
Forum: MultiCharts
Topic: XAUUSD doesn't work with IB [SOLVED]
Replies: 12
Views: 3782

XAUUSD doesn't work with IB [SOLVED]

Hi all,

why I can't load a chart for these instruments below with IB?
In the column Collect RT does not receive the data

Thanks,
tradingest
by tradingest
17 Dec 2016
Forum: MultiCharts
Topic: Import daily data stock
Replies: 4
Views: 1846

Re: Import daily data stock

thanks for your suggestion but reading the link above in my MC I don't see the Google or yahoo provider. Why?

Cab you help me?
by tradingest
16 Dec 2016
Forum: MultiCharts
Topic: Import daily data stock
Replies: 4
Views: 1846

Import daily data stock

Hi all,

can I import data from yahoo or other free source?
It's possible have a suggestion to set free daily data feeds?

thanks
by tradingest
16 Dec 2016
Forum: MultiCharts
Topic: Round decimal into watchlist [SOLVED]
Replies: 1
Views: 916

Round decimal into watchlist [SOLVED]

Hi all,

why I can't set the decimal into watchlist.
Below you see the first row correct set because I have change the decimals into format study --> Style

Round form code doesn't works.

If I want set all rows without set one by one how I can do it?

Thanks
by tradingest
13 Dec 2016
Forum: MultiCharts
Topic: Account MT4 and MC at the same time
Replies: 10
Views: 5263

Re: Account MT4 and MC at the same time

It's possible to have your tool to share and generate signals from MC and send it in other platform.
by tradingest
11 Dec 2016
Forum: MultiCharts
Topic: Portfolio trader
Replies: 6
Views: 2036

Re: Portfolio trader

but my result in portfolio trader is the same at backtest in multicharts with precision 1 minute. Why? Seems that 1 minute precision is adopted
by tradingest
11 Dec 2016
Forum: MultiCharts
Topic: Close trade after 20h
Replies: 1
Views: 708

Close trade after 20h

Hi all,

how I can close the trade after 20h since open?
by tradingest
11 Dec 2016
Forum: MultiCharts
Topic: Portfolio trader
Replies: 6
Views: 2036

Re: Portfolio trader

other question,

in portfolio trader the backtest precision (1 min) how I can set it.
I can't see the information about it
by tradingest
11 Dec 2016
Forum: MultiCharts
Topic: Portfolio trader
Replies: 6
Views: 2036

Re: Portfolio trader

Yes, its possible.
Would you explain to me how you did it. It possible to make real trade with portfolio trader instead of open different charts and apply one to one strategies?

Can you help me?
by tradingest
09 Dec 2016
Forum: MultiCharts
Topic: Portfolio trader
Replies: 6
Views: 2036

Portfolio trader

Hi all, if I have 2 strategies in applied in the same instruments in the portfolio strategy I can choose that the first strategy is for the first instrument and the second strategy is for the second instrument? It's possibile choose and associate one strategy at the single instrument? Below in the s...
by tradingest
06 Dec 2016
Forum: MultiCharts
Topic: Protect code through dll [SOLVED]
Replies: 5
Views: 1881

Re: Protect code through dll [SOLVED]

exist a user guide to create the dll file integrated with MultiCharts EL?
by tradingest
06 Dec 2016
Forum: MultiCharts
Topic: No email when answer at my topic [SOLVED]
Replies: 4
Views: 1275

Re: No email when answer at my topic [SOLVED]

Hello,

You needed to subscribe manually to the topic to receive emails. However, it was fixed and now it will be done automatically for the new posts.
When I create a topic I'm automatically subscribed but I don't have received your answer in my email and for this topic I was register.

Why?
by tradingest
05 Dec 2016
Forum: MultiCharts
Topic: No email when answer at my topic [SOLVED]
Replies: 4
Views: 1275

Re: No email when answer at my topic [SOLVED]

somebody can you hel me?
by tradingest
03 Dec 2016
Forum: MultiCharts
Topic: No email when answer at my topic [SOLVED]
Replies: 4
Views: 1275

No email when answer at my topic [SOLVED]

Hi all,

why in the last period I not receive the email that allow me to understand when I receive the answer at my topic?

thanks
by tradingest
01 Dec 2016
Forum: MultiCharts
Topic: Signal indicator constant
Replies: 2
Views: 1124

Re: Signal indicator constant

do you want the line plotting forward to stop when it is hit? or do you want the line to continue for x number of bars?
Only when the price touch the first time
by tradingest
30 Nov 2016
Forum: MultiCharts
Topic: Protect code through dll [SOLVED]
Replies: 5
Views: 1881

Re: Protect code through dll [SOLVED]

I want a robust protection. It's possible associate a dll with MC easy language?

Thanks
by tradingest
29 Nov 2016
Forum: MultiCharts
Topic: Protect code through dll [SOLVED]
Replies: 5
Views: 1881

Protect code through dll [SOLVED]

Hi all,

somebody know the secure way to protect the easylanguage code?

Thanks,
tradingest
by tradingest
26 Nov 2016
Forum: MultiCharts
Topic: Run 3 same strategies in a chart
Replies: 3
Views: 1304

Re: Run 3 same strategies in a chart

Any suggestions?
by tradingest
23 Nov 2016
Forum: MultiCharts
Topic: Run 3 same strategies in a chart
Replies: 3
Views: 1304

Re: Run 3 same strategies in a chart

somebody can you help me?

I have 3 strategies on the gold, 2 daily and 1 long term. It's possible manage these three strategies indipendently without 1 strategy corrupts the other one?

Any suggestions?
by tradingest
20 Nov 2016
Forum: MultiCharts
Topic: Run 3 same strategies in a chart
Replies: 3
Views: 1304

Run 3 same strategies in a chart

Hi all,

Can I run three same strategies in the same chart with take profit different but the same stop?
There are contraindications to load three strategies in a chart?

Thanks
by tradingest
17 Nov 2016
Forum: MultiCharts
Topic: Settings Natural Gas [SOLVED]
Replies: 5
Views: 1817

Re: Settings Natural Gas [SOLVED]

Alex,

can you help me to configure the USDJPY and EURUSD?
I had read the post Setting Properties but I can not set the correct Settings Symbol and I'm blocked.

Can you help me for this 2 instruments?

Thanks thanks thanks
by tradingest
17 Nov 2016
Forum: MultiCharts
Topic: Real time strategy maxiddrawdown
Replies: 5
Views: 1413

Re: Real time strategy maxiddrawdown

Code: Select all

if balance > 5000 and maxiddrawdown <> 0
then begin
N = Round((balance)/((maxiddrawdown*-1)),0);
end;
thanks so much
by tradingest
15 Nov 2016
Forum: MultiCharts
Topic: Real time strategy maxiddrawdown
Replies: 5
Views: 1413

Re: Real time strategy maxiddrawdown

My strategy has performed several real trade but the value is still zero

Can you help me?
by tradingest
13 Nov 2016
Forum: MultiCharts
Topic: Real time strategy maxiddrawdown
Replies: 5
Views: 1413

Real time strategy maxiddrawdown

Hi all,

when I print the function maxiddrawdown the output in my real time strategy is 0.0. Why?
I'd like to identify the max DD for the whole period the my real time strategy.

It's possible? There are suggestions?

thanks
by tradingest
12 Nov 2016
Forum: MultiCharts
Topic: MULTICHARTS 10.0 RELEASE CANDIDATE
Replies: 21
Views: 12706

Re: MULTICHARTS 10.0 RELEASE CANDIDATE

Hi, currently I have the version 9.1 build 12587. I'd like to install the version 10 beta 2. I can install the new version without uninstall the previous version or I must uninstall and the install the new version? How I can keep all my studies without losing them as a result of the new installation...
by tradingest
12 Nov 2016
Forum: MultiCharts
Topic: Stop backtest calculation [SOLVED]
Replies: 2
Views: 984

Re: Stop backtest calculation [SOLVED]

precise and generic replies. You are fantastic.
by tradingest
11 Nov 2016
Forum: MultiCharts
Topic: Stop backtest calculation [SOLVED]
Replies: 2
Views: 984

Stop backtest calculation [SOLVED]

Hi all,

there is a way to stop the calculation strategy backtest when my log find out a problem?
I will stop strategy to change the code and recalculate

thanks
by tradingest
11 Nov 2016
Forum: MultiCharts
Topic: Display print lika a list [SOLVED]
Replies: 1
Views: 984

Display print lika a list [SOLVED]

Hi all,

when I print the function as show below, all the print is displayed in a row.

Image

It's possible view like a list and not a row
by tradingest
11 Nov 2016
Forum: MultiCharts
Topic: Use setpercenttrailing partially for 1 contract of 2 [SOLVED]
Replies: 1
Views: 883

Use setpercenttrailing partially for 1 contract of 2 [SOLVED]

Hi,

can I use the function setpercenttrailing to make go out only 1 contract on 2 contracts used?

thanks,
by tradingest
11 Nov 2016
Forum: MultiCharts
Topic: Trade correlation [SOLVED]
Replies: 2
Views: 1227

Re: Trade correlation [SOLVED]

someone has something to suggest
by tradingest
11 Nov 2016
Forum: MultiCharts
Topic: Settings Natural Gas [SOLVED]
Replies: 5
Views: 1817

Re: Settings Natural Gas [SOLVED]

Hello tradingest, The settings of an instrument depend on the data source used. For example, corresponding instrument from IB has the following settings: Price Scale: 1/1000 Min. Movement: 1 Big Point Value: 10000 You may try these ones for your case. Note that the settings will be applied only if ...
by tradingest
10 Nov 2016
Forum: MultiCharts
Topic: Color chart area
Replies: 1
Views: 1068

Color chart area

Hi all,

can I set a color for a chart area on the bases of conditions?

thanks for advice
by tradingest
09 Nov 2016
Forum: MultiCharts
Topic: Settings Natural Gas [SOLVED]
Replies: 5
Views: 1817

Settings Natural Gas [SOLVED]

Hi all,

I don't set the correct settings for the Natual Gas Futures.
Somebody can you help me?

Image

thanks,
tradingest
by tradingest
06 Nov 2016
Forum: MultiCharts
Topic: Identify correct marketposition
Replies: 0
Views: 950

Identify correct marketposition

Hi all,

how I can make to identify the correct value of marketposition when entry price and exit price are in the same bar like see you in the picture below?

Image

thanks,
tradingest
by tradingest
06 Nov 2016
Forum: MultiCharts
Topic: Recovery DataTime for each bar at 5 min
Replies: 0
Views: 761

Recovery DataTime for each bar at 5 min

Hi all,

how I can recovery for each bar the correct time bar(including date)?

Thanks
by tradingest
06 Nov 2016
Forum: MultiCharts
Topic: Communicate 2 platforms
Replies: 4
Views: 1511

Re: Communicate 2 platforms

Impossible !

(Need third party program to share memory)
You know third party to make this?

thanks
by tradingest
04 Nov 2016
Forum: MultiCharts
Topic: Communicate 2 platforms
Replies: 4
Views: 1511

Communicate 2 platforms

Hi all,

it's possible make to communicate 2 MC to send orders from one an other one without code ELD in second MC?
by tradingest
04 Nov 2016
Forum: MultiCharts
Topic: Filled same price
Replies: 2
Views: 928

Re: Filled same price

Name your entry. Then code exits that reference that name and that aren't sitting in a marketposition condition. Change in marketposition is only detected when the first tick of the next bar is received (using normal, non IOG, settings). E.g. Buy ("entry1") 1 shares next bar at var1 limit; Then, pe...
by tradingest
04 Nov 2016
Forum: MultiCharts
Topic: Trade correlation [SOLVED]
Replies: 2
Views: 1227

Trade correlation [SOLVED]

Hi all,

where I can find the material to understand how I can send order into markets when the signal coming from other markets?

For example: I have a long signal into Gold instrument and I want short USDJPY

Thanks,
tradingest
by tradingest
04 Nov 2016
Forum: MultiCharts
Topic: MULTICHARTS 10.0 RELEASE CANDIDATE
Replies: 21
Views: 12706

Re: MULTICHARTS 10.0 RELEASE CANDIDATE

MultiCharts 10.0 Release Candidate is available for download now (builds 13499/13500)! Completely new design and support for 4K resolution, Monte Carlo analysis, new Optimization Results window, Annual Return & Annualized Sharpe Ratio, Emulated Stop and Stop-Limit orders, 1/10000000 Price Scale, bu...
by tradingest
03 Nov 2016
Forum: MultiCharts
Topic: Filled same price
Replies: 2
Views: 928

Filled same price

Hi all, I have a big problem and I hope to resolve it. Like show in the picture below when the target is reach in the same bar the code below is not taken into account http://www.multicharts.com/discussion/download/file.php?id=9995 If MP = 1 Then Begin value10 = 99999; End; Somebody have the solutio...
by tradingest
03 Nov 2016
Forum: MultiCharts
Topic: Show only last point
Replies: 0
Views: 777

Show only last point

Hi all, I can only see the last point created? The code below show me all point as shown in the picture http://www.multicharts.com/discussion/download/file.php?id=9994 Variable: LeftStrengthL(5), RightStrengthL(5), PivotL(0); if PivotLowVSBar( 1, L, LeftStrengthL, RightStrengthL, RightStrengthL + 1 ...
by tradingest
02 Nov 2016
Forum: MultiCharts
Topic: Signal indicator constant
Replies: 2
Views: 1124

Signal indicator constant

Hi all, like you see below I'd like to have a signal constant on the indicator. When the price is above the ball cyan the indicator below must be red always although after it falls below. http://www.multicharts.com/discussion/download/file.php?mode=view&id=9993&sid=29104e1a8daa4ce63fd64143481b90bd V...
by tradingest
30 Oct 2016
Forum: MultiCharts
Topic: 1 entry long for day [SOLVED]
Replies: 2
Views: 1246

Re: 1 entry long for day [SOLVED]

Hi Tony,

thanks for reply but my quesitons are for all. If not interested you can don't answer.
The forum serves to reduce the learning curve and of mutual benefit.

All questions are utility also for community.

thanks again
by tradingest
30 Oct 2016
Forum: MultiCharts
Topic: Change orders for strategy breakout [SOLVED]
Replies: 8
Views: 1999

Re: Change orders for strategy breakout [SOLVED]

If you want your strategy to cancel pending stop orders when the slippage is 1 or more, then it works. But do note that an if statement that uses this condition will also resubmit that stop order when the slippage is less than 1 If the spread return < 1 it's correct that strategy resubmit the order...
by tradingest
30 Oct 2016
Forum: MultiCharts
Topic: Change orders for strategy breakout [SOLVED]
Replies: 8
Views: 1999

Re: Change orders for strategy breakout [SOLVED]

easily I can write to cancel the order with code below:

Code: Select all

CurrentAsk - CurrentBid < 1.0
It's correct? Can be one of the many solutions?

because the slippage often is due to too much spread
by tradingest
30 Oct 2016
Forum: MultiCharts
Topic: 1 entry long for day [SOLVED]
Replies: 2
Views: 1246

1 entry long for day [SOLVED]

Hi all,

how I can write the code to entry 1 time long for day?

Currently I use this code but doesn't work as I want because I can have 2 entries for day, 1 long and 1 short

Code: Select all

EntriesToday(Date) = 0

tradingest
by tradingest
29 Oct 2016
Forum: MultiCharts
Topic: Change orders for strategy breakout [SOLVED]
Replies: 8
Views: 1999

Re: Change orders for strategy breakout [SOLVED]

The following order modification is possible in MultiCharts: - Adjusting the order's price - Changing the quantity of the order - Cancelling an order How I can make it? It's possible have a example code for 3 cases listed above? Currently I use If CurrentBid < H and CurrentBid > H - (1*bigpointvalu...
by tradingest
29 Oct 2016
Forum: MultiCharts
Topic: Change orders for strategy breakout [SOLVED]
Replies: 8
Views: 1999

Re: Change orders for strategy breakout [SOLVED]

I don't understand...can you explain with example or other words?

thanks
by tradingest
29 Oct 2016
Forum: MultiCharts
Topic: Change orders for strategy breakout [SOLVED]
Replies: 8
Views: 1999

Change orders for strategy breakout [SOLVED]

Hi all,

I can change orders for my strategy breakout? It's possible change orders from stop order at limit order? For a trategy breakout could be valid?

That's for riduce slippage in my breakout strategy if possible or exist some way.

Your advices?

tradingest
by tradingest
25 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

Hi Tony,

sorry I'm confused. I use stop order. This approach work the same?

tradingest
by tradingest
25 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

thanks for help but I hope that somebody is more pragmatic.

Nobody ask you to write the strategy for me but I want only hint.
by tradingest
25 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

now I don't have the code. I'd like the generic example
by tradingest
25 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

it's possible to have an example?
by tradingest
25 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

Hi tony, I have read that entryprice (1) representing the number of positions ago. Perfect! That said my question is: this function entryprice consider the order place or the real price filled? I work with limit order and the signal is generated from H(n). If I write code H (n) <>entryprice (1) is a...
by tradingest
25 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

Hi tony,

entryprice(1) to avoid the trade in the next day by previous price or this condition is always true also in the following days?
by tradingest
24 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

Re: To avoid the trade at the same previous price [SOLVED]

somebody can you help me to resolve this problem?
by tradingest
22 Oct 2016
Forum: MultiCharts
Topic: To avoid the trade at the same previous price [SOLVED]
Replies: 14
Views: 3715

To avoid the trade at the same previous price [SOLVED]

Hi all,

attached my problem that I want to avoid for not getting the trade at the same level of the previous.
The trade value is at a High candle

Image

Somebody can you help me?

Thanks,
tradingest
by tradingest
21 Oct 2016
Forum: MultiCharts
Topic: Scaling out [SOLVED]
Replies: 1
Views: 928

Scaling out [SOLVED]

Hi all,

how I can set the scaling out on 2 different exit level if I entry with 2 contracts?

thanks,
tradingest
by tradingest
21 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

When you rename the profile, the orders will not be shown for the period when it had another name, it is expected.
If I rename the profile name with the old name I can show old my trade or not?

Thanks,
tradingest
by tradingest
18 Oct 2016
Forum: MultiCharts
Topic: breakeven with offsett [SOLVED]
Replies: 2
Views: 1090

Re: breakeven with offsett [SOLVED]

somebody can you help me?
by tradingest
18 Oct 2016
Forum: MultiCharts
Topic: breakeven with offsett [SOLVED]
Replies: 2
Views: 1090

breakeven with offsett [SOLVED]

HI all,

how I can set the breakeven who offset (plus 3 tick for example) respect the entry level?

thanks,
tradingest
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

I can change it but also the order that you see was under the old profile name

I can try it.

Thanks the same for your contribution
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

all the tabs in Order and Position Tracker are empty. Only Orders has the information that I share above.
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

the trade is filled yesterday but I don't see.

how can I do?

tony thanks so much for you advises
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

here you are the screen that you have requested

Image

The new profile name is LMAX - live but I don't believe that the rename of profile can be a problem.

I don't see the trades made
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: Setstoploss_pt and Setpercenttrailing_pt doesn't work [SOLVED]
Replies: 1
Views: 1000

Setstoploss_pt and Setpercenttrailing_pt doesn't work [SOLVED]

Hi all, changing the setstoploss and setpercenttrailing with the setstoploss_pt and setpercenttrailing_pt my performance report doesn't show any trade. Why? setstopposition; setpercenttrailing_pt(Targ,0.1); setstoploss_pt(Stp); where variable: Tick(0); Tick = (MinMove/PriceScale); Variable: Targ(Tic...
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

right now the chart is aligned with account real and I see the trade on the chart but into windows Order and Position Tracker I don't see the trade, order etc and I don't know why. All manu are set all
by tradingest
15 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

Make sure you have the right profile selected from the dropdown
Thanks for the answer.
How I can see the correct profile?
by tradingest
14 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

Re: View Real Trade vs Backtest Trade

I don't see also the order and position tracker.
I have select the account Live in Trade Summary but I don't see the order and historical trade
by tradingest
14 Oct 2016
Forum: MultiCharts
Topic: View Real Trade vs Backtest Trade
Replies: 18
Views: 4393

View Real Trade vs Backtest Trade

Hi,

why I don't see my real trade in the chart?
I can compare real trade with backtest trade on the chart?

Thanks,
tradingest
by tradingest
24 Sep 2016
Forum: MultiCharts
Topic: Read Strategy Performance Report.xml [SOLVED]
Replies: 2
Views: 1373

Read Strategy Performance Report.xml [SOLVED]

Hi all,

it's possible to see strategy performance report .xml through some software?
I'd like see the report like .xlsx and not xml code

Thanks,
tradingest
by tradingest
11 Sep 2016
Forum: MultiCharts
Topic: Auto Trading with Playback
Replies: 2
Views: 1165

Auto Trading with Playback

Hi all,

it's possible to apply the auto trading strategy with mode playback?

thanks,
tradingest
by tradingest
11 Sep 2016
Forum: MultiCharts
Topic: Difference (x)ticks [SOLVED]
Replies: 1
Views: 1151

Difference (x)ticks [SOLVED]

Hi all,

I use LMAX data feed but through platform LMAX I see candles compared to Multicharts using same ticks. Why? There are settings that I don't make?

Image

Thanks,
tradingest
by tradingest
10 Sep 2016
Forum: MultiCharts
Topic: Join 2 charts [SOLVED]
Replies: 2
Views: 1546

Join 2 charts [SOLVED]

Hi all,

it's possible see into 2 charts the same line draw?
I'd like to see the same line into 2 charts but drawn into 1 chart.

Image

Thanks,
tradingest
by tradingest
07 Sep 2016
Forum: MultiCharts
Topic: history data LMAX [SOLVED]
Replies: 1
Views: 1111

history data LMAX [SOLVED]

Hi all,

you know how many years data (for forex and cfd) allow an account real of LMAX?

Thanks
by tradingest
06 Sep 2016
Forum: MultiCharts
Topic: See Bid/Ask in chart [SOLVED]
Replies: 1
Views: 1465

See Bid/Ask in chart [SOLVED]

Hi all,

it's possbile see at the same time bid and ansk.
How I can set it?

Thanks,
tradingest
by tradingest
30 Aug 2016
Forum: MultiCharts
Topic: Best broker
Replies: 1
Views: 1118

Best broker

Hi all,

for your experience the best broker to interface to MC which one?
Obviously with its own advantages and disadvantages.

Maybe a broker that offers the stock, futures and forex

Thanks,
tradingest
by tradingest
29 Aug 2016
Forum: MultiCharts
Topic: Data feed TS and trade with IB [SOLVED]
Replies: 1
Views: 1092

Data feed TS and trade with IB [SOLVED]

Hi all,

it's possible receive signals from TS data feeds and execute the order on Interactive Brokers?

Thanks,
tradingest
by tradingest
27 Jul 2016
Forum: MultiCharts
Topic: Apply strategy on different instruments [SOLVED]
Replies: 1
Views: 1409

Apply strategy on different instruments [SOLVED]

Hi there,

how I can set the same strategy on 100 instrument without open all charts and apply the strategy a chart for time?

Thanks all to help me,
tradingest
by tradingest
27 Jul 2016
Forum: MultiCharts
Topic: Indicator not correct value
Replies: 12
Views: 3595

Re: Indicator not correct value

Hi benten,

thanks but I don't know where I wrong.
Sorry. I'm not able to answer because I don't is clear.

You are very kind but in my scanner I continue to see the wrong value e I can't fix it.

tradingest
by tradingest
25 Jul 2016
Forum: MultiCharts
Topic: Indicator not correct value
Replies: 12
Views: 3595

Re: Indicator not correct value

Hi Ben,

I plot H
by tradingest
24 Jul 2016
Forum: MultiCharts
Topic: Indicator not correct value
Replies: 12
Views: 3595

Re: Indicator not correct value

many thanks bensat,

how I can make to set the same data between scanner and charts?
I have imported the symbols into scanner and I thought hat the data show is the last.

Can you help me to set the same data?

Thanks,
tradingest
by tradingest
24 Jul 2016
Forum: MultiCharts
Topic: Indicator not correct value
Replies: 12
Views: 3595

Re: Indicator not correct value

why not!!

The value into column z_shooting is the H value but that is different from H value candle.

Why?

The value should be showed if the H > DCHi. In this case is not true, H < DCHi.
by tradingest
24 Jul 2016
Forum: MultiCharts
Topic: Indicator not correct value
Replies: 12
Views: 3595

Indicator not correct value

Hi all, why I see the wrong value with this indicator? Var: Length(50), DCHi(0), DCLo(0), BarPercentage(50); DCHi = Highest(C,Length); DCLo = Lowest(C,Length); condition10 = O > C and H - O > O - C and C - L < O - C; condition20 = H > DCHi; If condition10 and condition20 then begin Plot1(H, "Hammer"...
by tradingest
27 Jun 2016
Forum: MultiCharts
Topic: Edit symbols
Replies: 3
Views: 1292

Re: Edit symbols

Hi Henry,

I know how to add the symbols but I don't know how to set the symbols with the parameters. It's clear now?

Thanks
by tradingest
27 Jun 2016
Forum: MultiCharts
Topic: Export Performance Report with OpenOffice
Replies: 3
Views: 1381

Re: Export Performance Report with OpenOffice

Hi Henry,

when I export the report in .xls the pop up is blocked. Why? I have though with depends from open office. It's possible?

Can you help me?
by tradingest
26 Jun 2016
Forum: MultiCharts
Topic: Export Performance Report with OpenOffice
Replies: 3
Views: 1381

Export Performance Report with OpenOffice

Hi all,

why I can't export the performance report using open office?

Thanks,
tradingest
by tradingest
26 Jun 2016
Forum: MultiCharts
Topic: Edit symbols
Replies: 3
Views: 1292

Edit symbols

Hi all,

there is a guide to set the symbols futures of TS and IB?

Thanks,
tradingest
by tradingest
19 Jun 2016
Forum: MultiCharts
Topic: Insert description watchlist
Replies: 3
Views: 1982

Re: Insert description watchlist

hi arnie,

how I can apply he indicator on the watch list?
by tradingest
19 Jun 2016
Forum: MultiCharts
Topic: Insert description watchlist
Replies: 3
Views: 1982

Insert description watchlist

Hi all,

how I can set the descriptions for each symbol?

Image

Thanks,
tradingest
by tradingest
16 Jun 2016
Forum: MultiCharts
Topic: EURUSD Forex Symbol Setting
Replies: 3
Views: 2550

Re: EURUSD Forex Symbol Setting

Hello tradingest,

Which data provider do you use?
Interactive Brokers
by tradingest
16 Jun 2016
Forum: MultiCharts
Topic: P&L blocked [SOLVED]
Replies: 4
Views: 2902

Re: P&L blocked [SOLVED]

Hello tradingest,

Did you have the Exception error message before it stopped updating?
Hi Henry,

the problem with FXCM has been resolved?
by tradingest
15 Jun 2016
Forum: MultiCharts
Topic: Transmit Orders
Replies: 2
Views: 1586

Re: Transmit Orders

the code below: var: N(50000), MP(0); MP = marketposition; inputs: FastLength( 12 ), SlowLength( 26 ), MACDLength( 9 ) ; variables: var15( 0 ), var30( 0 ), var60( 0 ) ; var15 = MACD( Close, FastLength, SlowLength ) of data1; var30 = MACD( Close, FastLength, SlowLength ) of data2; //var60 = MACD( Clo...
by tradingest
15 Jun 2016
Forum: MultiCharts
Topic: Transmit Orders
Replies: 2
Views: 1586

Transmit Orders

Hi all,

why I have to confirm the order like show below? What settings should I change to avoid confirming the order? I want the order is automatically entered

Image

thanks,
tradingest
by tradingest
15 Jun 2016
Forum: MultiCharts
Topic: EURUSD Forex Symbol Setting
Replies: 3
Views: 2550

EURUSD Forex Symbol Setting

Hi all,

it's correct this set for the symbol below in the image?

Image

Thanks,
tradingest
by tradingest
15 Jun 2016
Forum: MultiCharts
Topic: Backtest Forex
Replies: 9
Views: 3613

Re: Backtest Forex

Tony could you help me?
I can not fix the problem
by tradingest
15 Jun 2016
Forum: MultiCharts
Topic: Quote Manager problem
Replies: 1
Views: 1448

Quote Manager problem

Hi all,

what does it means?
Following the image:

Image

Thanks,
tradingest
by tradingest
15 Jun 2016
Forum: MultiCharts
Topic: Backtest Forex
Replies: 9
Views: 3613

Re: Backtest Forex

kindly can you help me?

For this problem I can't make backtest for forex market
by tradingest
14 Jun 2016
Forum: MultiCharts
Topic: Backtest Forex
Replies: 9
Views: 3613

Re: Backtest Forex

What chartresolution do you use? And do you use IOG?
Which resolution is for default? I don't set anything.
by tradingest
12 Jun 2016
Forum: MultiCharts
Topic: Backtest Forex
Replies: 9
Views: 3613

Re: Backtest Forex

no I don't know because 50$ on 50000 the contracts are 10 pips.

What do you think about it?
by tradingest
11 Jun 2016
Forum: MultiCharts
Topic: Backtest Forex
Replies: 9
Views: 3613

Backtest Forex

Hi all, why for the code below entry and exit position are the same? I don't know. var: N(50000); inputs: FastLength( 12 ), SlowLength( 26 ), MACDLength( 9 ) ; variables: var0( 0 ), var1( 0 ), var2( 0 ) ; var0 = MACD( Close, FastLength, SlowLength ) ; var1 = XAverage( var0, MACDLength ) ; var2 = var...
by tradingest
04 Jun 2016
Forum: MultiCharts
Topic: Interest Rate Cost
Replies: 1
Views: 1180

Interest Rate Cost

Hi all,

where I can see the interest rate cost that I set into properties costs strategy?

Image

Thanks
by tradingest
04 Jun 2016
Forum: MultiCharts
Topic: Monthly Returns
Replies: 2
Views: 1514

Monthly Returns

Hi team,

what does it means the bar green and the bar light green?

Image

Thanks,
traingest
by tradingest
04 Jun 2016
Forum: MultiCharts
Topic: Broker simulated forex
Replies: 3
Views: 1312

Re: Broker simulated forex

with this features I can test my strategy while developing?
by tradingest
03 Jun 2016
Forum: MultiCharts
Topic: Broker simulated forex
Replies: 3
Views: 1312

Broker simulated forex

Hi all,

there are brokers that simulating the forex during the week end?
I need to test my strategy at market open

Thanks,
tradingest
by tradingest
03 Jun 2016
Forum: MultiCharts
Topic: Sell function
Replies: 2
Views: 1463

Sell function

Hi all, I have the problem with the code below: var: MP(0), N(0), CloseHalfPosition (0), P(0); P = Entryprice(0); CloseHalfPosition = P + 50 point; N = MarketPosition_at_Broker; If N > 0 and P <> 0.0 and P > CloseHalfPosition Then Begin Once print( " P: ", P:3:5, " N: ", N, " N/2: ", N/2, " close N/...
by tradingest
02 Jun 2016
Forum: MultiCharts
Topic: Identify 5 pips from entryprice
Replies: 1
Views: 928

Identify 5 pips from entryprice

Hi all,

how I can identify 5 pips from entry to generate the condition to sell half contracts?

Thanks,
tradingest
by tradingest
01 Jun 2016
Forum: MultiCharts
Topic: Identify number of contract opened manually
Replies: 3
Views: 1324

Re: Identify number of contract opened manually

MarketPosition_at_Broker
but the MarketPosition_at_Broker identify the position long or short but not the number of contracts right?

Thanks,
tradingest
by tradingest
01 Jun 2016
Forum: MultiCharts
Topic: Identify number of contract opened manually
Replies: 3
Views: 1324

Identify number of contract opened manually

Hi all,

how I can identify the number of contract or amount for the fore markets? I open the position manually and I want identify the contracts.

Thanks,
tradingest
by tradingest
31 May 2016
Forum: MultiCharts
Topic: !From Broker To Strategy MP Synchronizer!
Replies: 1
Views: 1201

!From Broker To Strategy MP Synchronizer!

Hi all,

what does it means the following inputs for the signal in the object

1. TimeOutMS
2. LatencyMS

Image

Thanks,
tradingest
by tradingest
31 May 2016
Forum: MultiCharts
Topic: PowerLanguage Programmers Guide in PDF format [SOLVED]
Replies: 15
Views: 16130

Documentation PowerLanguage [SOLVED]

Hi all,

it's possible to have the help documentation power language in pdf or other documentation on this.

Thanks,
tradingest
by tradingest
28 May 2016
Forum: MultiCharts
Topic: Account MT4 and MC at the same time
Replies: 10
Views: 5263

Re: Account MT4 and MC at the same time

but also with MT4 mobile?
It's possible have it?
by tradingest
25 May 2016
Forum: MultiCharts
Topic: Place order GTC
Replies: 4
Views: 1549

Re: Place order GTC

exactly...

currently I use setprptoftarget but the order that generated is cancelled of the end day. How I can set the order GTC?
by tradingest
25 May 2016
Forum: MultiCharts
Topic: Place order GTC
Replies: 4
Views: 1549

Re: Place order GTC

algo order GTC.

Can you show me an example?
by tradingest
25 May 2016
Forum: MultiCharts
Topic: Place order GTC
Replies: 4
Views: 1549

Place order GTC

Hi all,

using the functions setstoploss or setprofittarget, these orders are cancelled at end of day. I can use this function inserting the order GTC?

Thanks,
tradingest
by tradingest
25 May 2016
Forum: MultiCharts
Topic: Forex set pip
Replies: 4
Views: 1323

Re: Forex set pip

Please refer to SetProfitTarget_pt.
but he setprofittarget_pt is refer to % or point?
by tradingest
24 May 2016
Forum: MultiCharts
Topic: Forex set pip
Replies: 4
Views: 1323

Forex set pip

Hi all,

how can I set setprofittarget not dependent on the mount but based on the number of pips?

Thanks,
tradingest
by tradingest
23 May 2016
Forum: MultiCharts
Topic: Scanner - add columns
Replies: 5
Views: 1946

Re: Scanner - add columns

How I make to add indicator to view it into columns
by tradingest
23 May 2016
Forum: MultiCharts
Topic: Scanner - add columns
Replies: 5
Views: 1946

Re: Scanner - add columns

for example the value of indicator build by me
by tradingest
23 May 2016
Forum: MultiCharts
Topic: Dynamic Print
Replies: 4
Views: 2640

Re: Dynamic Print

How it works?
by tradingest
22 May 2016
Forum: MultiCharts
Topic: Time Scale Local
Replies: 1
Views: 1130

Time Scale Local

Hi all,
how I make to set Time Scale local for any instrument?

Thanks,
tradingest
by tradingest
21 May 2016
Forum: MultiCharts
Topic: Scanner - add columns
Replies: 5
Views: 1946

Scanner - add columns

Hi all,

it's possible to insert in the list for the scanner of the columns custom?
This option in TS scanner is possible.

Thanks,
tradingest
by tradingest
21 May 2016
Forum: MultiCharts
Topic: Identy the device
Replies: 1
Views: 1260

Identy the device

Hi all,

there is a way to identy the device through which the position is open?

Thanks,
tradingest
by tradingest
20 May 2016
Forum: MultiCharts
Topic: Find in Dictionary
Replies: 1
Views: 1546

Find in Dictionary

Hi dear,

why in PowerLanguage Editor in the Dictionary isn't possible find the word like in TS?

It's possible develop it?
May be that exist a method but I don't know.

Image

Thanks,
tradingest
by tradingest
20 May 2016
Forum: MultiCharts
Topic: Dynamic Print
Replies: 4
Views: 2640

Dynamic Print

Hi all,

how I make to view the dynamic print od variables changing during the execution strategy?

Image

Thanks,
tradingest
by tradingest
19 May 2016
Forum: MultiCharts
Topic: MarketPosition_at_Broker vs MarketPosition
Replies: 10
Views: 4341

Re: MarketPosition_at_Broker vs MarketPosition

Hi Henry, I read your advise but I can't find the solution on my problem. I have set the option like show below but when I open the position from mobile the strategy don't active the order stop and takeprofit. Why? What I wrong? http://www.multicharts.com/discussion/download/file.php?mode=view&id=97...
by tradingest
18 May 2016
Forum: MultiCharts
Topic: MULTICHARTS 10.0 BETA 1
Replies: 89
Views: 28007

Re: MULTICHARTS 10.0 BETA 1

Hi all,

I have found this error below. I don't can connect IB

Image

Can you help me?

tradingest
by tradingest
18 May 2016
Forum: MultiCharts
Topic: MarketPosition_at_Broker vs MarketPosition
Replies: 10
Views: 4341

Re: MarketPosition_at_Broker vs MarketPosition

somebody can you help me on this question?
by tradingest
17 May 2016
Forum: MultiCharts
Topic: P&L blocked [SOLVED]
Replies: 4
Views: 2902

Re: P&L blocked [SOLVED]

Hi Henry,

the block due to the problem with FXCM that you with them were investigating
by tradingest
16 May 2016
Forum: MultiCharts
Topic: MarketPosition_at_Broker vs MarketPosition
Replies: 10
Views: 4341

Re: MarketPosition_at_Broker vs MarketPosition

Ok now it's clear. If I use the code below only to close the position that option I must set? The position entry is manually from mobile and the manage position is through code if MarketPosition_at_Broker <> 0 then begin setstoploss(10); setprofittarget(15); End; http://www.multicharts.com/discussio...
by tradingest
16 May 2016
Forum: MultiCharts
Topic: Spread wrong in Forex Board
Replies: 1
Views: 1246

Spread wrong in Forex Board

Hi all,

why I view the error spread in forex board? The spread showned below is different from difference between ask and bid. Why?

The broker is IB.

Image

Thanks,
tradingest
by tradingest
16 May 2016
Forum: MultiCharts
Topic: P&L in USD
Replies: 3
Views: 1687

Re: P&L in USD

Thanks Henry,

but the amount write in code is express in USD or EUR? I can choose the currency?

setstoploss (50). Which currency?

tradingest
by tradingest
16 May 2016
Forum: MultiCharts
Topic: P&L in USD
Replies: 3
Views: 1687

P&L in USD

Hi all, I can view the profit and loss in USD? How I can do? http://www.multicharts.com/discussion/download/file.php?mode=view&id=9714&sid=30ec3a1a459ff151ec5fabf5bab7cb5a setbreakeven(50); setstoploss(200); setprofittarget(60); setDollarTrailing(30); I would like set the amount above in USD. If the...
by tradingest
16 May 2016
Forum: MultiCharts
Topic: Code to manage on the position [SOLVED]
Replies: 6
Views: 2783

Re: Code to manage on the position [SOLVED]

Hi Henry,

the same code with an other broker should works without problem right?

Very thanks Henry,
tradingest
by tradingest
16 May 2016
Forum: MultiCharts
Topic: MarketPosition_at_Broker vs MarketPosition
Replies: 10
Views: 4341

Re: MarketPosition_at_Broker vs MarketPosition

I not undertand the difference.
I am not clear and I would like a different explanation if possible.
by tradingest
16 May 2016
Forum: MultiCharts
Topic: P&L blocked [SOLVED]
Replies: 4
Views: 2902

P&L blocked [SOLVED]

Hi all,

like show below the profit and loss showed in MC is blocked. Why?
The broker used is FXCM.

Image

Thanks,
tradingest
by tradingest
16 May 2016
Forum: MultiCharts
Topic: Code to manage on the position [SOLVED]
Replies: 6
Views: 2783

Re: Code to manage on the position [SOLVED]

Hi, with the code below generate the following error if MarketPosition = 1 then begin If currentcontracts = 50 Then begin setbreakeven(45); setstoploss(200); setprofittarget(60); setDollarTrailing(30); End; If currentcontracts = 100 Then begin setbreakeven(50); setstoploss(200); setprofittarget(60);...
by tradingest
16 May 2016
Forum: MultiCharts
Topic: MarketPosition_at_Broker vs MarketPosition
Replies: 10
Views: 4341

MarketPosition_at_Broker vs MarketPosition

Hi all,

what is the difference between MarketPosition_at_Broker and MarketPosition?
When use one or the other.

Thanks,
tradingest
by tradingest
15 May 2016
Forum: MultiCharts
Topic: Alignment bid-ask between Source and Broker
Replies: 1
Views: 1148

Alignment bid-ask between Source and Broker

Hi all,

like show below there is a method to allign the bid ask value between Data Source and Broker?

Image

Thanks,
tradingest
by tradingest
15 May 2016
Forum: MultiCharts
Topic: View % on chart
Replies: 4
Views: 2072

Re: View % on chart

correct. With MC it's possible show the percentage after draw the line?
by tradingest
15 May 2016
Forum: MultiCharts
Topic: Account MT4 and MC at the same time
Replies: 10
Views: 5263

Account MT4 and MC at the same time

Hi all,

somebody know which broker allow have the account MT4 using MC together? Open the position manually through MT4 mobile and manage the position with MC.

Thanks,
tradingest
by tradingest
15 May 2016
Forum: MultiCharts
Topic: Code to manage on the position [SOLVED]
Replies: 6
Views: 2783

Code to manage on the position [SOLVED]

Hi all, I want write the code to manage and exit automatic. The entry position is manual. The code below but the compiling is an error: variables: vMktPos( MarketPosition_at_Broker ), Ingresso(0), N(0); Ingresso = entryprice; N = currentcontracts; If vMktPos = 1 Then Begin sell N/2 contract at Ingre...
by tradingest
15 May 2016
Forum: MultiCharts
Topic: View % on chart
Replies: 4
Views: 2072

View % on chart

Hi all,

how to view the % when I plot the line on the chart

Image

Thanks,
Antonio
by tradingest
12 May 2016
Forum: MultiCharts
Topic: Chart from FXCM connection
Replies: 10
Views: 3545

Re: Chart from FXCM connection

At the moment only TS and TradingTechnologies feeds have price multiplier for adjusting the data)
What do you mean?

Thanks,
tradingest
by tradingest
11 May 2016
Forum: MultiCharts
Topic: Chart from FXCM connection
Replies: 10
Views: 3545

Re: Chart from FXCM connection

ok perfect but I can map the chart EURUSD of TS and execute the order with FXCM?

Somebody can you help me?

Thanks,
tradingest
by tradingest
10 May 2016
Forum: MultiCharts
Topic: Chart from FXCM connection
Replies: 10
Views: 3545

Re: Chart from FXCM connection

I have see but I can not open chart from FXCM connection.

Can you hel me or link the guide?
by tradingest
10 May 2016
Forum: MultiCharts
Topic: Chart from FXCM connection
Replies: 10
Views: 3545

FXCM broker

Hi all,

I can connect with MC the account FXCM with MT4 or trading station only?

Thanks,
tradingest
by tradingest
10 May 2016
Forum: MultiCharts
Topic: Chart from FXCM connection
Replies: 10
Views: 3545

Chart from FXCM connection

Hi all,

how I can set the chart from FXCM broker connection?
I can not do it. In the Quote Manager I don't find the FXCM Data Source

Thanks for help me,
tradingest
by tradingest
27 Apr 2016
Forum: MultiCharts
Topic: ETF gold and Silver
Replies: 1
Views: 1267

ETF gold and Silver

Hi all,

what are the ETF Gold and Silver recommended that I can trade?
My brokers is IB for execution and TS for data.

I wish these ETFs track the futures faithfully

Thanks,

tradingest
by tradingest
26 Apr 2016
Forum: MultiCharts
Topic: Open and manage position from different device
Replies: 1
Views: 1223

Open and manage position from different device

Hi all,

how I can know the value price to calculate stop? For example I open position with TWS mobile and manage the position from code into MC. It's possible?

Thanks,
tradingest
by tradingest
22 Apr 2016
Forum: MultiCharts
Topic: The better way
Replies: 6
Views: 2014

Re: The better way

How much eSignal for historical data at 1 min?

Thank,
tradingest
by tradingest
21 Apr 2016
Forum: MultiCharts
Topic: Micro Gold MGC different
Replies: 3
Views: 1316

Re: Micro Gold MGC different

Hi TJ,

like showed below QOM16 for TS and QOM6 for IB are equal also the one is COMEX the another one is NYMEX

Image
by tradingest
21 Apr 2016
Forum: MultiCharts
Topic: Micro Gold MGC different
Replies: 3
Views: 1316

Re: Micro Gold MGC different

I don't find the MGC in Interactive Brokers in NYMEX.
The volume between these two instruments are the same. Why if these instruments are of different exchange?

Someone can help me?

Thanks TJ
by tradingest
21 Apr 2016
Forum: MultiCharts
Topic: The better way
Replies: 6
Views: 2014

Re: The better way

What is a good data provider with good historical data at 1 minute. If possible low cost.

Thanks
by tradingest
21 Apr 2016
Forum: MultiCharts
Topic: Micro Gold MGC different
Replies: 3
Views: 1316

Micro Gold MGC different

Hi all,

why the micro gold is different like show below between TS and Interactive Brokers?

What I do to wrong?

Image

Thanks in advance to help me,
tradingest
by tradingest
19 Apr 2016
Forum: MultiCharts
Topic: n Updates Every 1 Second
Replies: 1
Views: 994

n Updates Every 1 Second

Hi all,

what this highlighted bar in the image below in the red?

Image

thanks,
tradingest
by tradingest
19 Apr 2016
Forum: MultiCharts
Topic: The better way
Replies: 6
Views: 2014

The better way

Hi all,

after backtest on data the your advise is to have for the trading in real time the same data vendors backtest or use the same data where order will be executed?

thanks,
tradingest

Go to advanced search