Watch how to download trading robots for free
Find us on Telegram!
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
Experts

Price Impulse - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
3015
Rating:
(15)
Published:
2018.06.16 09:56
Price Impulse.mq5 (12.13 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.