Community. StockSharp. Page 54


Atom

<< < 52 53 54 55 56  > >>

0
Votes
0
Answers
82
Views
Hello,
I would like to know if with a paid crypto exchange DLL (e.g BitMEX) it's possible to use native orders and specific features of the exchange, to be able to exploit every aspect of the API of...
Avatar
3/27/2019
To last

1
Votes
5
Answers
133
Views
Hi, I get an invalid argument error for the BitMEX connector when the MarketQuotingStrategy tries to requote:
[code]
Error "Order 53343094 (0x7BB32E) was not cancelled because System.InvalidOperatio...
Tags:
Avatar
3/19/2019
To last

0
Votes
1
Answers
111
Views
When S# Shell uses the SMA policy for real-time transactions, an error occurs that does not specify the date on which data must be received.

Will this error be caused by the message adapter, becaus...
Avatar
3/15/2019
To last

0
Votes
5
Answers
102
Views
I tried the Designer application and also created a new project following the instructions here https://www.youtube.com/watch?v=O8ucIQA829w but whenever I try to verify the sterling connection i get t...
Avatar
3/15/2019
To last

0
Votes
4
Answers
127
Views
Avatar
3/13/2019
To last

0
Votes
0
Answers
146
Views
Introduction
Welcome to https://stocksharp.com’s privacy policy.
https://stocksharp.com respects your privacy and is committed to protecting your personal data. This privacy policy will info...
Avatar
3/5/2019
To last

0
Votes
0
Answers
103
Views
PLEASE READ THE TERMS OF THIS POLICY CAREFULLY BEFORE USING THE SITE
What's in these terms?
This Acceptable Use Policy sets out the content standards that apply when you upload content...
Avatar
3/5/2019
To last

0
Votes
0
Answers
77
Views
Our website uses cookies. A cookie is a small file of letters and numbers that we put on your computer if you agree. These cookies allow us to distinguish you from other users of our website, which he...
Avatar
3/5/2019
To last

0
Votes
0
Answers
72
Views
var history = new DukasCopyHistorySource(new CsvNativeIdStorage("C:\\test\\asd.csv"), new InMemoryExchangeInfoProvider());
[code]
var security = new Security()
{
Id = "EURUSD",
};

var timeFra...
Avatar
3/2/2019
To last

0
Votes
0
Answers
76
Views
Hi,

I`m trying to calculate ATR using Wilder Moving Average. Here is my code:

[code]
var atr = new WilderMovingAverage()
{
Length = 2,
};

foreach (var candle in candles.Take(10))
{
at...
Avatar
3/2/2019
To last

<< < 52 53 54 55 56  > >>