I am looking to get an indicator I use on TradingView (Pine Editor) converted into an MT4/5 Expert Advisor.
It has around 100 lines of code in Pine and opens long and short positions when several conditions are met. It is coded in a way that it is always in a trade at any given time on whichever currency pair, index, or cfd it is used.
It needs to be working for all timeframes/markets and it must also work on various brokers with a trading account denominated in USD, EUR, GBP or other currencies including including Bitcoin.
Please note that the original Pine script is actually coded with variables based on Heikin Ashi Candlesticks which are not natively built-in MT4/MT5, however that indicator is available on the MQL4 free Library.
That might add a layer of complexity to the project.
I need all indicator parameters to be editable from defaults via input boxes.
I would like to have the 2 options for position size calculation.
Option 1, a user defined % allocation of capital per market
Option 2, a fixed initial lot with a size increasing option by a defined percentage when the previous trade ends up to be a loosing one
I would like 3 options for a stop,
Option 1, Automatic stop (or TP) when an opposite position is entered.
Option 2, an adjustable trailing stop for a defined number of pips
Option 3, a manual % for a stop.
With the possibility of enabling one or more options at once.
I would also like to have arrows painted on the chart to illustrate position open/close
I would like to have all source code also, so I can tweak this code myself in the future.
I hope to hear from you soon.
I do not wish to make the code public, so therefore it will be provided upon request to all interested developers.
Here's a screenshot of the indicator in action :
Похожие заказы
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with £100. I am willing to pay up to £1000 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a demo version to see how it does and if I'm
https://youtu.be/mUoczuxL0XE?si=2IzxX4jhML_-4f47  ; ...... “Secret London Session CRT Model - Insane Accuracy | ICT Secrets.” The model is called London Twilight and focuses on quick scalps near the end of London session. Source summary notes it uses CRT + Turtle Soup + PO3/AMD , mainly between 3:00 AM and 5:00 AM EST/New York time . ( Video Highlight | AI Video Summarizer ) Give your MQL5 coder these rules
Auto trading system on mobile with high probability win rate. Trades and auto trading system that works well on gold and forex, most important risk reward ratio. It must be 1:3 or more then that whenever possible
I want to buy proven profitable EA, any kind of strategy is considerable, working on any forex pairs or XAUUSD. I don't want to build from the scratch, so only apply if you already have profitable EA. Please send your EX4 file in advance with your application (MANDATORY), with additional information as below : - Pair and timeframe to use, minimum initial capital requirement, and so on - Type of EA (scalping, in day
I want an alert indicator using moving average and another one is customized indicator, but i don't have it's source file. is it possible? if yes let me know we will discuss further
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
Intraday Trade Ninja EA Indicators used: Price Border(TMA) MA-X Arrows xSuperTrend Candles EMA 49 & 89- Per Candle Color Switching Lemansignal 200 SMA Major Criteria to consider before a trade setup or condition is taken · The price must have touched/tested the upper or
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =
I need an experienced MQL5 developer to build a custom MT5 Expert Advisor for XAUUSD. Strategy Overview: Trend-following using EMA 50/200 on H4 and H1 Pullback entries on M5 using RSI + candle confirmation No martingale, no averaging down Controlled scaling only when trades are already in profit Maximum 2–3 positions per direction Risk Management: Daily loss limit (%) Equity hard stop (%) Consecutive loss pause