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

Risk Manager EA - expert for MetaTrader 4

Noah Kurtz
Published by:
Noah Kurtz
Views:
11275
Rating:
(10)
Published:
2023.04.08 08:22
Updated:
2023.04.08 08:50
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

You need to do your own TA for the best results. You decide which direction you want the EA to place trades in (you can go long and short, but hedging won't work) & the EA will wait until a setup occurs and place the trades for you. The EA looks at volume and levels & decides where to place trades.

Level & Length correspond to the level and length of the pullback. The longer the Length, the more it will scale in, the bigger the level, the deeper the pullback it'll look for.

Close PL is the max floating PL before the EA closes all positions.

The profit & risk limit are the parameters you will need to use to specify how much profit/risk you are looking to achieve on the given signal.

The capital parameter will be set to your balance before the EA was attached, if you have a floating loss or profit, you may want to change, but the default value of 0 will assume your initial balance before the EA is attached.

If you're trading multiple pairs, the hedging function will not work, so it will not hedge anything. Make sure to turn off Multipairtrading if you're only trading one pair and want to use the hedging function. The hedging function will hedge your position once the hedgelevel is reached, hedgelevel meaning the percent of risk you have remaining, and to the specified ration.

Maxsize is the largest position the EA will scale into, layers is the number of positions you want to spread Maxsize into. For instance, if you want to buy 1 lot worth of an instrument and scale in 10 times, Maxsize = 1, Layers = 10

Elder Impulse System Candlestick Elder Impulse System Candlestick

This indicator paints the candlestick chart color according to the Elder Impulse System

Cryptos_V1 - MetaTrader 4 Expert for ETH Cryptos_V1 - MetaTrader 4 Expert for ETH

Crypto EA for ETH/USD pair.

Simple license on account name Simple license on account name

Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.

MoveStopLoss MoveStopLoss

Move the stoploss as the trade moves in your direction at a specific distance.