- MT4 Demo Account
Create a function that returns a chain of history and partial orders from a single ticket number
Create the backend for TelegramRecon EA. The frontend is TelegramReconClient EA.
Get the source code for the routes file.
Example:
Number=9573606
Currency=USD
Balance=10000
Equity=10000
Margin=0
FreeMargin=10000
Profit=0
Example:
Total=0
Example:
Count=2
Ticket=36390021
Symbol=EURGBP
Type=1
Lots=0.06
OpenPrice=0.89103
CurPrice=0.89019
StopLoss=0.9035
TakeProfit=0
OpenTime=2019.10.03 04:41
CloseTime=1970.01.01 00:00
PrevTicket=0
Ticket=36440410
Symbol=NZDUSD
Type=0
Lots=0.06
OpenPrice=0.62508
CurPrice=0.63124
StopLoss=0.62350000000001
TakeProfit=0
OpenTime=2019.10.02 06:22
CloseTime=1970.01.01 00:00
PrevTicket=36345548
Ticket=36440410
Symbol=NZDUSD
Type=0
Lots=0.06
OpenPrice=0.62508
CurPrice=0.63124
StopLoss=0.62350000000001
TakeProfit=0
OpenTime=2019.10.02 06:22
CloseTime=1970.01.01 00:00
PrevTicket=36345548
Example:
Total=0
Ticket
Symbol
Type
Lots
OpenPrice
ClosePrice
StopLoss
TakeProfit
OpenTime
CloseTime
Get the source code for the controllers file.