Welcome to frxpy’s documentation!

Frxpy is a python module which can predict Forex markets with deep learning. This module provies user-friendly APIs and you can easliy use them and predict your market.

Introduction

Frxpy is a tool to predict a forex market.

Features

Installation

Examples of Usage

Caution!!

Frxpy is just a test tool to know whether DeepLearning predict a forex market. So, Frxpy doesn’t provide the best prediction for a market. Of course, Frxpy may lead the completely wrong predictions. If you use this for your real trading and lose a lot of money, you have to take all the responsibility on yourself.

frxpy API

Simulator API

class frxpy.simulator.simple_simulator.Simulator(total_money=None, predictor=None)[source]

This class simulates forex trading with provied data. You can set directly sell-positions and buy-positions and then you get results of simulation after Simulator running. Or, you can set crteria or smoething to set buy or sell postions. Simulator can show 1-step results or some provided steps.

Parameters:
  • filename (str) – here
  • total_money (float) – here

Usage:

>>> import Simulator
>>> s = Simulator()
>>> s.setup()
>>> s.run()
>>> s.onestep()
>>> s.reload()
set_buy_positions(position=[], buy_type='')[source]
Params list position:
 set

:returns :

set_initial(init_money)[source]
steps(nstep=1)[source]

Fileio API’s

Utils API’s

Dnn API’s

Indices and tables