Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Price Impulse - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3127
Note:
(15)
Publié:
2018.06.16 09:56
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Idea by: Nikolay.

MQL5 code by: Vladimir Karputov.

The EA uses reference to REAL TICKS using the CopyTicks function - it waits for the price to pass NNN points within XXX ticks.


Inputs

  • Lots - the size of the position to be opened (in lots)
  • Stop Loss - Stop Loss
  • Take Profit - Take Profit
  • the price must pass NNN points
  • within XXX ticks
  • the minimum delay between trades (in seconds)

Price Impuls

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20501

N-_Candles_v7 N-_Candles_v7

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into consideration, i.e., whether it is a netting or a hedging one.

Small_Inside_Bar_Strategy Small_Inside_Bar_Strategy

Small_Inside_Bar_Strategy - an Expert Advisor based on indicator Small_Inside_Bar.

KAMA KAMA

Kaufman Adaptive Moving Average (KAMA)

SSIFT SSIFT

Smoothed Stochastic Inverse Fisher Transform.