Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Universum 3.0 - sistema esperto per MetaTrader 4

Visualizzazioni:
20029
Valutazioni:
(11)
Pubblicato:
2008.05.06 09:01
Aggiornato:
2014.04.21 14:52
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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



Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.