النتائج 1 إلى 10 من 10
- 30-06-2018, 06:18 PM #1
نحويل موشر لتردينج فيو ليعمل علي الميتا
السلام عليكم
هل يمكن تحويل موشر لtradingview ليعمل علي الميتا؟
الموشر هو الاتي
https://www.tradingview.com/v/JJp5Eg3d/
يعمل علي ال ATR يرسم حدود مربع الرينكو علي الشارت
شكرا
- 30-06-2018, 06:26 PM #2
https://www.tradingview.com/x/ieZfOrnd/
طريقة عملي علي الموشر يحدد لي مناظق العرض والطلب فقط بدقة
- 03-07-2018, 06:27 PM #3
إذا كان لديك شرح لمعادلات المؤشر أرفقها أخي الكريم وسوف يكون سهل برمجتها للميتاتريدر
- 03-07-2018, 06:58 PM #4
جزاك الله خير
للمعلومية الموشر يعتمد علي ال ATR باذن الله الموشر قوي
//@version=2
study(title='[RS]Renko Auto Cloner V0', shorttitle='lv', overlay=true)
use_current_timeframe = input(true)
alternative_timeframe = input('5')
renko_data_source = input('close')
renko_mode = input('ATR')
renko_mode_value = input(defval=100, type=float)
t = renko(tickerid, renko_data_source, renko_mode, renko_mode_value)
ro = security(t, use_current_timeframe ? period : alternative_timeframe, open)
rc = security(t, use_current_timeframe ? period : alternative_timeframe, close)
is_new_direction = change(rc-ro) != 0
sr = is_new_direction ? ro : sr[1]
n01 = plot(series=is_new_direction ? na : sr-(rc-ro), title='-1', color=red, style=linebr, transp=0)
p00 = plot(series=is_new_direction ? na : sr, title='0', color=black, style=linebr, transp=0)
p01 = plot(series=is_new_direction ? na : sr+(rc-ro) * 1, title='1', color=blue, style=linebr, transp=0)
p02 = plot(series=is_new_direction ? na : sr+(rc-ro) * 2, title='2', color=black, style=linebr, transp=0)
p03 = plot(series=is_new_direction ? na : sr+(rc-ro) * 3, title='3', color=black, style=linebr, transp=0)
p04 = plot(series=is_new_direction ? na : sr+(rc-ro) * 4, title='4', color=black, style=linebr, transp=0)
p05 = plot(series=is_new_direction ? na : sr+(rc-ro) * 5, title='5', color=black, style=linebr, transp=0)
p06 = plot(series=is_new_direction ? na : sr+(rc-ro) * 6, title='6', color=black, style=linebr, transp=0)
p07 = plot(series=is_new_direction ? na : sr+(rc-ro) * 7, title='7', color=black, style=linebr, transp=0)
p08 = plot(series=is_new_direction ? na : sr+(rc-ro) * 8, title='8', color=black, style=linebr, transp=0)
p09 = plot(series=is_new_direction ? na : sr+(rc-ro) * 9, title='9', color=black, style=linebr, transp=0)
p10 = plot(series=is_new_direction ? na : sr+(rc-ro) * 10, title='10', color=black, style=linebr, transp=0)
fill(plot1=p00, plot2=p01, color=blue, transp=90, title='BG01')
https://www.tradingview.com/script/J...uto-Cloner-V0/
- 04-07-2018, 06:18 PM #5
سبحان الله وبحمده
- 07-07-2018, 12:28 AM #6
- 09-07-2018, 06:52 PM #7
يا ليت ترفق فرص لايف للمؤشر اخي الكريم وان شاء الله مستر دولار او احد الاخوه المبرمجين ما راح يقصرو
- 24-09-2018, 04:45 PM #8
- 10-10-2018, 12:40 AM #9
- 10-10-2018, 04:32 PM #10