fstraps
fstraps's avatar

Info

Username:fstraps
Name:fstraps
Member since: 18 Oct 2021

About

None

Signature

None
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.

No uploaded.

Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
Copy Trades from JSON
  0
  5
  799
free  01 Nov 2021
I've written a cBot for myself for copying trades from 2 MT4 accounts to a cTrader one JSON is exported from MT4 using the following EA, but you can write your own exporter https://www.mql5.com/en/market/product/73726 It exports all positions and orders to a JSON almost in realtime and this cBot do the opposite, open the same positions on cTrader It only opens and closes new and closed trades, doesnt' copy stop losses ot take profits, but it can be improved It lets you specify the source Symbol to copy from and opens the trades on the attached chart It doesn't require external libraries, you only need to include the following .NET referencies:  - System.Runtime.Serialization  - System.Runtime.Serialization.JSON  - System.Collections Hope you like it and find it useful, if you want to talk you can find me on Telegram at https://t.me/fstraps Thanks