arrows and curves ea
Info
The arrows and curves ea is a Script for MetaTrader 4 that arrows and curves eathis expert advisor operates strictly based on signals (arrows) from the arrows&curves indicator. a compiled version of the original indicator is required for the ea to function.
Usage
This tool is typically used for enhancing chart analysis and decision making.
Platform
This Script works exclusively on MetaTrader 4 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL4/Scripts folder via File ? Open Data Folder in MetaTrader 4.
How to Install and Use arrows and curves ea
1. Installation: Move your script file into the MQL/Scripts directory and restart the platform.
2. Execution: Drag the script onto a chart; it will perform a one-time action, such as closing all open orders or clearing chart objects.
3. Editing: Use MetaEditor (F4) to modify code, click "Compile," and verify no errors appear in the terminal before running.
4. Removing: Scripts stop automatically, but you can remove them manually by right-clicking the chart and choosing "Remove Script."
Frequently Asked Questions
Q: How are scripts different from EAs? A: Scripts execute a single action and then stop; EAs monitor the market and trade continuously.
Q: Can I assign a hotkey to a script? A: Yes, right-click the script in the Navigator, select "Set Hotkey," and define your preferred keyboard shortcut.
Q: Why did my script stop? A: Scripts are designed to stop immediately after finishing their programmed command; this is normal behavior.
What this tool does
arrows and curves eathis expert advisor operates strictly based on signals (arrows) from the arrows&curves indicator.
Typical Use Case
This Script excels in automated trading and technical analysis on MetaTrader 4.
Compatible Platform & Setup
This Script works on MetaTrader 4. Place the file in the MQL4/Scripts folder and restart the terminal.
Description & Settings
Related: robot arrows rest - another powerful script for MetaTrader 4 traders.
arrows and curves eathis expert advisor operates strictly based on signals (arrows) from the arrows&curves indicator. a compiled version of the original indicator is required for the ea to function.
Also recommended: Delta Tail Bar Indicator - similar script with strong performance on MetaTrader 4.
the ea trades on opening prices, making it indifferent to the modeling mode or tick quality.
default settings are for eurusd on h4 timeframe, optimized using current year quotes. users are encouraged to share any superior instrument, period (timeframe), or setting combinations.
strategy tester report
arrows and curves
symbol
eurusd (euro vs us dollar)
period
4 hours (h4) 2026.01.01 - 2026.12.12
model
open prices (fast method on formed bars)
settings
trailingstop=30; takeprofit=30; stoploss=80; ssp=6; risk=12; countbars=50; skych=23.6; slippage=3; propotinallots=false; mindepo=100; fixedlots=0.1; percentlots=33; nameea="arrows and curves"; magicnum=123;
bars in history
8914
ticks modeled
17728
modeling quality
n/a
initial deposit
1000.00
net profit
1405.68
total profit
2957.66
total loss
-1551.98
profit factor
1.91
expected payoff
10.34
absolute drawdown
1.22
maximal drawdown
248.88 (9.48%)
relative drawdown
9.65% (112.85)
total trades
136
short positions (% profitable)
68 (76.47%)
long positions (% profitable)
68 (79.41%)
profitable trades (% of total)
106 (77.94%)
losing trades (% of total)
30 (22.06%)
largest
profitable trade
28.75
losing trade
-80.37
average
profitable trade
27.90
losing trade
-51.73
maximal number of
consecutive wins (profit)
15 (419.35)
consecutive losses (loss)
5 (-183.47)
maximal
consecutive profit (number of wins)
419.35 (15)
consecutive loss (number of losses)
-183.47 (5)
average
consecutive win
5
consecutive loss
1
You may also like: open charts of open trades symbols - excellent alternative for script users on MetaTrader 4.
Source Code
#property copyright "robotfx"
#property link "https://robotfx.org"
extern double trailingstop = 30;
extern double takeprofit = 30;
extern double stoploss = 80;
extern int ssp = 6; //период линейного разворота индикатора
extern int risk = 12;
extern int countbars = 50; //расчетный период (больше не надо)
extern double skych = 23.6;
extern double slippage = 3;
.......
⚠ Limitations & Risk Warning
- This tool is provided for educational and testing purposes only.
- Past performance does not guarantee future results.
- Trading involves substantial risk of loss. Use on a demo account first.
- Results may vary depending on market conditions, broker, and settings.
- We recommend thorough backtesting and forward testing before using with real funds.