Scalper EA based on price movement

İş tamamlandı

Tamamlanma süresi: 5 gün
Müşteri tarafından geri bildirim
Satisfied with the work even though it took a bit too long

İş Gereklilikleri

I need a Scalper EA that will open a lot of trades in all currency pairs, in the M5 - D1 timeframes.

string symbols[43]=

  {

   "EURUSD","GBPUSD","EURGBP","EURJPY","USDJPY","AUDUSD","USDCHF",

   "USDCAD","EURCHF","EURCAD","EURAUD","GBPCHF","GBPJPY","CHFJPY",

   "GBPAUD","GBPCAD","GBPNZD","AUDJPY","CHFJPY","CADJPY","AUDNZD",

   "AUDCAD","AUDCHF","EURNZD","CADCHF","NZDJPY","NZDUSD","EURCZK",

   "EURHUF","EURNOK","EURPLN","EURSEK","NOKSEK","USDZAR","NZDCAD",

   "USDCZK","USDHUF","USDNOK","USDPLN","USDSEK","USDTRY","EURTRY",

   "XAUUSD"

  };

 

Buy Conditions 1

  • The trend should be ranging, based on the previous 10 candles.
  • The height (Close[2]-Open[2]) of the third candle (Bar[2], bullish candle) from the current candle (Bar[0]) must be at least 10 pips.
  • The height (Open[1]-Close[1]) of the second candle (Bar[1], bearish) must be less than the height of the third candle (Bar[2]), but it must be at least 95% of the height of Bar[2].
  • The opening price of the second candle (Open[1], bearish) must be within 1 pip of the closing price of the third candle (Close[2]) if Bar[1] is not completely inside Bar[2].
  • Open a buy order at the opening of the current candle Bar[0] 1 pip above the start of the current candle.
  • Take profit at 40% of the height of the previous candle Bar[1].
  • Put a stop loss of 2 pips.

Buy Conditions 2

  • The trend should be ranging, based on the previous 10 candles.
  • The height (Open[1]-Close[1]) of the previous candle (Bar[1], bearish) must be at least 30 pips.
  • Open a buy order at the opening of the current candle Bar[0] 1 pip above the start of the current candle.
  • Take profit at 40% of the height of the previous candle Bar[1].
  • Put a stop loss of 2 pips.

The sell conditions are the exact opposites.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Ücretsiz
2
Geliştirici 2
Derecelendirme
(93)
Projeler
124
39%
Arabuluculuk
19
16% / 53%
Süresi dolmuş
19
15%
Meşgul
3
Geliştirici 3
Derecelendirme
(126)
Projeler
159
35%
Arabuluculuk
4
25% / 50%
Süresi dolmuş
13
8%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(356)
Projeler
632
26%
Arabuluculuk
89
73% / 13%
Süresi dolmuş
12
2%
Ücretsiz
5
Geliştirici 5
Derecelendirme
(3)
Projeler
3
0%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
0
Ücretsiz
6
Geliştirici 6
Derecelendirme
(22)
Projeler
18
6%
Arabuluculuk
31
3% / 65%
Süresi dolmuş
5
28%
Ücretsiz
7
Geliştirici 7
Derecelendirme
(566)
Projeler
639
41%
Arabuluculuk
21
57% / 29%
Süresi dolmuş
45
7%
Yüklendi
Benzer siparişler
PROGRAM CODE FOR AN EA WITH EURUSD: 1.) YOU PROVOIDE THE TOTAL SOURCE CODE OF THE EA 2.) INPUTS: xLOTSIZE (0.01), xDROPDOWN_ABS(-100.00) ORDER CONDITIONS: 3.) BUY MARKET: EVRY TIME WHEN THE FREE MARGIN IS HIGHER THAN NEEDED, BUY x LOTS (def. in LOTSIZE) 3.) CLOSE POSITION: EVERY TIME WHEN THE FREE MARGIN GETS NEGATIVE UNDER xDROPDOWN_ABS value, close the most recent position opened (not all just the last one) 4.) ALL
I need a trading robot that will be about to enter and get out of trades automatically following a set of conditions that will be provided. it will be determining the trend on a higher time frame and making trades on a lower timeframe
Trade Copier 1. Copy same Trade. 2. Also TP and SL 3. Need reverse trading Master to Slave 4. Adjust TP and SL future on Slave if you agree send sample copy first
hi, I need to convert my MT5 robot to Python for the freqtrade framework, https://www.freqtrade.io/en/stable/strategy-customization/ For trading futures on Bybit or Binance, I can also send the MT4 version if it is more convenient
Convert Pine Script Trading view To MT4 Convert Attach Script to mt4 with buy and sell signals on Chart and Data Window. The buy and sell signal must be the SAME signals, on the same candles. No deviation. Must Match BTC 1 hr to buy and sell signals... no deviation
hello 👋 great developer am looking for developer that will help me to convert pinescript strategy to mt4 strategy I will be looking for your bid soon Best regards Ayofe
Hello! I need to make the indicator for Forex Tester 5. The platform supports indicators/strategies/scripts which are written in .dll format and can be created in Delphi or C++ programming languages. Are you interested in the task? In the attached files the Task is explained, and in the file in Excel you can see the formulas and data. The task is to make an indicator for Forex Tester 5. If you want to fulfil the
There is an indicator on tradingview under the name of "Rob Booker - ADX Breakout". I need to convert it to an mql4 expert advisor. Plus adding regular standard settings of EA as tp,sl,lots,etc
THE DEVELOPER MUST NOT HAVE ANY PENDING JOBS TIME IS OF THE ESSENCE I ALREADY HAVE SORUCE CODE, ADD ENTRIES AND CONDITIONS TO CODE I NEED THIS DONE BY TODAY OR TOMORROW MORNING THE LATEST The MT4 EA will work simultaneously on multi pairs the broker has to offer. The opening procedure will begin as follows: In this example I will use a BUY order. The same for SELL order. When the EA is dragged/ double clicked/ added
Hi I bought FXSSI.com tools ( sentiment indicator) including the following indicator: FXSSI.Ratio.ex4 (.mq4 versions are not provided) Now I am trying to export the indicators' output values in an EA in order to generate trading signals and to backtest strategies based on various combinations of some of these indicators but I can't make it work. I use iCustom() but it always returns either: > 2147483647 if

Proje bilgisi

Bütçe
60 - 80 USD
Geliştirici için
54 - 72 USD
Son teslim tarihi
from 1 to 5 gün