Search found 16 matches

by gilko
24 May 2016
Forum: MultiCharts
Topic: How do you secure your strategies while trading on a VPN [SOLVED]
Replies: 4
Views: 2495

Re: How do you secure your strategies while trading on a VPN [SOLVED]

I like this code: // MC serial number userID = getuserid; userID$ = NumToStr(userID,0); because this number is hard coded from your PC and MC by Multicharts. if you hard code this code in your study it's impossible to run in another PC, you can use also Account number to trade only on your own accou...
by gilko
23 May 2016
Forum: MultiCharts
Topic: Dynamic Print
Replies: 4
Views: 2655

Re: Dynamic Print

For me, the best way to see all yours datas without print and log message it's Sharevar tools.

https://fx1.net/sharedvar.php

Your store your data (like globalvars) but you have a server windows to see in real time updated datas ;)

Image
by gilko
25 Apr 2016
Forum: MultiCharts
Topic: Draw a text box at a fixed position on a chart
Replies: 18
Views: 6415

Re: Draw a text box at a fixed position on a chart

Yes JoshM , for precise anchor we need other EL code. please, put this indicator on a 1 minute chart, var: intrabarpersist TimeLastBar(0), intrabarpersist Counter(0); counter=counter+1; TimeLastBar=GetAppInfo(aiLeftDispDateTime); messagelog(numtostr(Counter,0)," Time ",TimeLastBar); RecalcLastBarAft...
by gilko
22 Apr 2016
Forum: MultiCharts
Topic: Multicharts on Window server, AWS, EC2
Replies: 35
Views: 14462

Re: Recommended hosting for Multicharts.Net and IB Gateway?

IB broker's servers are in Zurich (Switzerland)...


My 2cts
by gilko
21 Apr 2016
Forum: MultiCharts
Topic: OpenProfit issue [SOLVED]
Replies: 0
Views: 898

OpenProfit issue [SOLVED]

With two charts with same symbol. (PaperTrading)

luckily I found a solution, EntryPrice value works and have the same value on chart 1 and chart 2.


Regards
by gilko
26 Mar 2016
Forum: MultiCharts
Topic: Session break issue [SOLVED]
Replies: 7
Views: 5834

Re: Session break issue [SOLVED]

MC 9.1 Build 12411
by gilko
26 Mar 2016
Forum: MultiCharts
Topic: Session break issue [SOLVED]
Replies: 7
Views: 5834

Re: Session break issue [SOLVED]

Easy to reproduce : choose new chart type regular 3 minutes for exemple, in format windows, folder background enable "Show Session break". thanks TJ but i have already write this, it is not a setup bug, all work fine in regular bar, if you change ONLY type of bar all the setup stay identical and do...
by gilko
26 Mar 2016
Forum: MultiCharts
Topic: Session break issue [SOLVED]
Replies: 7
Views: 5834

Session break issue [SOLVED]

With renko charts we don't have session break working ... Easy to reproduce : choose new chart type regular 3 minutes for exemple, in format windows, folder background enable "Show Session break". you'll see vertical line ok . Just change bar type to renko, and session break disappears ... it's not ...
by gilko
12 Mar 2016
Forum: MultiCharts
Topic: 4K BUG DISPLAY
Replies: 8
Views: 2776

Re: 4K BUG DISPLAY

I use seven 64 bits with titan SLI. Sorry I do not agree with your answer, after several hours of research, I found the error, and you can reproduce it on full HD screen. http://hpics.li/0860e09 When you use Chart Trading folder, you can't move or resize "Place Order:" and "Exit Stategy:" area ! Pro...
by gilko
12 Mar 2016
Forum: MultiCharts
Topic: How to share Array
Replies: 14
Views: 2538

Re: How to share Array

Tanks TJ,

but you can't use array with GV.

you can use workaround with numbered value,

with colomn1 interger, colomn2 double, colomn3 float, colomn4 string

but with max row 10000 ....


Another way is to use Excel dll ...
by gilko
11 Mar 2016
Forum: MultiCharts
Topic: 4K BUG DISPLAY
Replies: 8
Views: 2776

Re: 4K BUG DISPLAY

the first picture is for showing 2160 pixels height screen ...


Normal full HD picture

Image
by gilko
11 Mar 2016
Forum: MultiCharts
Topic: 4K BUG DISPLAY
Replies: 8
Views: 2776

Re: 4K BUG DISPLAY

Thanks Arnie,

Image


ok because all is too small , (line, point, cross) thickness of all drawing tools ...
by gilko
11 Mar 2016
Forum: MultiCharts
Topic: 4K BUG DISPLAY
Replies: 8
Views: 2776

4K BUG DISPLAY

Image

Dis someone have the same issue ?

Thanks
by gilko
02 Mar 2016
Forum: MultiCharts
Topic: Time & Date on non regular bar [SOLVED]
Replies: 1
Views: 836

Re: Time & Date on non regular bar [SOLVED]

From Katrin MC support :-)

Date[10] TIME[10]

thanks
by gilko
02 Mar 2016
Forum: MultiCharts
Topic: Time & Date on non regular bar [SOLVED]
Replies: 1
Views: 836

Time & Date on non regular bar [SOLVED]

Hi all,

on non regular bar I would like to know date and time on bar - 10 (ten bar ago).

please any idea ? without making array from first bar ...

Many thanks ;)
by gilko
24 Feb 2016
Forum: MultiCharts
Topic: Paper trading [SOLVED]
Replies: 2
Views: 1422

Paper trading [SOLVED]

Hello all, I try paper trading but when i send limit order on the chart, chart is not update. But order is on Order and position tracker window... Same with fade and exit stategy, no label and price on chart. it will be a very good idea to have the same tools from easylanguage : example for fade : r...

Go to advanced search