Something Interesting - page 44

 

Interesting article was published - 

----------------

Social Trading. Can a profitable signal be made even better?

Social Trading

This paper is aimed at testing the hypothesis of whether the signal performance and reliability can be enhanced without sacrificing the preset risk levels, if some filters are used.

 

============

Templates to create EAs and Indicators - MT4


The forum

  1. Some good templates - the thread 
  2. function of "mql4 code" - the thread  

The articles 

  1. MetaEditor:Templates as a Spot to Stand On   
  2. Idleness is the Stimulus to Progress. Semiautomatic Marking a Template   
  3. Universal Expert Advisor Template

CodeBase

  1. Expert Advisor Template with Trailing Stop v2 - expert for MetaTrader 4 
  2. Template Name - indicator for MetaTrader 4 
  3. News EA Template without DLL - expert for MetaTrader 4 
  4. News EA Template Without DLL From 2 Sources - expert for MetaTrader 4
  5. EA Template - expert for MetaTrader 4
  6. Robust EA Template - expert for MetaTrader 4

============

Templates to create EAs and Indicators - MT5


The forum

N/A

The Articles

  1. Using Pseudo-Templates as Alternative to C++ Templates 
  2. Trading Signal Generator Based on a Custom Indicator 
  3. Transferring Indicators from MQL4 to MQL5 
  4. How to Develop an Expert Advisor using UML Tools 
  5. Practical Implementation of Digital Filters in MQL5 for Beginners 
  6. Programming EA's Modes Using Object-Oriented Approach 

CodeBase

  1. An Expert Advisor template - expert for MetaTrader 5
  2. Apply Template - script for MetaTrader 5 
  3. Script and Template for Market Analysis - script for MetaTrader 5
 

It is very interesting indicator was uploaded today in CodeBase (I used this indicator for MT4 for manual trading in scalping with very good results) - 

----------------

Trend Scalp - indicator for MetaTrader 5


In the early days there was one version of Trend Trigger Factor by M.H. Pee described in the Technical Analysis of Stocks and Commodities magazine in December, 2004. That was actually wrongly coded for MetaTrader 4.

 
Sergey Golubev:

Interesting article was published - 

----------------

Social Trading. Can a profitable signal be made even better?

This paper is aimed at testing the hypothesis of whether the signal performance and reliability can be enhanced without sacrificing the preset risk levels, if some filters are used.

Good evening boss.
Please could you convert this BAT atr trailing stop indicator to a trailing stop EA . the trailing stop should be based on the same logic of this attached BAT atr stop indicator but the trailing stop should be hidden.
Other features are:

..hidden trailing stop loss that is "1 spread"away from BAT atr stop indicator trailing line.
..Trailing start point
...Fixed Hard stop loss/Broker's stop loss
..Breakeven point + break even profit. ..(Here the broker's stop loss is brought to break even plus specified amount of pips.
Thanks a lot
Files:
 
Donnuel:
Good evening boss.
Please could you convert this BAT atr trailing stop indicator to a trailing stop EA . the trailing stop should be based on the same logic of this attached BAT atr stop indicator but the trailing stop should be hidden.
Other features are:

..hidden trailing stop loss that is "1 spread"away from BAT atr stop indicator trailing line.
..Trailing start point
...Fixed Hard stop loss/Broker's stop loss
..Breakeven point + break even profit. ..(Here the broker's stop loss is brought to break even plus specified amount of pips.
Thanks a lot

I can not convert anything because I am not a coder.
You may go to Freelance for the coders about this idea for example.

 
Sergey Golubev:

I can not convert anything because I am not a coder.
You may go to Freelance for the coders about this idea for example.

OK thanks boss
 

Very interesting indicator was uploaded to CodeBase - it may be good indicator for exit (for stop loss moved by the trailing stop)

----------------

ATR Trend Envelopes - indicator for MetaTrader 5

ATR Trend Envelopes - indicator for MetaTrader 5

ATR Trend Envelopes - indicator for MetaTrader 5

The reason why the ATR is used is the following - the % change works OK for middle term timeframes. But for short timeframes and long timeframes it tends to be either too slow or too fast. Here is a comparison of this indicator (upper) and the "classical" version (lower) on daily timeframe. It is obvious that the difference is big and that the "trend" should be redefined in the "classical" calculation.

 

Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий

Floating windows in the next release of MetaTrader 5

Renat Fatkhullin, 2018.07.26 21:47

We have implemented floating windows that can be placed on other monitors and outside the main window:

For convenience, each window can include its toolbar.

From MQL5 it is easy to manage the state of the window and even make completely independent windows with their own controls and panels. It's enough to turn off the display of the chart and all the canvas is at the developer's disposal.

This will give an additional push to create full-fledged applications within the terminal. 


 

Forum on trading, automated trading systems and testing trading strategies

Good, accurate Reversal Indicators

Sergey Golubev, 2018.07.26 11:09

But I found some interesting indicator in CodeBase (for MT5) - 

----------------

WPR_DiverSign - indicator for MetaTrader 5 

WPR_DiverSign - indicator for MetaTrader 5

WPR_DiverSign - indicator for MetaTrader 5

A semaphore signal indicator that uses divergence between two WPR oscillators based on extreme points of the last five bars.


 

VR Orders History MT5 Lite - script for MetaTrader 5 

VR Orders History MT5 Lite - a script for downloading trading history in the CSV format. This universal script can run both on hedging and netting accounts.

Other script versions
Reason: