Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
1665
Rating:
(3)
Published:
EQ Dashboard.mq5 (101.99 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Interface development of the previous version of the indicator:

+ Automatic tracking of "Market Watch", adding and deleting symbols
+ Automatic rendering of any changes in active symbols
+ Automatic temporary saving of settings when deleting or switching off the terminal
+ Interface: reset, colour theme, mashstabbing, split into bars, minimise, close (deleting from the indicator chart)



OBJECTIVE:

  • To identify volatility-flattening constructs for spread/equity trading
  • visual analysis of spread trading efficiency
  • identification of entry/exit moments for equity trading
WORKING PRINCIPLE:

  • volume and direction are set once for each active pair
  • cumulative profit/loss from all positions is calculated
  • the result is displayed as an equity line in the subwindow.
HOW TO USE:
  1. Set volumes, directions and activation of pairs
  2. Set the depth of the drawing history (in bars)
  3. Set initial balance (optional)

NOTES:

  • spread, commission and swaps are not included in the calculations.
These remarks on the content part are the result of a "pen test": first it is necessary to understand how the mechanism should work properly, and in the future, if there is potential, to develop the automation of the process.

At present, this is an experimental sample on a poorly disclosed technique of profit extraction from spread/equity trading.
There are no definitions, no instructions, knowledge on the subject is fragmentary and contradictory in some places.
I decided to write to understand thesubject.
Currently forum activity on thesubjectis here: https://www.mql5.com/ru/forum/475752


FURTHER STEPS:
.
  1. Visual analysis of the effectiveness of flat strategies "from channel boundaries": adding optional Bollinger/Converts/Dynamic Levels and others
  2. Automation of identifying the best (or best) portfolio/basket designs for spread/equity trading, the main thing: finding or creating a suitable formula for this (I'm not good at maths, this is the hardest part).
  3. Algorithmisation of trading (creation of the EA itself) with favourable results


PS:

Either here or in the https://www.mql5.com/ru/forum/475752 thread, you can share your opinions/knowledge/comments on the topic and on the indicator. Somebody's implementation of the indicator will be even better.


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/61499

Similarity Based Market Watch Symbol Mapping Script Similarity Based Market Watch Symbol Mapping Script

This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar symbol in Market Watch. Ideal for developers facing compatibility issues with prefixes or suffixes in symbol names. It is a customisable starting point to suit any specific need.

Outbreak Trader 1.0 Outbreak Trader 1.0

Breakout Trader 1.0 trades breakouts from the range.

Price Percentage Zigzag (No timeframes) Price Percentage Zigzag (No timeframes)

Zigzag which changes wave direction based on price percentage change on the asset

BotCilento BotCilento

BotCilento is a sophisticated grid-trading Expert Advisor for MetaTrader 5 that combines trend-following signals with adaptive risk management.