[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "user_id"
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sitesplat/bbseo/event/harvester.php on line 14: Undefined array key "username"
2024-05-08T19:33:08+10:00 https://forex-station.com/feed/topics_active 2024-05-08T19:33:08+10:00 2024-05-08T19:33:08+10:00 https://forex-station.com/post1295540989.html#p1295540989 <![CDATA[MetaTrader Forum • ⏰ Daily Downloads: Indicators & Trading Systems Of The Day]]>
The Chop Zone indicator from TradingView is based off the Choppiness Index created by Bill Dreiss & thanks to Mrtools we now have a proper conversion available for MT4 traders which will identify when markets are untradeable & "choppy". D/L it, here: post1295540820.html#p1295540820
Simple Chop Zone indicator for MT4 (May 2024).png

Statistics: Posted by Jimmy — Wed May 08, 2024 7:33 pm — Replies 1923 — Views 1647239


]]>
2024-05-08T19:23:46+10:00 2024-05-08T19:23:46+10:00 https://forex-station.com/post1295540988.html#p1295540988 <![CDATA[MT4 Indicators • MT4 Indicator requests and ideas]]> https://www.prorealcode.com/prorealtime ... indicator/

I came across an interesting version of the SSL indicator on the Internet. Maybe this can be done for MT4? There is a code in the link
ssl-hybrid-indicator-prorealtime.jpg

Code: Select all

//PRC_SSL Hybrid | indicator//version = 0//31.01.24//Iván González @ www.prorealcode.com//Sharing ProRealTime knowledge///////////////DEFAULT PARAMETERS//////////////////////////////////////atrlen = 14 mult = 1.0smoothing=2 //(Average type. Default WMA)showcandleviolation=1 //(Boolean)showcolor=1 //(Boolean)showSSL2=1 //(Boolean)ssl1Type = 7 //(Average type. Default HMA)len = 60ssl2Type = 7 //(Average type. Default HMA)len2 = 5 //(Integer)Exittype = 7 //(Average type. Default HMA)len3 = 15 //(Integer)showbaseline = 1 //(Boolean)baselinetype = 7 //(Average type. Default HMA)Usetruerange = 1 //(Boolean)multy = 0.2 //(Decimal)////////////////////////////////////////////////////////////////////atratrlensmoot = average[atrlen,smoothing](TR(close))//atr up/low bandsupperband = atrlensmoot * mult + closelowerband = close - atrlensmoot * mult////Ssl 1emahigh = average[len,ssl1Type](high)emalow = average[len,ssl1Type](low)////Ssl 2mahigh = average[len2,ssl2Type](high)malow = average[len2,ssl2Type](low)////Exitsrc = CustomCloseexithigh = average[len3,ExitType](high)exitlow = average[len3,ExitType](low)////keltner baseline channelbbmc = average[len,baselineType](close)keltma = average[len,baselineType](src)if UseTrueRange thenmyrange = trelsemyrange = high-lowendifrangema = exponentialaverage[len](myrange)upperk = keltma + rangema * multylowerk = keltma - rangema * multy////baseline violation candleopenpos = open*1closepos = close*1difference = abs(closepos-openpos)atrviolation = difference > atrlensmootinrange = upperband > bbmc and lowerband < bbmccandlesizeviolation = atrviolation and inrange//Ssl1 valuesif close > emahigh thenhlv = 1elsif close < emalow thenhlv = -1elsehlv = hlv[1]endifif Hlv < 0 thenssldown = emahighelsessldown = emalowendif//Ssl2 valuesif close > mahigh thenhlv2 = 1elsif close < malow thenhlv2 = -1elsehlv2 = hlv[1]endifif hlv2 < 0 thenssldown2 = mahighelsessldown2 = malowendif//Exit valuesif close > exithigh thenhlv3 = 1elsif close < exitlow thenhlv3 = -1elsehlv3 = hlv3[1]endifif hlv3 < 0 thensslexit = exithighelsesslexit = exitlowendifbasecrosslong = close crosses over sslexitbasecrossshort = sslexit crosses over closeif basecrosslong thencodiff = 1elsif basecrossshort thencodiff = -1elsecodiff = 0endif//////////Colours/////////////////////////////////Barsif close > upperk thenrbar= 0gbar= 195bbar= 255elsif close < lowerk thenrbar=255gbar=0bbar=98elserbar=120gbar=123bbar=134endif//Ssl1if close > ssldown thenrssl1= 0gssl1= 195bssl1= 255elsif close < ssldown thenrssl1= 255gssl1= 0bssl1= 98endif//Exitif codiff > 0 thenrcodiff=0gcodiff=195bcodiff=255elsif codiff < 0 thenrcodiff=255gcodiff=0bcodiff=98endif/////////SSL2 continuation from ATR//////////////atrcrit =0.9upperhalf = atrlensmoot * atrcrit + closelowerhalf = close - atrlensmoot * atrcritbuyinatr = lowerhalf < ssldown2buycont = close > bbmc and close > ssldown2sellinatr = upperhalf > ssldown2sellcont = close < bbmc and close < ssldown2buyatr = buyinatr and buycontsellatr = sellinatr and sellcont//Points colourif buyatr thenrpto = 76gpto = 175bpto = 80elsif sellatr thenrpto = 156gpto = 39bpto = 176elserpto = 200gpto = 200bpto = 200endif///////////////////Plots//////////////////////////////plotshape --> candlesizeviolationif showcandleviolation and candlesizeviolation thendrawtext("♦",barindex,high)coloured(255,255,0)endif//color barsif showcolor thenDRAWCANDLE(open, high, low, close) coloured(rbar,gbar,bbar)endif//Exit Arrowsif codiff > 0 thendrawarrowup(barindex,low-0.1*atrlensmoot)coloured(rcodiff,gcodiff,bcodiff)elsif codiff < 0 thendrawarrowdown(barindex,high+0.1*atrlensmoot)coloured(rcodiff,gcodiff,bcodiff)endif//Ssl2if showSSL2 thendrawpoint(barindex,ssldown2,2)coloured(rpto,gpto,bpto)endif//color BASELINE channelif showbaseline thenColorBetween(lowerk,upperk,rbar,gbar,bbar,30)endifreturn showbaseline*bbmc as "baseline" coloured(rbar,gbar,bbar),showbaseline*upperk as "up line" coloured(rbar,gbar,bbar), showbaseline*lowerk as "low line" coloured(rbar,gbar,bbar),ssldown as "SSL1" coloured(rbar,gbar,bbar), upperband as "+ATR", lowerband as "-ATR"

Statistics: Posted by Intrest 1 — Wed May 08, 2024 7:23 pm — Replies 20418 — Views 5035764


]]>
2024-05-08T18:51:26+10:00 2024-05-08T18:51:26+10:00 https://forex-station.com/post1295540987.html#p1295540987 <![CDATA[Trader's Lounge • Traders joking (Memes, Jokes & anything funny to pass time between trades)]]> iframe

Statistics: Posted by Banzai — Wed May 08, 2024 6:51 pm — Replies 3271 — Views 368228


]]>
2024-05-08T18:41:06+10:00 2024-05-08T18:41:06+10:00 https://forex-station.com/post1295540986.html#p1295540986 <![CDATA[Trading Systems • BINARY OPTIONS TRADING STRATEGY & IDEAS]]>
Is this sixty seconds indicator repaint or not after timeframe ???
Anyone test this nature
Hi Buddy,
For me it looks to be a 1 bar delay, need to wait 2nd second bar, in the 1mnt time frame should be not big problem.
( While the bar is open, the signal will go on and off, but after bar closes it stays, not repainting. )

Hope the Gif helps for you to see what I mean.

;)
terminal_2rlCnR99Q0.gif

Statistics: Posted by SijjiN — Wed May 08, 2024 6:41 pm — Replies 4289 — Views 1078871


]]>
2024-05-08T18:25:17+10:00 2024-05-08T18:25:17+10:00 https://forex-station.com/post1295540985.html#p1295540985 <![CDATA[MT5 Indicators • Convert MT4 indicators to MT5]]>
Would someone kind enough to convert this indicator if possible
Moved to the Convert MT4 indicators to MT5 topic. In future, please make an effort to add details to your request (chart image and description), as these type of "empty" request posts will be removed 🚯

Statistics: Posted by Jimmy — Wed May 08, 2024 6:25 pm — Replies 412 — Views 143689


]]>
2024-05-08T18:21:49+10:00 2024-05-08T18:21:49+10:00 https://forex-station.com/post1295540984.html#p1295540984 <![CDATA[MT4 Indicators • Something interesting please post here (Metatrader)]]> Resonant Peak Filter v1.0

This indicator comes directly from DSP (Digital SIgnal Processing)
you know how with an EQ you can add a little bit of frequencies in a mix or so ?
for example add some bass if lacking.
well you can also add so much of ONE frequency that it starts to ring and oscillate

this indicator does exactly this : it resonates at a particular frequency

here is a description of the parameters

First I added an adaptive parameter. The Adaptive parameter looks at the difference from the price and the curve. If the difference is too big, the frequency of resonance is hightened, if the difference is smaller then frequency is lowered
  • invertCurve : uses MA to "invert" the curve
  • invertCurvePeriod : MA period (you have to adapt the period to the MA otherwise you're gonna have unexpected results
  • shift : shifts the curve forward
  • f : frequency of resonance [0..1]
  • q : amount of resonance [0..1]
  • Adaptive : turns adaptive mode ON
  • fChangeUp (see explanation below)
  • fChangeDn
  • fMin : minimum frequency in the adapting process
  • fMax : maximum frequency in the adapting process
  • ATRPeriod
  • ATRDistMul (see explanation below)
if price is away from the curve more than ATRDistMul * atr(ATRPeriod) then frequency is upped by fChangeUp amount until fMax is reached
if price is closer from the curve less than ATRDistMul * atr(ATRPeriod) then frequency is loweredby fChangeDn amount until fMin is reached

Default mode
Q = 0.8
screenshot.572.jpg
Q = 0.2
screenshot.573.jpg
F = 0.5 Q = 0.8
screenshot.574.jpg


Adaptive Mode "ON"

Default (ATRDistMul 5.0)
screenshot.575.jpg
ATRDistMul 3.0
screenshot.576.jpg

Statistics: Posted by ionone — Wed May 08, 2024 6:21 pm — Replies 3836 — Views 1042054


]]>
2024-05-08T18:21:48+10:00 2024-05-08T18:21:48+10:00 https://forex-station.com/post1295540983.html#p1295540983 <![CDATA[Trader's Lounge • What kind of music do you listen to during trading?]]> iframe

Statistics: Posted by Intrest 1 — Wed May 08, 2024 6:21 pm — Replies 1532 — Views 171454


]]>
2024-05-08T17:59:53+10:00 2024-05-08T17:59:53+10:00 https://forex-station.com/post1295540982.html#p1295540982 <![CDATA[Trading Systems • XARD - Simple Trend Following Trading System]]> Plus some reads...
... Unusual, hidden in both DK books is another book. Strange.WSJNewsPaper-5-8-2024.pdfDownloaded 14 times 6.37 MiB
Complete_Atlas_Of_The_World_3rd_Edition.pdfDownloaded 17 times 57.33 MiB
Where_on_Earth_Atlas_-_The_World_as_You_39_ve_Never_Seen_It_Before.pdfDownloaded 12 times 52.89 MiB
Astronomy_-_A_Visual_Guide_By_DK.pdfDownloaded 9 times 17.43 MiB
Boat_International_US_Edition_-_May_2024.pdfDownloaded 8 times 96.02 MiB

Statistics: Posted by xard777 — Wed May 08, 2024 5:59 pm — Replies 15159 — Views 3760787


]]>
2024-05-08T17:50:15+10:00 2024-05-08T17:50:15+10:00 https://forex-station.com/post1295540981.html#p1295540981 <![CDATA[MT4 Indicators • 📉 Why are the EMAs in MT4 different in tradingview?]]>
This ☝

I believe Wojtek has figured it out.

The drastic difference in EMA display is caused by different length charts (historical bars) on display as well as the fact that Tradingview use different brokers for their data too.
yes the EMA uses previous MA output to compute the actual EMA

this means that the ema will slowly get to its real value from 0

if you don't have enough bars to compute the EMA before the period you're interested in you're gonna have false values
which is what TV does I believe

Statistics: Posted by ionone — Wed May 08, 2024 5:50 pm — Replies 4 — Views 347


]]>
2024-05-08T17:26:16+10:00 2024-05-08T17:26:16+10:00 https://forex-station.com/post1295540980.html#p1295540980 <![CDATA[Trader's Lounge • WW3 Countdown]]>
Screenshot_558.png
General Staff of the Armed Forces of Ukraine / General Staff of the Armed Forces of Ukraine
2 hours ·
The total combat losses of the enemy from 02/24/22 to 05/08/24 were approximately:
of personnel / personnel ‒ about 477430 (+970) persons / persons,
tanks ‒ 7418 (+13) units,
armored fighting vehicles / APV ‒ 14246 (+19) units,
artillery systems – 12317 (+30) units,
RSZV / MLRS – 1057 (+0) units,
anti-aircraft warfare systems ‒ 792 (+0) units,
aircraft – 349 (+0) units,
helicopters – 325 (+0) units,
UAV operational-tactical level – 9728 (+11),
cruise missiles ‒ 2151 (+2),
ships / boats / warships / boats ‒ 26 (+0) units,
submarines - 1 (+0) units,
vehicles and fuel tanks – 16,549 (+40) units,
special equipment / special equipment ‒ 2019 (+2)

Statistics: Posted by vvFish — Wed May 08, 2024 5:26 pm — Replies 2819 — Views 167438


]]>
2024-05-08T17:23:22+10:00 2024-05-08T17:23:22+10:00 https://forex-station.com/post1295540979.html#p1295540979 <![CDATA[Trading Journals • QQE + JURIK]]> Moneta Markets MT5 Terminal.png

Statistics: Posted by macd & rsi — Wed May 08, 2024 5:23 pm — Replies 22 — Views 1890


]]>
2024-05-08T17:07:10+10:00 2024-05-08T17:07:10+10:00 https://forex-station.com/post1295540978.html#p1295540978 <![CDATA[MT4 Indicators • ATR indicators for MT4]]>
Thanks, if I figure out how to do a version will post it.
Super, thank you! :) :Fire:

Statistics: Posted by Abdi — Wed May 08, 2024 5:07 pm — Replies 29 — Views 19781


]]>
2024-05-08T16:38:08+10:00 2024-05-08T16:38:08+10:00 https://forex-station.com/post1295540977.html#p1295540977 <![CDATA[Commercial Services & Offers • $100 Up Down V6 indicator]]> 5m
volatility level
EURUSDM5.png

EURUSDM5.png

Statistics: Posted by guner — Wed May 08, 2024 4:38 pm — Replies 1079 — Views 85429


]]>
2024-05-08T16:05:43+10:00 2024-05-08T16:05:43+10:00 https://forex-station.com/post1295540975.html#p1295540975 <![CDATA[Trader's Lounge • Covid Vax]]>
Screenshot 2024-05-08 062107.png
Screenshot 2024-05-08 060603.png

Statistics: Posted by Ogee — Wed May 08, 2024 4:05 pm — Replies 9 — Views 429


]]>
2024-05-08T16:04:48+10:00 2024-05-08T16:04:48+10:00 https://forex-station.com/post1295540974.html#p1295540974 <![CDATA[Trading Journals • MACD&RSI]]>
OIL :

The chart shows an actual uptrend ,

weekly trend line , fibo levels @ Daily T.F ,

Buy limit @ 77.80--78

Stop @ 75.80
It failed .

Statistics: Posted by macd & rsi — Wed May 08, 2024 4:04 pm — Replies 1133 — Views 161966


]]>