指定
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5
indicator("Liquidity Finder Alerts (Wrapper)", overlay=true)
// ایمپورت کتابخونه اصلی TFlab
import TFlab/LiquidityFinderLibrary/1 as Liq
// ورودیها (مثل اندیکاتور اصلی)
sPP = input.float(0.30, "Statics Sensitivity", minval=0.0, maxval=0.4, step=0.01)
dPP = input.float(1.00, "Dynamics Sensitivity", minval=0.4, maxval=1.95, step=0.01)
SPP = input.int(8, "Statics Pivot Period", minval=1)
DPP = input.int(3, "Dynamics Pivot Period", minval=1)
showHLLs = input.bool(true, "Show Statics High Lines")
showLLLs = input.bool(true, "Show Statics Low Lines")
showHLLd = input.bool(true, "Show Dynamics High Lines")
showLLd = input.bool(true, "Show Dynamics Low Lines")
// فراخوانی کتابخونه برای رسم خطوط
Liq.LLF(SPP, DPP, sPP, dPP, showHLLs, showLLLs, showHLLd, showLLd)
// ساخت سیگنالها روی چارت
ph = ta.pivothigh(high, SPP, SPP)
pl = ta.pivotlow(low, SPP, SPP)
breakHigh = not na(ph) and close > ph
breakLow = not na(pl) and close < pl
plotshape(breakHigh, title="Break High", location=location.abovebar,
color=color.red, style=shape.triangleup, size=size.small, text="Liq↑")
plotshape(breakLow, title="Break Low", location=location.belowbar,
color=color.green, style=shape.triangledown, size=size.small, text="Liq↓")
// شرایط هشدار
alertcondition(breakHigh, title="Liquidity High Taken",
message="Price broke a Liquidity High")
alertcondition(breakLow, title="Liquidity Low Taken",
message="Price broke a Liquidity Low")
応答済み
1
評価
プロジェクト
22
9%
仲裁
6
33%
/
50%
期限切れ
1
5%
仕事中
2
評価
プロジェクト
24
50%
仲裁
1
100%
/
0%
期限切れ
6
25%
暇
3
評価
プロジェクト
35
34%
仲裁
5
0%
/
80%
期限切れ
0
仕事中
パブリッシュした人: 2 codes
4
評価
プロジェクト
150
41%
仲裁
3
33%
/
33%
期限切れ
1
1%
仕事中
5
評価
プロジェクト
31
45%
仲裁
1
100%
/
0%
期限切れ
3
10%
暇
6
評価
プロジェクト
26
73%
仲裁
1
0%
/
0%
期限切れ
0
仕事中
7
評価
プロジェクト
597
35%
仲裁
64
20%
/
58%
期限切れ
147
25%
暇
パブリッシュした人: 1 article, 22 codes
8
評価
プロジェクト
15
27%
仲裁
0
期限切れ
3
20%
暇
9
評価
プロジェクト
3
0%
仲裁
4
0%
/
50%
期限切れ
0
仕事中
10
評価
プロジェクト
373
72%
仲裁
19
32%
/
47%
期限切れ
14
4%
暇
パブリッシュした人: 14 codes
11
評価
プロジェクト
570
37%
仲裁
106
39%
/
33%
期限切れ
17
3%
暇
12
評価
プロジェクト
1
0%
仲裁
3
0%
/
100%
期限切れ
0
暇
13
評価
プロジェクト
195
42%
仲裁
13
8%
/
54%
期限切れ
9
5%
暇
パブリッシュした人: 3 codes
14
評価
プロジェクト
18
28%
仲裁
1
0%
/
0%
期限切れ
2
11%
暇
15
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
16
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
17
評価
プロジェクト
14
43%
仲裁
0
期限切れ
3
21%
暇
18
評価
プロジェクト
6
0%
仲裁
0
期限切れ
2
33%
暇
類似した注文
I am looking for an experienced MT4 developer/designer who can create a custom chart template using a background image provided NOTE: Apply if you have done this type of job in the past, also provide the prove of your past project
نموزج الكتفين
30+ USD
حلل لي اصل مالي ) اكتب هنا مثلا XAU EUR USD USD اريد تحليلا تعليما و ليس توصية مالية ۱- نوع التحليل المطلوب : ( فني / اساسي / سلوك سعري ) ٢ - المدي الزمني : ( قصير / متوسط / طويل ) M15 / H1 / H4 / ) اذكر الفريمات المطلوبه + (D1 ما اريد استخراجه من التحليل : الاتجاه العام اقوي مستويات دعم و مقاومة رقمية سيناريو صعود و سيناريو هبوط مع شروط كل سيناريو ( IF / THEN ) اين يصبح السيناريو لاغيا مناطق دخول و خروج تعليمية (
Project Title: Looking for an MQL5 developer for a custom MT5 Expert Advisor Hello, I am looking for an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5. The strategy logic will be discussed privately after I find a developer interested in the project. At this stage, I only want to know: • If you are available to develop a custom EA • Your experience with MT5 / MQL5 • Your estimated
I need modifications to an existing MT5 Expert Advisor. Modification 1 EA must be able to run on indices as well as forex , specifically: SP500 US100 US30 No other changes to the current logic Modification 2 Other alterations/notes: Opening breakout range option for 15min or 30 min from session start. 5 min fair value gap (FVG) break outside of the range (instead of 1 min). At least one of the candles must be within
I am looking for an experienced quantitative developer to analyze and optimize an MT5 Expert Advisor that I have already developed. The EA is relatively complex and includes: Multiple strategies (Trend Pullback, Breakout, Mean Reversion, EMA Reclaim) Scoring system combining technical score and probabilistic filter Regime detection (ADX based) Volatility filters (ATR regime) Correlation and cluster exposure control
Translarion
30+ USD
I need expert. Who translate expert and have trust wallet app. If anyone have inbox me. This is very important. Ok anyone interested so dm me.In the situation translater need very important. First dm me
Helo i need on mt4 candle patten strategy developer, only one entry rule and take profit and stoploss and trailing stoploss and Max profit and Max loss and some inputs, I need complete this job is 1 day, only available developer come to my job
Until zone detection is coded , you will be from that point . Trailing Stop Optimization for live chart . Apply with Specific Currency Support . Clean Code . Zone Upper Limit and Lower Limit . Apply with careful understanding of the project requirement
MT5 Trading Bot Developers (Professional Version)
30 - 200 USD
Subject: Professional MT5 Trading Bot Inquiry - Pre-Purchase Requirements Dear [Bot Name/Company Name] Developers, Greetings, I am a professional trader seeking a highly professional and extremely powerful MT5 trading bot , and after extensive research, your product has caught my attention. However, before I click the payment button, I have specific requirements as I am not looking for an ordinary bot, but rather a
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
プロジェクト情報
予算
30 - 40 USD
締め切り
最低 1 最高 5 日