거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Risk Manager EA - MetaTrader 4용 expert

Noah Kurtz
게시자:
Noah Kurtz
조회수:
12464
평가:
(10)
게시됨:
2023.04.08 08:22
업데이트됨:
2023.04.08 08:50
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.