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:
19985
Rating:
(11)
Published:
2008.05.06 09:01
Updated:
2014.04.21 14:52
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance


Inputs of the EA:

  • p - period for DeMark oscillator. It is optimized with the values from 3 to 100, step 1.
  • tp - TakeProfit value in pips. It is optimized with the values from 10 to 100, step 1.
  • sl - StopLoss value in pips. It is optimized with the values from 10 to 100, step 1.
  • lots - volume of the first order and that of all orders to be opened after a profitable trade. This parameter is not optimized.
  • mn - magic number. This parameter is not optimized.
  • losseslimit - the limit of successive losing trades. This parameter is not optimized. If the amount of losing trades reaches this limit, the EA stops opening trades and sends an e-mail message.
  • fastoptimize - fast optimization. This parameter is not optimized. If the value of this parameter is 'true', then the embedded system is optimized fast without capital management. The results obtained in the optimizer and in the tester may be different for fast optimization.

The Ea works only for newly formed bars and open prices. There is no need to optimize it for every tick.



С более подробным описанием принципа действия данного советника можно ознакомиться по ссылке: http://bigforex.biz/load/2-1-0-170



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

Specification Specification

An example of using graphical object OBJ_LABEL for tabular display.

Visual Start Visual Start

A code/method to test the redrawing indicators, by the example of FxmFish

_Fibo_Pivot_multiVal _Fibo_Pivot_multiVal

A multi-currency Expert Advisors aimed at trading on Asian sessions.

Pipsing_Setup_Buy_Sell Pipsing_Setup_Buy_Sell

Three scripts for quick preparation and manual placing of trade orders.