Mobile application for trading automation on https://www.binary.com using automatic trading algorithm.
- 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>";
- Login Screen
- Main Menu