Giter VIP home page Giter VIP logo

fxchat's Introduction

fxchat

A collection of tools for forex discussions over IRC.

  1. Introduction
  2. Installation
    1. Requirements
    2. Ømq
    3. Metatrader
    4. Phenny
  3. Commands overview
  4. Advanced Configuration
1. Introduction ---------------

Never trade alone.

You can see a bot running here irc://chat.ircforex.com/eurusd.

[10:59:15] <daydayprofit> .eu bulls h1 14

[10:59:16] <cortex> -0.00190668;EURUSD;iBullsPower;60;14

[16:15:12] <naiv> .uj

[16:15:12] <cortex> 79.494 | 79.504 | Low 79.355 | High 79.673 | UTC 14:15:10

[16:43:41] <naiv> .time Chicago

[16:43:42] <cortex> it's 09:43 CDT-0500 in Chicago (14:43 UTC)

[16:43:53] <naiv> .place New York

[16:43:53] <cortex> New York will close in 5h17

2. Installation ---------------

The following procedure was realized with GNU/Linux Debian unstable.

### 2.1 Requirements
  • Wine development release - Run Windows applications on Linux

    With debian it's easier to use wine-unstable

  • Metatrader 4 - Forex Trading Platform

    If your broker distributes a specific version, you might want to use it.

    I don't know if the tools will work under Metatrader 5, please leave me a message if you tried it.

  • Phenny - Python IRC bot

### 2.2 Ømq

Ømq is a socket library that we will use to exchange messages between MT4 and fxchat.

sudo apt-get install libzmq-dev

It's python bindings.

sudo easy_install pyzmq
### 2.3 Metatrader

This is a Ømq library for MT4.

Auto installation.

 Get commando.zip here http://codebase.mql4.com/7147
 Run commando.exe

You can also compile it but at the moment I'm writing the code isn't up to date.

Get zmq.zip here http://codebase.mql4.com/7147
Follow the instructions

fxchat

Install the fxchat script for MT4.

# Configure the path to your metatrader directory
MT4="~/.wine/drive_c/Program Files/OANDA - MetaTrader/"

cp Fxchat.mq4 $MT4/experts/scripts/

In the metaeditor, open the fxchat script, compile it, then drag it over a chart to activate it.

### 2.4 Phenny

Install the fxchat script for phenny.

# Configure the path to your phenny directory
BOT="~/cortex/phenny/"

cp fxchat.py $BOT/modules/
3. Commands overview --------------------

Say .help in a channel where the bot is hanging.

4. Advanced configuration -------------------------

In construction.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.