Here is some basic info https://www.metatrader5.com/en/terminal/help/indicators/bw_indicators . Bill Williams is a late badass trader who focused on social behavior based trading signals. A lot of his indicators overlap with Elliot Wave Theory. His indicators are freely available on Trading View. My favorites are The alligator, fractals, and awesome oscillator.
what about just providing the signal to your user - like with metatrader and just sell the subscription?
https://www.metatrader5.com/en/signals/providers
Has anybody here done that?
There are hundreds of people if not more that write bots and sell signals. Check out https://www.metatrader5.com/en/terminal/help/signals This is not new stuff. However most bots suck. Very few really good bots out there.
Platform is Metatrader 5, most brokers offer it as a trading platform. It has it's own builtin IDE for coding where you can code your own indicators and or bots [expert advisors]. The language used is MQL which was derived from C++.
This specific instance of the bot was coded directly on MT5 and it only runs on MT5. I however also have a version of it coded in Python which links in directly to any broker offering the FIX protocol or where not available it can link in directly to each MT5 platform.
With the python version you can trade multiple accounts at multiple brokers at the same time while the risk parameters for each account is adjusted automatically according to the equity, leverage, max/min lot sizes, stepping sizes etc.. offered by each respective broker.
The algo at the heart of the bot is one which I've been working on for a while now. Still plenty of testing to do but it's shaping up quite well. It aims for small gains on a large quantity of trades. On a normal day it does around 200 trades a day and on busy days (with large swings in both directions) it can easily do up to 500 trades.
Yeah, no modified-Schiff sorry about that but you can access tick charts through the DOM option on your chart. For more information on DOM please visit the link below: https://www.metatrader5.com/en/terminal/help/trading/depth_of_market ————— And what do you mean by multi-timeframe charts? I believe you can have a couple of different charts in various timeframes simultaneously on one screen, if that’s what you mean.
No simple answer here. MT5 is the newer version that supports other markets outside forex. You can read the differences at https://www.metatrader5.com/en/trading-platform/comparison-mt5-mt4 .
Looks like they tell you to use wine? Follow the instructions but do sudo pacman -S wine
instead all of the apt
commands
https://www.metatrader5.com/en/terminal/help/start_advanced/install_linux
It might be possible via the API: https://www.metatrader5.com/en/brokers Maybe try creating a request here: https://www.mql5.com/en/job Or ask in the Forums: https://www.mql5.com/en/forum
If you can get an Android app made I'm sure there'd be loads of feedback on improvements and I doubt you'd have much trouble selling loads of copies at a reasonable price. I've contacted MetaQuotes many times asking them to make obvious improvements like: • Show account currency on Trade and History screens. • Show spread on open positions: 0.00000 › 0.00000 (Spread) • Ability to set different colours for each horizontal line order type shown on the chart. • Option to have chart order lines start at their open time. • Close Order buttons on Trade screen with single confirmation. (Much faster than the current Hold or Swipe options that need three actions to complete).
They always rejected every single one. Very annoying! I like what you've done. Though it does also suffer a little from overly complex and some unnecessary navigation. Keep it minimal.