Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.39 KB

MatraTrader

Mobile application for trading automation on https://www.binary.com using automatic trading algorithm.

This project is using the following library:

Configuration:

  • Open Constants.java file
  • Change this line with your server address
    private static String SERVER = "http://beta.intibinarindo.com/";
  • Change this line with binary.com websocket server address
    public static String SOCKET_URL = "wss://ws.binaryws.com/websockets/v3";
  • Change this line with binary.com market you want to monitor
    public static String[] MARKET = {"r_25", "r_50", "r_75", "r_100", "r_bear", "r_bull", "r_mars", "r_moon", "r_sun", "r_venus", "r_yin", "r_yang"};
  • Change this line with your GCM sender_id
    public static String SENDER_ID = "<your_sender_id>";

Screenshot:

  • Login Screen

alt text

  • Main Menu

alt text