Specification
When you convert this strategyfor free please E-mail me on oliviaboutique2605@gmail.com
//@version=2
// Based on Heikin Ashi Strategy v2 by breizh29
strategy("Heikin Ashi Strategy [Krypt]", shorttitle="HA Strategy [Krypt]", overlay=true)
res = input(title="Heikin Ashi Candle Time Frame", type=resolution, defval="60")
hshift = input(1,title="Heikin Ashi Candle Time Frame Shift")
res1 = input(title="Heikin Ashi EMA Time Frame", type=resolution, defval="180")
mhshift = input(0,title="Heikin Ashi EMA Time Frame Shift")
fama = input(1,"Heikin Ashi EMA Period")
test = input(1,"Heikin Ashi EMA Shift")
sloma = input(30,"Slow EMA Period")
slomas = input(1,"Slow EMA Shift")
logtransform = input(false, "Log Transform")
stoploss = input(true, "Stop Loss")
showplots = input(true, "Show Plots")
ha_t = heikinashi(tickerid)
ha_close = security(ha_t, res, logtransform ? log(close[hshift]) : close[hshift])
mha_close = security(ha_t, res1, logtransform ? log(close[mhshift]) : close[mhshift])
fma = ema(mha_close[test], fama)
sma = ema(ha_close[slomas], sloma)
plot(showplots ? (logtransform ? exp(fma) : fma) : na, title="MA", color=#0094ff, linewidth=2, style=line)
plot(showplots ? (logtransform ? exp(sma) : sma) : na, title="SMA", color=#ff6a00, linewidth=2, style=line)
golong = crossover(fma, sma)
goshort = crossunder(fma, sma)
strategy.entry("Buy", strategy.long, when=golong, stop=(stoploss ? high+syminfo.mintick : na))
strategy.entry("Sell", strategy.short, when=goshort, stop=(stoploss ? low-syminfo.mintick : na))
Responded
1
Rating
Projects
933
47%
Arbitration
303
59%
/
25%
Overdue
125
13%
Working
2
Rating
Projects
430
38%
Arbitration
87
44%
/
18%
Overdue
72
17%
Busy
Similar orders
Inputs being: Number of bars to the left of fractal Number of bars to the right of fractal Number of bars we look back from the current bar (e.g., 30) Number of most recent up (or down) fractals we take into account (e.g., 3) in those number of bars (third input) Most recent fractals' distance from each other, can be either fixed percentage difference between them or automatic based on another indicator (stdDev or
A REAL indicator Professional Programmer Needed!
30 - 50 USD
Hi! I have indicator for MT4 (Atomic Analyst). I have attached it below. This indicator has a line in the middle of the chart that can be either green or red (Pic 1). I need to make an indicator for MT4 that will show in one window the colours of the line on each timeframe. Like on the Pic 3 attached (Each line represents timeframe). The indicator has to adjust to timeframes. For example if The line become red on H4
TradingView to MT4 Indicator
50+ USD
I'm looking for someone who can translate me few indicators to MT4 from tradingview. I'll share more details in private to discuss further. This isn't a one time job, if everything goes great, I have other projects
hello i have a indicator who create bar signals with over painting from past in to future signals... much strange but iam sure that this will be possible to fix maybe somebody can help me, this will be nice. it is similar with high n low aswell i guess pivot points
Make a bot that notifies the trader of potential buy/sell entries which uses Moving averages to identify the entry. This will need to be done on the Meta Trader 5 system and on the 5 min time frame with the Indicie of US30. All info and details of MA's will be sent once quote is accepted
TradingView to MT4 Indicator
150+ USD
I need a translation of an indicator from TradingView to MT4 indicator. The indicator has diferent set of rules. More details will be shared in prviate. Thank you for your services
Hi, i have a source code for a tradingview indicator. Other coder said that the indicator is complex due to the indicator use the library from tradingview. I need someone who can help me convert this complex indicator to MQL4 Indicator
you must be so good for bringing 4 different zigzag indicators features into High - low trend 3.04 (mtf + alerts + candles + bt) and sorting out their array out of range issue with strict mode and mtf issues. clean mt4 file is needed without any errors, warnings, no array out of rang issue etc
Preciso de um indicador "Mostra Luco" ou "Show Profit", idêntico ao da imagem. A diferença é que preciso para Metatrader 5, enquanto oque possuo é para Metatrader 4. Caso precise do arquivo MT4 como base posso fornecer, mas creio que seja código fechado // I need a "Show Profit" indicator, identical to the one in the image. The difference is that I need it for MetaTrader 5, while the one I currently have is for
I WANT TO PUT RSI AND MOVING AVERAGE FILTER IN A BOT
50 - 200 USD
Pls the filter rsi 14 a above level 50 and moving average above 50 apply on higher time frame than the bot current time frame. PLS CHECK THE FILE BEFORE EVEN CHAT ME . PLS DONT CHAT ME IF YOU DONT check the screenshot file
Project information
Budget
30+ USD
For the developer
27
USD