Need some help in converting my TV Heiken Ashi strategy into an mt4 EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 5 giorni
Feedback del dipendente
Greatful to work with you looking forward to more projects with you

Specifiche

Hi all, I developed a tradingview strategy that uses the heinken ashi candle patterns for entry with a vwap trend filter. The strategy can be 50% win ratio and profitable. I would like to convert it into an mt4 ea so that i can properly backtest it. 

Please does anyone have any advise. I\ve used chat GPT but its inconclusive. 

Some questions i have: Would i need to search for an existing mt4 Heineken ashi candle indicator and vwap indicator in order for the conversion to be possible. 


//@version=5
strategy("Heikin Ashi VWAP Strategy with SL and TP", shorttitle="HAVS_SL_TP", overlay=true)

// VWAP calculation
vwapValue = ta.vwap(hlc3)

// Initializing Heikin Ashi variables
var float haOpen = na
var float haClose = na
var float haHigh = na
var float haLow = na

// Calculate Heikin Ashi values for each bar
haClose := (open + high + low + close) / 4
haOpen := na(haOpen[1]) ? (open + close) / 2 : (haOpen[1] + haClose[1]) / 2
haHigh := math.max(high, haOpen, haClose)
haLow := math.min(low, haOpen, haClose)

// Entry conditions based on Heikin Ashi candles and VWAP
longCondition = (close > vwapValue) and (close > open) // Simplified for demonstration
shortCondition = (close < vwapValue) and (close < open) // Simplified for demonstration

// Define the stop loss and take profit for long and short positions
longSL = haLow[1]
shortSL = haHigh[1]
riskRewardRatio = 2.0
takeProfitLong = (close - longSL) * riskRewardRatio
takeProfitShort = (shortSL - close) * riskRewardRatio

// Strategy execution
if (longCondition)
    strategy.entry("Long", strategy.long)
    strategy.exit("Exit Long", "Long", stop=longSL, limit=close + takeProfitLong)

if (shortCondition)
    strategy.entry("Short", strategy.short)
    strategy.exit("Exit Short", "Short", stop=shortSL, limit=close - takeProfitShort)

Con risposta

1
Sviluppatore 1
Valutazioni
(16)
Progetti
17
12%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(14)
Progetti
23
26%
Arbitraggio
7
43% / 29%
In ritardo
3
13%
Caricato
3
Sviluppatore 3
Valutazioni
(298)
Progetti
442
64%
Arbitraggio
5
40% / 0%
In ritardo
4
1%
In elaborazione
4
Sviluppatore 4
Valutazioni
(42)
Progetti
62
8%
Arbitraggio
12
58% / 42%
In ritardo
1
2%
Gratuito
Ordini simili
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены

Informazioni sul progetto

Budget
45+ USD
Per lo sviluppatore
40.5 USD
Scadenze
da 3 giorno(i)