Ninjatrader plugin to get mt5/mt4 data in realtime

MQL5 Integration

Specification

Hello i need this ninjatrader 7

plugin to get mt5/mt4 data

in realtime and same time

tick 1 min 2 min 5 min and daily data  

 

ninjatrader dll functions

https://ninjatrader.com/support/helpGuides/nt7/?dll_interface.htm

 

DLL Interface Functions

int Ask(string instrumentdouble priceint size)

Sets the ask price and size for the specified instrument. A return value of 0 indicates success and -1 indicates an error.

 

int AskPlayback(string instrumentdouble priceint sizestring timestamp)

Sets the ask price and size for the specified instrument for use when synchronizing NinjaTrader playback with an external application playback. A return value of 0 indicates success and -1 indicates an error. The timestamp parameter format is "yyyyMMddhhmmss".

 

double AvgEntryPrice(string instrumentstring account)

Gets the average entry price for the specified instrument/account combination.

 

double AvgFillPrice(string orderId)

Gets the average entry price for the specified orderId.

 

int Bid(string instrumentdouble priceint size)

Sets the bid price and size for the specified instrument. A return value of 0 indicates success and -1 indicates an error.

 

int BidPlayback(string instrumentdouble priceint sizestring timestamp)

Sets the bid price and size for the specified instrument for use when synchronizing NinjaTrader playback with an external application playback. A return value of 0 indicates success and -1 indicates an error. The timestamp parameter format is "yyyyMMddhhmmss".

 

double BuyingPower(string account)

Gets the buying power for the specified account. *Not all brokerage technologies support this value.

 

double CashValue(string account)

Gets the cash value for the specified account. *Not all brokerage technologies support this value.

 

int Command(string commandstring accountstring instrumentstring actionint quantitystring orderTypedouble limitPricedouble stopPrice
 string timeInForcestring ocostring orderIdstring strategystringstrategyId)

Function for submitting, cancelling and changing orders, positions and strategies. Refer to the Commands and Valid Parameters section for detailed information. A return value of 0 indicates success and -1 indicates an error. The Log tab will list context sensitive error information.

 

int ConfirmOrders(int confirm)

The parameter confirm indicates if an order confirmation message will appear. This toggles the global option that can be set manually in the NinjaTrader Control Center by selecting the Tools menu and the menu item Options, then checking the "Confirm order placement" checkbox. A value 

Responded

1
Developer 1
Rating
(91)
Projects
144
38%
Arbitration
67
15% / 48%
Overdue
55
38%
Free
2
Developer 2
Rating
(54)
Projects
64
42%
Arbitration
5
20% / 60%
Overdue
4
6%
Free
Published: 1 code
3
Developer 3
Rating
(68)
Projects
78
27%
Arbitration
13
31% / 62%
Overdue
15
19%
Free
Published: 4 codes

Project information

Budget
150 - 300 USD
For the developer
135 - 270 USD
Deadline
from 7 to 15 day(s)