An Expert Advisor based on Ichimoku Kinko Hyo, ATR and Choppiness index

MQL5 Uzman Danışmanlar Entegrasyon

İş Gereklilikleri

Ind V5 TV Strategy Requirements:
Instruments: Forex pairs, Crypto and Stocks across exchanges
TimeFrame: Multi-Time Frame comparisons, details below
Indicators: Ichimoku Cloud, ATR & Choppiness Index
Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and
Day of Week Square Off Time
Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins
Position Size (Lots): Flat lot size
Acronyms:
TK: Conversion Line
KJ: Base Line
CS: Lagging Span
FSSA: Leading Span A (0 Offset)
FSSB: Leading Span B (0 Offset)
PSSA: Leading Span A (51 Offset)
PSSB: Leading Span B (51 Offset)
CSSA: Leading Span A (25 Offset)
CSSB: Leading Span B (25 Offset)
CSC: Respective candle of Lagging Span (51 Offset) (Ex: 1 min TF, Current time:10:59, CS time:10:34)
TAR: Price of Target instrument TF
REF: Price of Reference instrument in Higher TF
Time Frame pair
TAR (for positions, Chart time frame) REF (for reference/confirmation only)
1 mins 3 mins
Step 1:
Type 1:
1. Long:
{TAR [(ABS(Open - Close)/(High - Low) > 0.1) OR (Close >= Low + (High - Low) * 0.8543)]
AND [ABS(Open - Close)/(High - Low) > 0.03819]
AND [(High - Low)/Close =< 0.003819] (Last 3 candles)
AND
{TAR [CS >= Close CSC AND TK >= KJ AND Close > TK AND Close >= Low + ((High - Low) * 0.5052) AND
FSSA > FSSB AND Close > CSSA AND Close > CSSB AND Low =< CSSA AND (Previous Close =<
Previous CSSA OR Previous Close =< Previous CSSB)] OR
TAR [CS >= Close CSC AND TK >= KJ AND Close > TK AND Close >= Low + ((High - Low) * 0.5052) AND
FSSA > FSSB AND Close > CSSA AND Close > CSSB AND Previous Close =< Previous TK]}
AND
{REF [(ABS(Open - Close)/(High - Low) > 0.1) OR (Close >= Low + (High - Low) * 0.8543)]
AND [ABS(Open - Close)/(High - Low) > 0.03819]
AND [(High - Low)/Close =< 0.003819] (Last 3 candles)}
AND
{REF [CS >= CSC Close AND TK >= KJ AND Close > TK AND FSSA > FSSB] OR
Copyrighted material/property; all rights reserved to Suniel More
1
REF [CS >= CSC Close AND Close >= KJ AND TK >= KJ AND ((CS > PSSA AND CS < PSSB) OR (CS <
PSSA AND CS > PSSB))] OR
REF [CS >= CSC Close AND Close >= KJ AND CS > PSSA AND CS > PSSB AND (ABS(CS - (Highest of
PSSA and PSSB)) / TAR ATR) < 3.8 AND FSSA < FSSB] OR
REF [CS >= CSC Close Close >= KJ AND CS < PSSA AND CS < PSSB AND (ABS(CS - (Lowest of PSSA
and PSSB)) / TAR ATR) < 3.8 AND FSSA < FSSB]}}
2. Short:
{TAR [(ABS(Open - Close)/(High - Low) > 0.1) OR (Close >= High - (High - Low) * 0.8543)]
AND [ABS(Open - Close)/(High - Low) > 0.03819]
AND [(High - Low)/Close =< 0.003819] (Last 3 candles)}
AND
{TAR [CS =< Close CSC AND TK =< KJ AND Close < TK AND Close =< High - ((High - Low) * 0.5052) AND
FSSA < FSSB AND Close < CSSA AND Close < CSSB AND High >= CSSA AND (Previous Close >=
Previous CSSA OR Previous Close >= Previous CSSB)] OR
TAR [CS =< Close CSC AND TK =< KJ AND Close < TK AND Close =< High - ((High - Low) * 0.5052) AND
FSSA < FSSB AND Close < CSSA AND Close < CSSB AND Previous Close >= Previous TK]}
AND
{REF [(ABS(Open - Close)/(High - Low) > 0.1) OR (Close >= High - (High - Low) * 0.8543)]
AND [ABS(Open - Close)/(High - Low) > 0.03819]
AND [(High - Low)/Close =< 0.003819] (Last 3 candles)}
AND
{REF [CS =< CSC Close AND TK =< KJ AND Close < TK AND FSSA < FSSB] OR
REF [CS =< CSC Close AND Close =< KJ AND TK =< KJ AND ((CS > PSSA AND CS < PSSB) OR (CS <
PSSA AND CS > PSSB))] OR
REF [CS =< CSC Close AND Close =< KJ AND CS > PSSA AND CS > PSSB AND (ABS(CS - (Highest of
PSSA and PSSB)) / TAR ATR) < 3.8 AND FSSA > FSSB] OR
REF [CS =< CSC Close AND Close =< KJ AND CS < PSSA AND CS < PSSB AND (ABS(CS - (Lowest of
PSSA and PSSB)) / TAR ATR) < 3.8 AND FSSA > FSSB]}
Step 2:
Order Firing: Refer behavior section below for details
1. TP (TAR)
a. Futures TP, TP Quantity = Total Quantity * 85%, remainder for Profit trailing
Long: High + (ATR * TP)
Short: Low - (ATR * TP)
2. SL (TAR)
a. Futures
Long: Higher of (Ref High - (ATR * SL)) OR (TK KJ)
Short: Lower of (Ref Low + (ATR * SL)) OR (TK KJ)
Behavior:
1. No new positions per chart until the existing position is not closed completely.
Copyrighted material/property; all rights reserved to Suniel More
2
TP/SL
Values
CI < 60 CI > 60
TP 1.38 0.8543
SL 1.38 0.8543
2. Breakout has to be achieved in the next immediate candle after the reference candle is confirmed, place
Market order when (Long: Price = High + 1 minimum tick size, Short: Price = Low - 1 minimum tick size) is
breached. If the price is not triggered in the next immediate candle, reset order and restart looking for new
opportunities.
3. If in any Time frame when the reference candle was formed if CI > 60 TP and SL values will be different
4. If CI > 60 in TAR and REF then invalid setup
5. TP and SL values need to be round to min tick of the respective instrument
6. TP will need to be tracked in real time prices
7. SL tracking has to be done at candle closing and NOT in real time price movements
a. SL needs to Market order only
8. Once TP is achieved TSL will need to be tracked on candle close by updating TSL to be latest TK value
a. TSL will need to be Market order only
9. All highlighted values above will need to be configurable including indicator parameters
10. TP and SL Handling:
Close SL Futures
Long Close =< SL
Short Close >= SL
Real Time TP Futures
Long LTP >= TP
Short LTP =< TP
Close TSL Futures
Long Close =< TSL
Short Close >= TSL

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(182)
Projeler
300
15%
Arabuluculuk
20
40% / 35%
Süresi dolmuş
15
5%
Yüklendi
2
Geliştirici 2
Derecelendirme
(20)
Projeler
19
11%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(90)
Projeler
110
37%
Arabuluculuk
8
88% / 0%
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(2076)
Projeler
2634
61%
Arabuluculuk
113
45% / 26%
Süresi dolmuş
418
16%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(10)
Projeler
25
28%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
4%
Yüklendi
6
Geliştirici 6
Derecelendirme
(12)
Projeler
15
40%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
0
Çalışıyor
7
Geliştirici 7
Derecelendirme
Projeler
1
100%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(10)
Projeler
12
0%
Arabuluculuk
0
Süresi dolmuş
1
8%
Yüklendi
9
Geliştirici 9
Derecelendirme
(9)
Projeler
8
38%
Arabuluculuk
2
0% / 100%
Süresi dolmuş
2
25%
Çalışıyor
Benzer siparişler
Tenho um endereço de API que retorna informações, a cada 1 minuto faremos uma consulta e mostraremos em um painel, é necessário validar se todos os tempos gráficos retornaram, em alguns momentos pode não retornar todos os dados. https://integra.tasdigital.com.br/GetIndicadoresForexDataAtualProducao/XAUUSD
Hi, Do you have an indicator or expert and would like to protect and control it? What you will get protection and control Customer control panel The number of products is unlimited. You can add any number of your own experts and consultations You can give a trial period for your product, for example a week or a month, after which the customer subscribes Monthly, annually, or for life, depending on the customer’s
I need an EA to automate Tradingview alerts on MT4 using webhook alerts. The bridge/connector should be python based GUI. Required features at a minimum Mapping Tradingview alert formats to MT4 Automating market, limit and stop orders with entry price, stop loss, multiple TPs and trailing stop Lot sizing - fixed/% of balance/fixed amount breakeven, partial close and trailing stop Mapping pair name prefixes/suffixes
Hello, I am looking for an experienced and professional developer to create a trade copier that transfers trades from MetaTrader 5 (MT5) to NinjaTrader 8 (NT8). I am looking for a developer with a strong track record in creating MT5 to NT8 trade copiers and who can deliver a robust and reliable solution. Thank you, and I look forward to your proposals
Hi there ,I am seeking for some who can I integrate MT4+MT5 into Matlab!We need our indicator window of MT4+MT5 viewable in Matlab so we can execute more research on Matlab Best regards Richie
NB: Given price is a placeholder only. Fees are negotiable. I’m looking for a developer who could make an expert advisor (EA) that will Auto copy telegram signals to an MT4 account. 1. Read and copy trading signals posted in specific telegram channels with different formats to MT4. 2. Copy all the signals including entry price, stop loss, and take profit levels 1 to 3 (if any). 3. Read customized messages on telegram
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service. I have read the Rules of using the Freelance service and accept them. I agree
I am working on a python code that uses mt5 package and I am facing issues in connecting to a platform. In particular, this same issue occurs occasionally without me changing the code / mt5 settings, I cannot individuate any particular reason to this intermitting behaviour. Network is stable. My code is of the kind: mt5.initialize() mt5.login(login=login, password=password, server=server) I also tried variations of

Proje bilgisi

Bütçe
150+ USD
Son teslim tarihi
to 5 gün

Müşteri

Verilmiş siparişler1
Arabuluculuk sayısı0