- Последний пост
- 4 авг.
- Последнее чтение
- 14 авг.
- Постов за неделю
- 0
- Всего постов
- 21
- Тип
- открытый
- Язык
- английский
- Категория
- Новости и СМИ
- В каталоге с
- 13 авг.
- 1/24сутки в ленте
- 114
- 1/48двое суток
- 130
- 1/72трое суток
- 140
Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.
Посты
без подписи
CIQ-4J-Ad6du
без подписи
https://secure.ic.com/
https://download.terminal.free/cdn/web/18040/mt5/icmarketssc5setup.exe
war start
https://youtu.be/vSwnCtV547c
без подписи
//@version=5 indicator("FOMC Event Marker", overlay=true) showLabels = input.bool(true, "Show Labels") showBG = input.bool(true, "Highlight Background") // FOMC dates fomc = (year == 2024 and month == 1 and dayofmonth == 31) or (year == 2024 and…
Don’t forget to share to ur friends guys I will drop big signal soon 🔜
https://vt.tiktok.com/ZS9hJsoXgeKgm-gAmAD
//@version=5 indicator("FOMC Event Marker", overlay=true) showLabels = input.bool(true, "Show Labels") showBG = input.bool(true, "Highlight Background") // FOMC dates fomc = (year == 2024 and month == 1 and dayofmonth == 31) or (year == 2024 and month == 3 and dayofmonth == 20) or (year == 2024 and month == 5 and dayofmonth == 1) or (year == 2024 and month == 6 and dayofmonth == 12) or (year == 2024 and month == 7 and dayofmonth == 31) firstBar = fomc and not fomc[1] if firstBar and showLabels label.new(bar_index, high, "FOMC", style=label.style_label_down, color=color.orange, textcolor=color.white) bgcolor(showBG and fomc ? color.new(color.orange, 85) : na)
//@version=5 indicator("FOMC Event Marker", overlay=true) showLabels = input.bool(true, "Show Labels") showBG = input.bool(true, "Highlight Background") // FOMC dates fomc = (year == 2024 and month == 1 and dayofmonth == 31) or (year == 2024 and month == 3 and dayofmonth == 20) or (year == 2024 and month == 5 and dayofmonth == 1) or (year == 2024 and month == 6 and dayofmonth == 12) or (year == 2024 and month == 7 and dayofmonth == 31) firstBar = fomc and not fomc[1] if firstBar and showLabels label.new(bar_index, high, "FOMC", style=label.style_label_down, color=color.orange, textcolor=color.white) bgcolor(showBG and fomc ? color.new(color.orange, 85) : na)
//@version=5 indicator("FOMC Event Marker", overlay=true, max_lines_count=500, max_labels_count=500) // Dates are interpreted in the selected timezone. fomcDatesInput = input.string( "2024-01-31,2024-03-20,2024-05-01,2024-06-12,2024-07-31", "FOMC Dates (comma-separated)" ) eventTimezone = input.string("America/New_York", "Event Timezone") showLines = input.bool(true, "Show Vertical Lines") showLabels = input.bool(true, "Show Labels") showBg = input.bool(true, "Highlight Background") showShapes = input.bool(true, "Show Markers") fomcDates = str.split(fomcDatesInput, ",") isFomcDay() => bool matched = false int currentDay = timestamp( eventTimezone, year(time, eventTimezone), month(time, eventTimezone), dayofmonth(time, eventTimezone), 0, 0 ) for dateText in fomcDates string cleanDate = str.trim(dateText) array<string> parts = str.split(cleanDate, "-") if array.size(parts) == 3 int eventYear = int(str.tonumber(array.get(parts, 0))) int eventMonth = int(str.tonumber(array.get(parts, 1))) int eventDay = int(str.tonumber(array.get(parts, 2))) int eventDate = timestamp( eventTimezone, eventYear, eventMonth, eventDay, 0, 0 ) if currentDay == eventDate matched := true matched bool fomcDay = isFomcDay() // Create one line and label at the first bar of each FOMC day. bool firstFomcBar = fomcDay and (not fomcDay[1] or timeframe.change("D")) if firstFomcBar if showLines line.new( bar_index, low, bar_index, high, color=color.orange, width=1, extend=extend.both ) if showLabels label.new( bar_index, high, "FOMC", style=label.style_label_down, color=color.orange, textcolor=color.white, size=size.small ) bgcolor(showBg and fomcDay ? color.new(color.orange, 80) : na) plotshape( showShapes and firstFomcBar, title="FOMC Day", style=shape.triangleup, location=location.top, color=color.orange, size=size.tiny )
//@version=5 indicator("EMA 20 & 50", overlay=true) ema20 = ta.ema(close, 20) ema50 = ta.ema(close, 50) plot(ema20, color=color.green, linewidth=2, title="EMA 20") plot(ema50, color=color.red, linewidth=2, title="EMA 50") buySignal = ta.crossover(ema20, ema50) sellSignal = ta.crossunder(ema20, ema50) plotshape(buySignal, title="BUY", location=location.belowbar, color=color.lime, style=shape.labelup, text="BUY") plotshape(sellSignal, title="SELL", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL") alertcondition(buySignal, title="Buy Alert", message="EMA Buy Signal") alertcondition(sellSignal, title="Sell Alert", message="EMA Sell Signal")
T9!vQ#82Lm@Xp7R
CIQ-4J-Ad6du SoN-dWD8226G Qlgvq@4@nbAC Vw-M1L-LGZn6 6uD^bG7BgONY m&SX!1xeO4dQ IgMFCn^9$tH a&4-pppE$PaG IQZ6t1^Qwi& ^F7523c|8! Sd
CIQ-4J-Ad6du $oN-dWD82z6G Qlgvq@4@nbAC ww-1L-LGZn6 6uD^bG7Bg0NY m&SX!1xeO4dQ IgMFCn^19$tH a&4-pppE$PaG IQZ611^Qwi & ^F7523cj8! Sd
без подписи
без подписи