Topics
Load cBot parameters from file

completed Closed cTrader Automate

Suggestions
21 Jan 2014, 07:51
 19
 1178
 3
Optimization

completed Closed cTrader Automate

Suggestions
14 Jan 2014, 12:29
 273
 1965
 6
Replies

modarkat
28 Mar 2014, 10:09

You can use myfxbook. They are integrated with cTrader.


@modarkat

modarkat
13 Mar 2014, 08:42

RE: RE:

breakermind said:

Hi,


and maybe someone knows how connect to mysql database using HTTPS
or how to send get request to web server (like apache2) using HTTPS 

Regards

http://stackoverflow.com/questions/708210/how-to-use-http-get-request-in-c-sharp-with-ssl-protocol-violation


@modarkat

modarkat
11 Mar 2014, 12:02

There are a lot of examples:

https://www.google.com/search?q=c%23+use+dllimport


@modarkat

modarkat
24 Jan 2014, 16:18

You don't need to make MySQL connection. Just create account on my fx book as this guy did:

http://www.myfxbook.com/members/vavatrade2/daily-f-real-money-account/306122


@modarkat

modarkat
23 Jan 2014, 21:53

you can try https://www.myfxbook.com/


@modarkat

modarkat
12 Jan 2014, 15:15

            var low = 1.12345;
            var high = 1.12355;
            for (var price = low; price <= high; price += Symbol.TickSize)
            {
                Print(price);
            }

 


@modarkat

modarkat
08 Jan 2014, 08:54

It is a common behaviour for most languages. It will work the same way in: C, C++, MQL

 


@modarkat