All Projects → erwin-beckers → Simpletrendreversalea

erwin-beckers / Simpletrendreversalea

MT4 EA for the simple trend reversal strategy

Projects that are alternatives of or similar to Simpletrendreversalea

Covid Charts
A collection of JavaScript-based data visualization tools and data for depicting spread of the COVID-19
Stars: ✭ 88 (-10.2%)
Mutual labels:  dashboard
Binance Trading Bot
Automated Binance trading bot - Buy low/Sell high with stop loss limit/Trade multiple cryptocurrencies
Stars: ✭ 87 (-11.22%)
Mutual labels:  trading-bot
Robinhood Playground
Stars: ✭ 96 (-2.04%)
Mutual labels:  trading-bot
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-8.16%)
Mutual labels:  dashboard
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-7.14%)
Mutual labels:  dashboard
D2 Admin Xiya Go Cms
cms by d2-admin
Stars: ✭ 94 (-4.08%)
Mutual labels:  dashboard
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (+1193.88%)
Mutual labels:  dashboard
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+1278.57%)
Mutual labels:  trading-bot
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1239.8%)
Mutual labels:  dashboard
Cboard V
CBoard Vue 版 (BI dashboard platform)
Stars: ✭ 96 (-2.04%)
Mutual labels:  dashboard
Laravel Totem
Manage Your Laravel Schedule From A Web Dashboard
Stars: ✭ 1,299 (+1225.51%)
Mutual labels:  dashboard
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+10819.39%)
Mutual labels:  dashboard
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1258.16%)
Mutual labels:  dashboard
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-10.2%)
Mutual labels:  dashboard
Postgresql Dashboard
A real-time monitoring screen based on Dashing and Sinatra
Stars: ✭ 96 (-2.04%)
Mutual labels:  dashboard
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (+1205.1%)
Mutual labels:  dashboard
Angular Material Dashboard
Angular admin dashboard with material design
Stars: ✭ 1,321 (+1247.96%)
Mutual labels:  dashboard
Awe
Dynamic web based reports/dashboards in Python
Stars: ✭ 98 (+0%)
Mutual labels:  dashboard
Dashboards
Drag & drop dashboard builder!
Stars: ✭ 97 (-1.02%)
Mutual labels:  dashboard
Kwd Dashboard
Fully responsive dashboard built with tailwindcss & alpinejs
Stars: ✭ 95 (-3.06%)
Mutual labels:  dashboard

Donations are welcome !!

Like what you see ? Feel free to donate to support further developments..

Donate with Bitcoin

Donate with Litecoin

Donate with Ethereum

SimpleTrendReversalEA

MT4 EA for the simple trend reversal strategy invented by mrdfx

Read more about the strategy here:

www.forexfactory.com/showthread.php?t=713593

Ideas:

  • set SL x pips below/above S&R line
  • Close part of position when price encounters next SR line then trail the remaining position
  • calculate RR based on SL and next S&R line

Version history:

1.23

  • fixed re-entry code
  • added SignalInvalidAfterHours setting, which will prevent the EA from opening trades when the signal is too old
  • added SignalInvalidAfterPips setting, which will prevent the EA from opening trades when price moved to far from the original signal

1.21

  • small bugfix

1.18.4

  • added (optional) S&R filter where EA will only open trades which are appearing at S&R levels

1.18.3

  • code refactoring
  • fixed trade panel showed wrong nr of pips for today's profit
  • hopefully fixed bug where EA closed after changing settings

1.18.2

  • fixed bug when no pairs where found
  • click on pair label in open orders now opens the chart for that pair
  • fixed issue where ea kept trying to close an order which was already closed

1.18.1

  • fixed bug invalid pointer access in 'CPair.mqh' (537,17)
  • which happened when EA was evaluating if it was allowed to do a re-entry or not

1.18

  • fixed EA showed wrong nr of pips for open orders
  • fixed EA closed orders too late
  • added option to show only pairs with at least x valid signals
  • revamped gui
  • added MaxSpreadInPips: EA wont open/close trades if spread > MaxSpreadInPips
  • added MaxOpenTrades: EA wont open more then MaxOpenTrades trades simultanously
  • added AllowReEntries: EA won't open re-entries on same signal when enabled
  • rewrote money management module to support : fixed lotsize, fixed amount dollar or percentage of equity
  • code refactored

1.17

  • fixed point error in zigzag
  • show version, timeframe in lastupdate line
  • show total pips in ea stats panel
  • show SL in pips and order type on open trades
  • fixed ea giving same alert multiple times

1.16

  • fixed bug that mbfx showed invalid overbought signal
  • fixed trendline z
  • added an (optional) sma200 trendline filter
  • You can now click on sa currency pair to open the chart for this pair

1.15

  • added minsBetween2TradesOnSamePair . this setting specifies the nr or minutes before a new trade opened on the same pair
  • added missing pairs to default settings
  • changed default for mbfxcandles to 10
  • added email alerts
  • changed sma15 rule. price of previous candle should just now be above/under sma15 to be considered a valid signal

1.14

  • fixed issue that EA did not show valid signal due to MBFX

1.13

  • fixed: After a restart the EA set the stoploss at OrderSL instead of the tip of the zigzagarrow
  • EA now closes the order if another arrow appears
  • EA now shows open orders

1.12

  • EA now shows last update/refresh time so we can check that EA is still refreshing the dashboard

1.11

  • fixed news description overlapping with trade panel

1.10

  • fixed ea did not open when there was upcoming news for other pairs
  • new pair filter allows you to specify which pairs you want to trade

1.09

  • fixed error 4107 invalid price xxx for OrderSend function
  • fixed error 4107 invalid price xxx for OrderClose function

1.08

  • changed default for trendline and zigzag/mbfx candles
  • EA send same alert every minute
  • made MA15 more restrict
  • use the Point & Digit values from the order-symbol when trailing stoploss

1.07

  • added news filter ( needs FFCal indicator to be installed)
  • fixed dashboard refresh issue

1.06

  • fixed bug with trailing stop
  • fixed bug that EA was opening just 1 order even if there where valid signals on multiple pairs
  • dashboard: show buy/sell signal when all indicators are valid
  • cleaned up code

1.05

  • fixed bug dashboard was not refreshing somtimes when switching between timeframes

1.04

  • added (hidden) trailing stoploss/profit
  • fixed some false signals

1.03

  • added auto trading feature
  • added sending notifications to mobile and alerts to alert window

1.02

  • made it work on any timeframe

1.01

  • EA now only show pairs where setups are starting to happen
  • made moving average period and moving average type configurable
  • made # candles to look back for zigzag, mbfx, trendline configurable
  • fixed some small bugs

1.00

  • initial version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].