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

RRS Chaotic EA - MetaTrader 4용 expert

Rajeev
게시자:
Rajeev Ranjan Sharma
조회수:
2437
평가:
(5)
게시됨:
2025.03.19 08:26
업데이트됨:
2025.03.19 08:27
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This EA is a cleaned and minimized version of the RRS Randomness in Nature EA. It opens trades randomly with random currency pairs, random lot sizes, and random order types. This EA does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. It offers multiple trading strategies, risk management plans, and other customizable settings.

Even though the EA operates on randomness, it has still achieved good profits with proper settings.

Variable Values Description
minLot_Size Double Value Minimum lot size to ensure lot size randomness does not go below this value.
maxLot_Size Double Value Maximum lot size to ensure lot size randomness does not exceed this value.
StopLoss Int Value Set your stop loss value in points/pips (the smallest price movement unit for your asset).
Set Stop Loss to 0 to disable it.
TakeProfit Int Value Set your take profit value in points/pips.
Set Take Profit to 0 to disable it.
Risk_In_Money_Type FixedMoney, BalancePercentage FixedMoney: Closes all open trades when the negative floating reaches your specified amount.
BalancePercentage: Automatically calculates based on your account balance and closes all trades once this limit is reached.
Money_In_Risk Int Value If Risk_In_Money_Type is set to FixedMoney, enter the amount of money you can afford to lose.
If set to BalancePercentage, the EA will automatically calculate the risk based on your account balance and close all trades when that limit is reached.
Max_Spread Int Value (Points/Pips) Sets the maximum acceptable spread. If the current spread exceeds this value, the EA will not take a trade and will wait for the spread to return within the specified limit.
Slippage Int Value (Points/Pips) Set the maximum allowed slippage for order execution.
 MaxOpenTrade  Int Value Maximum number of open trades allowed

Note: If you are experiencing a malfunction or error in EA operation, remove #property strict from the EA code on line 8.

Good Luck, Happy Trading!



RRS Randomness in Nature EA RRS Randomness in Nature EA

This EA is truly random in nature. It randomly selects currency pairs, lot sizes, and order types. This EA does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. It offers multiple trading strategies, risk management plans, and other customizable settings. Even though the EA works on randomness, it has still achieved good profits with proper risk management settings.

RRS Non-Directional EA RRS Non-Directional EA

This is a Non-Directional Bias EA. This EA does not rely on any technical skillset such as indicators, price action, news calendar events, or candlestick patterns. It offers multiple trading strategies, risk management plans, and other customizable settings. This EA takes trades continuously and randomly, depending on the strategy you have chosen.

RRS Tangled EA RRS Tangled EA

RRS Tangled EA randomly selects currency symbols, lot sizes, and order types for trading. It does not rely on technical indicators or fundamental analysis. Instead, it uses a Randomness in Nature approach to open trades. With proper settings such as Take Profit, Stop Loss, Trailing, and Risk Management, this EA can generate significant profits.

Withdrawal Tracking Withdrawal Tracking

This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account.