Replies

marekfx
03 Mar 2014, 22:36

It's quite easy to integrate cAlgo with VS, you can use one of two options

Option 1

1. Create a library project in VS

2. Add cAlgo dlls as references

3. Create a new Indicator/Bot in cAlgo

4. Go back to VS and add newly created indicator file using Add As Link

Now you can code and compile in VS during development and then build and run in cAlgo.

 

Option 2

Same as above, with the difference is that you need to create and build an indi in VS, then create a cAlgo indi that would call indi created in VS. Using this method you can later attach VS to cAlgo process and debug the code.


@marekfx

marekfx
21 Feb 2014, 01:29

RE: RE:

oktrader said:

Marekfx, which broker do you use with your cTrader?

I have checked out three diferent brokers: FxPro, IC Markets and ThinkForex. The spike you mentioned only appears to me in the last broker.

http://thinkforex.ctrader.com/c/PmLnn

Yes, it was on ThinkForex, demo feed.


@marekfx

marekfx
20 Feb 2014, 22:40 ( Updated at: 21 Dec 2023, 09:20 )

Hi,

what did caused this big spike on EURUSD last night? It's not present on my Alpari live data feed.


@marekfx

marekfx
16 Feb 2014, 23:54

Check out this one - /algos/indicators/show/431


@marekfx