Skip to content
#

forex

Here are 542 public repositories matching this topic...

Lean
backtesting.py
zillionare
zillionare commented Apr 30, 2021

this is how Buy & Hold Return is calculated:

        c = data.Close.values
        s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100  # long-only return

so it's calced use day one and the day last.

Expected Behavior

Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w

bug good first issue Hacktoberfest
Stock.Indicators
DaveSkender
DaveSkender commented May 22, 2022

When there is a Renko transition, the brick is one brick size off in vertical position.

From @shinel70:
here is a picture i try to explain my problem
get renko
`
using Binance.Net.Clients;
using Skender.Stock.Indicators;
BinanceClient bc = new();
var data = await bc.UsdFuturesApi.Co

bug good first issue

A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting.

  • Updated Mar 9, 2021
  • Python
PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop

Open Source Trading Strategies & End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading Full Documentation ready. Lightweight, efficient and stable implementation 🔥

  • Updated Jan 24, 2022
  • Python

Expert Advisors, Browser-based EA, Free Crypto / Forex Historical DATA API plugins, EA Codes Generator, Market Maker Bot, Crypto Options Plugin, DEX / Payment Gateway Plugins, Binance API, FIX API related. Fintechee means Fintech ee.

  • Updated May 23, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the forex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the forex topic, visit your repo's landing page and select "manage topics."

Learn more