Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 15860
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
There are 2 input parameters:
- AtrMultiplier: The lines will have this* the current Atr value distance from the moving averages.
- Period: High and Low moving average, Atr period.
The basic idea is to have 6 lines: upper will be 2*atrmultiplier*atr +HighMA, second then atrmultiplier*atr + HighMA... Very easy to understand,
Take Profit based on your current profit
Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit.
Simple Support and Resistance
Simple Support, Resistance, and Mid-Line boilerplate
Amazing Oscilator
A combination of data analysis from the Awesome Oscillator and the resulting direction of the candles relative to the previous range
Multi_BreakEven.mt4
Multi_BreakEven is a script file that allows multiples entry positions to set to breakeven using pips or target price when the trade is in your favor.
