Skip to content

Proof that the BankersFX Core Volume indicator is not feeded by institutional data

License

Notifications You must be signed in to change notification settings

rosasurfer/bfx-core-volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloody BankersFX Core Volume: The truth revealed

Build Status Scrutinizer Code Quality

Proof that the BankersFX Core Volume indicator for MetaTrader4 does not receive data from an institutional data feed.

This project simulates a BankersFX license server and shows that the claim the indicator is feeded by institutional order data is not true. In fact BankersFX charges money for a modified MACD which is feeded by the user's MT4 broker.

Demonstration

The project is hosted on a demo server. The indicator is included and can be downloaded here. It consists of an MQL4 indicator and an MQL4 library. To use the indicator with the demo license server add the line

89.163.167.173 www.bankersfx.com

to your system's DNS configuration file C:\Windows\System32\drivers\etc\hosts.

As input parameter "unique user id" (aka the license code) enter BANKERSSCAM (11 capital letters). This code works for all MT4 accounts (demo or real).

Support

https://www.forexfactory.com/showthread.php?p=11845781

Requirements

Setup

  • Clone the project or download and extract the ZIP archive.
git clone https://github.com/rosasurfer/bfx-core-volume.git
  • Use Composer to install the dependencies:
cd bfx-core-volume
php composer.phar install
  • Configure a web server for the project. For Apache adjust one of the predefined templates in etc/httpd/apache*.conf. If you want to use SSL adjust the paths to your server's SSL certificates (SSL is not required).

  • Edit your system's DNS configuration and point the domains defined in the templates to your local machine. To do this open the file C:\Windows\System32\drivers\etc\hosts in a plain-text editor (e.g. Notepad). You may need admin rights to edit the file (see Edit The Hosts File in Windows 7/8/10). Add the following line to the file:

127.0.0.1   local.bfx.rosasurfer.com  www.bankersfx.com
Test case to prove that the data displayed by the BankersFX Core Volume indicator is not based on a data feed.

Usage

Use the BankersFX indicator as usual (see downloads in etc/mql/). The BankersFX indicator goes into {mt4-data-directory}/mql4/indicators/ and the BankersFX library goes into {mt4-data-directory}/mql4/libraries/.

As input parameter "unique user id" (aka the license code) enter BANKERSSCAM (11 capital letters). This code works for all MT4 accounts (demo or real).

About

Proof that the BankersFX Core Volume indicator is not feeded by institutional data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published