Adding 2 FXblue apps to my website

Specification

please look at the website earnpip.com . it is done with wix.

I need to use 2 apps of fxblue to retrieve :


a)the data instantly when a trade is opened/closed and a stoploss/take profit is set on my mt4 account to the website:

I am getting the table's data ( at the opening page on first sight) from google table . I want to retrieve data of this open positions and closed positions lists ( retrieved  by means of :   https://www.fxblue.com/appstore/8/mt4-publisher-ea   )

b)to have the list of closed orders:

for the page : https://www.earnpip.com/blog

''all trades with details '' table also should retrieve its data   ( retrieved by means of : https://www.fxblue.com/users/example/publication '' embed fxblue results'' )



Responded

1
Developer 1
Rating
(1)
Projects
1
100%
Arbitration
1
0% / 100%
Overdue
0
Free
2
Developer 2
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Project information

Budget
50 - 100 USD
Deadline
from 1 to 20 day(s)