Запустить примеры из статьи Практическое применение баз данных для анализа рынков

MQL5 Integración C# MySQL SQL PostgreSQL

Trabajo finalizado

Plazo de ejecución 23 horas
Comentario del Cliente
Приятно было работать! Быстро разобрались как сделать связь MT5 с Microsoft SQL Server чтобы писать тиковую историю с Чикагской Биржи по Фьючерсам

Tarea técnica

Запустить примеры из статьи под Windoes10  примеры в статье сделаны под 32-битную операционную систему

https://www.mql5.com/ru/articles/69

Исправить код для работы Базой Данной Microsoft SQL Server

Примеры из статьи

Сохраняет данные в базу данных
#include <Ado\Providers\OleDb.mqh>
#include "BsvSqlServer.mqh"


Еще код для работы с Базой Данной Microsoft SQL Server

https://github.com/zephyrrr/MLEA/tree/master/AdoSuite

https://www.mql5.com/ru/code/93


Почему мне нужен именно MSSQL, а не MySQL 

Дело в том что в MSSQL интегрирован язык R и промежуточные данные после R, я скидываю в SQL

Architecture overview for R in SQL Server

https://docs.microsoft.com/en-us/sql/advanced-analytics/r/architecture-overview-sql-server-r

У меня есть решение скидывать данные в MSSQL используя данные с DukasCopy

Use the following CREATE TABLE statement in order to create a database table for tick data.

CREATE TABLE ticks(
instrument char(7), 
tick_time vаrchar(255), 
ask vаrchar(255), 
bid vаrchar(255),
askVol vаrchar(255), 
bidVol vаrchar(255)
);

https://www.dukascopy.com/wiki/en/development/strategy-api/practices/write-ticks-in-db



Han respondido

1
Desarrollador 1
Evaluación
(336)
Proyectos
620
38%
Arbitraje
39
23% / 64%
Caducado
93
15%
Libre
2
Desarrollador 2
Evaluación
(55)
Proyectos
118
67%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
Choose color for fill rectangles 1 and for 2 Add to chart rectangle (color 1 or color 2) in mode for correct size (button on chart price) Example: red rectangle for udpating only for new current low green rectangle for udpating only for new current high When correct size with mouse - not move with price and update by low or high and we can move it left right ip and down, after it is OK - rectanngle move for update
Write for mt4 and mt5 based on cycle 2 lines and LRMA , source code with comments This based on indicator#2 Line of indicator view like a moving N bars (N bars cycle, N left shift (this how cycle Ln)\ The line of indicator should repeat the price as much as possible, the indicator itself, following the example of indicator #2 (see Ln cycle) Line from 0 to n bars left horiz shift. (This line Ln cycle) For default use
Write indicator for mt4 and mt5 based on cyclic lines and rectangles with fill, give source code I really ask you to save this code (I have an idea for a separate indicator). For local and for local mode - when displaying rectangles on the right and left. It will be like a separate indicator. For the local mode, it will look like this - if the rectangle on the right is higher than left rectangle in high, then fill it
Требуется сделать модуль для расчета процента от заработанной прибыли и снятие суммы со счета трейдера через MT4/MT5 Manager API. Ищем разработчика с большим опытом работы на C# и опытом работы с торговыми платформами MT4/MT5
Индикатор оригинала не перерисовывается, соответственно когда будете вносить изменения в алгоритме индикатора, тоже не должен перерисовыватся. Необходимо найти в алгоритме индикатора, где есть условия, при которой индикатор выдает уведомления. Нужно посмотреть с расчетом на одну свечу назад на уже закрытой свече на каких условиях находится когда свеча открывалась, и на основание этого создать новое условие, чтобы

Información sobre el proyecto

Presupuesto
30 - 40 USD
Para el ejecutor
27 - 36 USD
Plazo límite de ejecución
de 7 a 14 día(s)