An mql5 Expert Adviser based on mean reversion with uptrend detection

Job finished

Execution time 16 hours
Feedback from employee
Thanks you for the order.. I am happy with client and hoping we will work together in future.
Feedback from customer
Was quick on delivery. Responded fast and helped debug issues.

Specification

Mean reversion signal runs on 1 min time frame and should enter and exit a long position as follows (PineScript notation): 

tp = input(1, title="TP in $")
length = input(14, title="Length of SMA")
mult = input(1, "Stdev")
price = close
sma = ta.sma(price, length)
std = mult * ta.stdev(price, length)

buy_trigger = low <= sma-std
sell_trigger = strategy.opentrades.profit(0)>=tp

if (buy_trigger)
    strategy.entry("Buy", strategy.long)
if (sell_trigger)

    strategy.close("Buy")


For the uptrend confirmation check: 1min, 5min, 15min time frames using the Bulls oscilator, or any other uptrend confirming signal.

Responded

1
Developer 1
Rating
(57)
Projects
72
22%
Arbitration
13
46% / 15%
Overdue
5
7%
Free
Similar orders
I AM DEVELOPER EXPERT MQL4 MQL5 - +12 YEARS EXPERIENCE I work fast, i change your ea functions, add functions, indicadores or ADD panel DESIGN AMAZING Background ! If you need contact me on telegram : https://t.me/stevekronos
I wanted to convert from mt4 to Ctrader Cbot and you want a particular option/feature to work as a bot. A nd can you update this point: the option to check the account name/number on which the CBOT will work, if the wrong account number is given the CBOT should not work
Can you convert TradingView Harmonic pattern indicator to ninjatrader8? and I don not need statistic table with numbers, just indicators pattern, PRZ box (predicted prize box) etc. just no tables with numbers
Mt5 EA 30+ USD
Hey, I would like to find out if you can assist in developing and EA that I can use for my trading system for MT5 My system is very basic, it just a hedging system. Taking two trades buy and sell exactly at 14:00 (UCT+2). Risking 1% on each trade on a 1 : 2,5 Risk Reward ratio and stop loss of 2500 points since I am only trading GER30(Dax Index) for now, please make these inputs changeable. Once the trade is on 1 : 2
Important note- We only have the .ex4 file for the EA and need to create an exact replica of that EA, along with the mql4 file which is compatible with the 1420 Mt4 version, all the functionalities, inputs, and trade entry parameters should be exactly same. Key Requirements: - - The current EA runs on 1415 MT4 version and I need it to be adapted to the current 1420 MT4 version as it is. - The new EA should open
Just to confirm, the Indicator will have the following: Ability to upload multiple levels for multiple tickers (stocks, ETFs, Futures) Ability to change the color of the lines Ability to concatenate levels if on the same price. Example: Level 1 & Level 2 Ability to tick or untick levels that the user does not want to plot Ability to show price values on the level (user should be able to select this in the settings)
Just to confirm Indicator will be able to have the following: - Ability to upload multiple levels for multiple tickers (stocks, ETFs, Futures) - Ability to change color of the lines - Ability to concatenate levels if on the same price. Example: Level 1 & Level 2 - Ability to tick or untick levels that user does not want to plot - Ability to show price values on the level (user should be able to select this in the
Just to confirm Indicator will be able to have the following: - Ability to upload multiple levels for multiple tickers (stocks, ETFs, Futures) - Ability to change color of the lines - Ability to concatenate levels if on the same price. Example: Level 1 & Level 2 - Ability to tick or untick levels that user does not want to plot - Ability to show price values on the level (user should be able to select this in the
Hello, I am looking to have two custom indicators developed for integration into an Expert Advisor (EA): 1. Malaysian SNR (Support and Resistance) Indicator : This indicator should accurately identify and plot support and resistance levels based on Malaysian trading principles and methodologies. 2. Break of Structure Indicator : This indicator should detect and signal breaks in market structure, indicating potential
I am looking for an experienced developer to create an MT5 EA for any FX pair, that if is applied to a chat, will show the following buttons which perform the following actions: Buy now button: places a buy order[ or orders [more than one] explained later] with the lot, SL and TP defined in the EA configuration prompt Sell now button: places a sell o rder[ or orders [more than one] explained later] with the lot, SL

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
from 1 to 5 day(s)