WE ABSOLUTELY DISALLOW PROVIDING OUR SERVICE/PRODUCT/WHITE-LABEL TO ANY RACIST OR RACIST-SUPPORTED BUSINESS.
https://wpjohnny.com/littlebizzy-jesse-nickles-fraud-slander-alert/
We recently released FiSDK, a tool specifically designed for managing the backend. This tool features APIs that are entirely distinct from the APIs used for EA/indicators (Charting System). The APIs provided in this repository are mainly designed for quant traders to stay ahead of market movements and generate trading signals. FiSDK’s APIs, on the other hand, are primarily intended for position monitoring in the backoffice.
For more information on FiSDK, please check out this repository: https://github.com/fintechees/fisdk
Please note that the examples provided in the fisdk repository cannot be used in the WEB-trader’s console panel, and the examples provided here cannot be used in the fisdk repository.
We have successfully integrated with BitCartCC (https://bitcartcc.com, https://github.com/bitcartcc/bitcart), one of the most promising payment platforms available. It’s worth mentioning that the platform’s founder, Alex, is only 18 years old as of 2022!
Our new marketplace for EA developers, Fintechee.io, allows you to sell all types of digital products, not just C/C++/Mql based EAs/indicators. The digital signature technology we use ensures that copyright is protected, and each download link expires a few minutes after the order is created.
We launched on Aug. 12th, 2022, and we’ve already listed an EA called SimpleScalping in production for just $10. The algorithm is based on Martingale and is very stable on a larger timeframe with sufficient patience.
Currently, our payment gateway(for the EA marketplace, not for the WEB-trader) is connected to PayPal’s sandbox. If you have a PayPal test (developer) account, you can obtain any EA for free.
we have developed a new version of our FIX Bridge feature for individual traders. It’s free FOREVER!
Download link: https://www.fintechee.com/assets/fix-api/fintecheefixbridge.7z
Everyone can get a free license to use our FIX API trading platform individual version if he/she matches any one of the conditions below.
A. Our partners' client
B. Github user
C. Youtuber
D. Coupon
We have updated our campaign page: https://www.fintechee.com/marketing/campaign/
We will update the necessary files for the FIX API trading platform individual version regularly in our Github repository: https://github.com/fintechee/FIX-API-Pro/
We built a forum for sharing trading signals and trading skills. https://www.fintechee.org
https://www.fintechee.com/shared.html
WEB-based | Javascript SDK |
Compatibility | Compatible with C/C++/MQL |
Any Data | You can import any data(historical/streaming) as long as you have data source. |
Auto Market Maker | You can send transactions to blockchains' SWAP smart contracts via Market Maker Bot |
Crypto Payment Gateway | Integration with crypto wallets(Scatter & Metamask) Now we have integrated with the most promising payment platform: BitCartCC(https://bitcartcc.com, https://github.com/bitcartcc/bitcart), the founder Alex is only 18 years old!! |
AI Enabled | Integration with Artificial Intelligence(AI) |
DEX | Integration with DEX and Clearing House |
Technical | Custom Indicators(You can create compound indicators -- make an indicator calculated based on another indicator) |
Trading Options | You can analyze Bitcoin or Ether's options by using our plugins. |
FIX API | FIX API individual version(Your browser -> local Java Package -> FIX API straightforward) |
White Label Enabled | We offer a FIX API institutional version and a dashboard for brokers' managers. |
MFA Enabled | Multiple Factor Authentication makes trading more secure |
APP Supported | APP(Android, already listed on our website and published on Google Play) |
EA Code Generator | We offer toolkits for generating Expert Advisor source codes. |
More Trading Instruments | Our FIX API-based backend supports Spread Betting. |
Price Aggregator | We have 20+ liquidity providers and our backend supports automated order router to make you trade via the cheapest trading channel. |
MAM-based Frontend | Multiple accounts management on the frontend(useful for trading arbitrage) |
MAM-based Backend | Our FIX API supports MAM to make the platform operable by individuals. |
Multiple Charts Management | Our WEB trader terminal(trader room) is designed to be responsive(UI layout). |
Investor Mode | Investor mode(guest mode, read-only) is allowed. |
Binance API | Integration with Binance API on the backend |
Trading Chaos | EA based on Trading Chaos(Bill Williams' book) |
Many Features | ...... Many features, you can explore them on your own. |
I have received several questions about how to utilize the JavaScript files in this repository. However, the usage is not the same as Node.js, so it is unnecessary to use “node xxx.js” to run them. In fact, it’s a much simpler process, as our files are browser-based. All you need to do is open the Fintechee Web Trader, copy and paste the relevant source codes into the Console Panel, and then click the Run Button. It’s that easy!
Each file in this repository is independent and can be used separately. The EAs and indicators are stored solely on your browser and are never uploaded to the server side. We use Web LocalStorage to ensure that the secrets of your trading strategies are protected.
A simple manual: https://github.com/fintechees/Expert-Advisor-Studio/blob/master/simple_manual.txt
WEB Trader: https://www.fintechee.com/web-trader/
Plugins' usage: https://www.fintechee.com/plugins/
How to compile C/C++/MQL: https://www.fintechee.com/expert-advisor-cpp-compiler/
We started a live stream on Youtube
Please access our video stream page to see how we trade arbitrage in real-time(FIX API quotes vs Oanda). Recommendation: https://twitter.com/Fintechee1
Alternative: https://www.fintechee.com/videostreaming/
Please access our demo to run the EAs: https://www.fintechee.com
You don't know how to use these EAs? Please check out our Youtube Channel, there are tutorials(https://www.youtube.com/channel/UCjBs_l6rUxhtZlfRhDuVGSg) You can find the source codes for the tutorials here: https://github.com/fintechee/tutorials
Please check our Github wiki to know more details about APIs.
Please check this tutorial(https://www.fintechee.com/expert-advisor-cpp-compiler) to learn how to use our Nodejs package(https://github.com/fintechee/Expert-Advisor-CPP-Compiler) to compile C/C++/MQL-based programs.
2020.7.7 three APIs were modified and added parameters.
- sendOrder
- modifyOrder
- closeTrade
2021.2.22 Added one API to improve the performance.
- getCurrentTick
2021.3.3 two APIs were modified.
- registerIndicator
We added three parameters to this API, all of which are callback functions: OnInit, OnDeinit, and OnRender. We added these to extend the functionality of Fintechee and make it easier to manage and monitor indicators. When you add an indicator to the chart, the OnInit callback function will be called. When you remove an indicator from the chart, the OnDeinit function will be called. After the main callback function is executed, the OnRender function will be triggered. The OnRender function is particularly useful if you want to add your own renderer to the platform. Our platform’s renderer is based on D3.js. If you are not familiar with it, you can use other alternative JS charting systems such as Chart.js.
These callback functions are new features; other platforms do not have these parameters. Fortunately, this API is compatible with older versions, so you do not need to modify your old indicators.
- registerEA
We have added a new parameter to this API, namely a callback function that receives a message when a transaction is triggered. For instance, if you want to send an order to the backend and avoid blocking your process, everything on our platform runs asynchronously. Therefore, you can continue with your analysis and leave this callback function in place to receive a notification from the backend when the order is executed and a new trade is opened.
This callback function is a new feature; other platforms do not offer this parameter. Fortunately, this API is backward compatible, so you don’t need to modify your old EAs.
2021.9.18 Added three APIs useful when the onTransaction event is triggered.
- getLatestTransBrokerName
- getLatestTransAccountId
- getLatestTrans
2022.11.2 Added one API useful when you want to combine several EAs into a workflow.
- launchEA
var BROKER_NAME = {
DEMO: "Fintechee Demo"
}
var TIME_FRAME = {
M1: "M1",
M5: "M5",
M15: "M15",
M30: "M30",
H1: "H1",
H4: "H4",
D: "D",
W: "W",
M: "M"
}
var ORDER_TYPE = {
OP_BUY: "BUY",
OP_SELL: "SELL",
OP_BUYLIMIT: "BUY LIMIT",
OP_SELLLIMIT: "SELL LIMIT",
OP_BUYSTOP: "BUY STOP",
OP_SELLSTOP: "SELL STOP"
}
var WHERE_TO_RENDER = {
CHART_WINDOW: "CHART_WINDOW",
SEPARATE_WINDOW: "SEPARATE_WINDOW"
}
var DATA_NAME = {
TIME: "Time",
OPEN: "Open",
HIGH: "High",
LOW: "Low",
CLOSE: "Close",
HL2: "HL2",
HLC3: "HLC3",
HLCC4: "HLCC4"
}
var RENDER_TYPE = {
HISTOGRAM: "Histogram",
LINE: "Line",
ROUND: "Round",
DASHARRAY: "Dasharray"
}
var PARAMETER_TYPE = {
INTEGER: "Integer",
NUMBER: "Number",
BOOLEAN: "Boolean",
STRING: "String"
}
function sma (dataInput, dataOutput, calculatedLength, period) {
var i = calculatedLength
if (calculatedLength > 0) {
i--
} else {
for (var j = 0; j < period - 1; j++) {
dataOutput[j] = 0
}
i = period - 1
}
var sum = 0
for (var j = i - period + 1; j < i; j++) {
sum += dataInput[j]
}
for (var j = i; j < dataInput.length; j++) {
sum += dataInput[j]
dataOutput[j] = sum / period
sum -= dataInput[j - period + 1]
}
}
function ema (dataInput, dataOutput, calculatedLength, period) {
var i = calculatedLength
var smthFctr = 2.0 / (period + 1)
if (i == 0) {
dataOutput[0] = dataInput[0]
i++
} else if (i == 1) {
} else {
i--
}
while (i < dataInput.length) {
dataOutput[i] = dataInput[i] * smthFctr + dataOutput[i - 1] * (1 - smthFctr)
i++
}
}
function smma (dataInput, dataOutput, calculatedLength, period) {
var i = calculatedLength
var sum = 0
if (i > 0) {
i--
} else {
i = period - 1
for (var j = 1; j < period; j++) {
dataOutput[i - j] = 0
sum += dataInput[i - j]
}
sum += dataInput[i]
dataOutput[i] = sum / period
i++
}
while (i < dataInput.length) {
sum = dataOutput[i - 1] * period - dataOutput[i - 1] + dataInput[i]
dataOutput[i] = sum / period
i++
}
}
function lwma (dataInput, dataOutput, calculatedLength, period) {
var i = calculatedLength
if (i > 0) {
i--
} else {
for (var j = 0; j < period - 1; j++) {
dataOutput[j] = 0
}
i = period - 1
}
var sum = 0
var diffsum = 0
var weight = 0
for (var j = 1; j < period; j++) {
sum += dataInput[i - j] * (period - j)
diffsum += dataInput[i - j]
weight += j
}
weight += period
while (i < dataInput.length) {
sum += dataInput[i] * period
dataOutput[i] = sum / weight
diffsum += dataInput[i]
sum -= diffsum
diffsum -= dataInput[i - period + 1]
i++
}
}
Please check our site for details. Fintechee
Fintechee License = MIT License + Restrictions for Racists
https://github.com/fintechee transferred this repo to https://github.com/fintechees on Aug 25th 2021.