[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-08T18:25:17+10:00 https://forex-station.com/feed/topics_active 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 143650


]]>
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 1041222


]]>
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 171429


]]>
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 6 times 6.37 MiB
Complete_Atlas_Of_The_World_3rd_Edition.pdfDownloaded 4 times 57.33 MiB
Where_on_Earth_Atlas_-_The_World_as_You_39_ve_Never_Seen_It_Before.pdfDownloaded 4 times 52.89 MiB
Astronomy_-_A_Visual_Guide_By_DK.pdfDownloaded 1 time 17.43 MiB

Statistics: Posted by xard777 โ€” Wed May 08, 2024 5:59 pm โ€” Replies 15159 โ€” Views 3760230


]]>
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 326


]]>
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 167403


]]>
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 1880


]]>
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 19758


]]>
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 85406


]]>
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 426


]]>
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 161950


]]>
2024-05-08T16:00:32+10:00 2024-05-08T16:00:32+10:00 https://forex-station.com/post1295540973.html#p1295540973 <![CDATA[Trader's Lounge โ€ข News]]>
Screenshot 2024-05-08 055958.png






It begins, doubt the Russians needed to be involved, there is more than enough dissatisfaction in the Ukrainian army as it is.

Statistics: Posted by Ogee โ€” Wed May 08, 2024 4:00 pm โ€” Replies 672 โ€” Views 59224


]]>
2024-05-08T14:34:57+10:00 2024-05-08T14:34:57+10:00 https://forex-station.com/post1295540972.html#p1295540972 <![CDATA[Trading Systems โ€ข The FNC Greedy System]]>
Hello daughter of Fuchi.
I have been testing the system and in general it works well, the problem is that EA does not always take the signal and sometimes it does so late. I tried demos from different brokers and the problems are similar.

Could you repair the expert advisor?

Thank you
Which strategy number?

Statistics: Posted by funchi โ€” Wed May 08, 2024 2:34 pm โ€” Replies 1394 โ€” Views 181364


]]>
2024-05-08T10:37:46+10:00 2024-05-08T10:37:46+10:00 https://forex-station.com/post1295540969.html#p1295540969 <![CDATA[MT4 Indicators โ€ข MT4 Indicator requests and ideas]]>
Anyone know which indicator is this please ?

I know its difficult to know without mt4 version, i have only ex4. Its part of the Golden Eagle V4 package.
Thanks in advance for your time and support

Regards,
TTheTrader
hg.png

HolyOscillator.ex4Downloaded 23 times 13.96 KiB

Statistics: Posted by tthetrader โ€” Wed May 08, 2024 10:37 am โ€” Replies 20417 โ€” Views 5034808


]]>
2024-05-08T06:25:45+10:00 2024-05-08T06:25:45+10:00 https://forex-station.com/post1295540955.html#p1295540955 <![CDATA[MT4 Indicators โ€ข Adding Alerts to Professional Swing Indicator]]>
Wow, thank you for that much appreciated.

I will get the concept together and post it here for perusal.

I am also trying to learn how to do things. Would it be possible to get the .mql4 file so i can see your awesome work and how you do it.

Happy to contribute however i can.

Again many thanks.

DAMPro69.

Statistics: Posted by DAMPro69 โ€” Wed May 08, 2024 6:25 am โ€” Replies 2 โ€” Views 342


]]>