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

Arttrader_v1_5 - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
3035
Rating:
(15)
Published:
2018.08.23 11:23
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The author of the idea: Scriptor.

mq5 code author - barabashkakvn.

The EA uses the iMA indicator (Moving Average, MA) and analyzes the last six bars.

Inputs

  • How many lots to deal with (may be less than one)
  • The period for the averager
  • Check for too-big candlesticks (avoid them)
  • Check for pairs of big candlesticks
  • A smart stop-loss
  • The trade's stop loss in case of program error
  • The trade's take profit
  • The minimum EMA slope to enter a trade
  • The maximum EMA slope to enter a trade
  • Wait this long to determine candlestick lows/highs (BEGIN)
  • Wait this long to determine candlestick lows/highs (END)
  • An allowance between the close and low/high price (BEGIN)
  • An allowance between the close and low/high price (END)
  • If the previous volume is not above this, exit the trade
  • A strange but functional imaginary spread adjustment
  • magic number

Test for EURUSD H1:

Arttrader_v1_5

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

CloseProfit v2 CloseProfit v2

Closing positions and removing pending orders when reaching a specified profit or loss.

SimplePivot SimplePivot

A simple Pivot. No stop loss and take profit are used.

DirectCandlesCounter DirectCandlesCounter

The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications

DirectCandlesCounter_Candle DirectCandlesCounter_Candle

DirectCandlesCounter indicator in the form of candles.