[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-07T08:02:30+10:00 https://forex-station.com/feed/topics 2024-05-07T08:02:30+10:00 2024-05-07T08:02:30+10:00 https://forex-station.com/post1295540892.html#p1295540892 <![CDATA[MT4 Indicators • Adding Alerts to Professional Swing Indicator]]> I am testing out a new strategy i am working on and willing to share once proven.
I have an indicator (attached) that is intrinsic to the strategy. However, it is not coded with alerts.
Usually i can do this myself when there is enough existing information in the .mql4 code but unfortunately in this instance there is not enough information.

Would it be possible for someone to add popup, sound and push alerts to this indicator.

Thanks in advance.
Dean (DAMPro69).ProfessionalSwing.mq4Downloaded 12 times 2.28 KiB

Statistics: Posted by DAMPro69 — Tue May 07, 2024 8:02 am — Replies 0 — Views 34


]]>
2024-05-06T23:14:52+10:00 2024-05-06T23:14:52+10:00 https://forex-station.com/post1295540861.html#p1295540861 <![CDATA[Coding Help • WRB indicator (as on MT4 and MT5) for Pinescript (TradingView)]]>
I am not sure if TradingView is also welcome on this forum. If not apologies for posting.

I am working on a pinescript code that will draw WRB and WRBHG boxes.

This issue I am facing so far is to modify the endDate of the box to be set as soon as the price penetrates the box. (either from above or from the bottom)

As far as I know pinescript process data from new to old...

The code below draws for now 6 boxes but can be changes to draw max 500. Unless the4 boxes are cut when the price penetrates it it is kinda useless to draw 500 boxes.

Code: Select all

//@version=5indicator("v.0 WRBHG with Analysis", overlay = true, max_bars_back=5000, max_lines_count=4, max_labels_count=4, max_boxes_count = 4)group0 = 'Period under study'startDate = input.time(title='Start Date', defval=timestamp("2000-01-19 09:00:00 GMT+2"), group=group0)endDate = input.time(title='End Date', defval=timestamp('2099-09-01 09:00:00 GMT+2'), tooltip='Date & time to stop analysis', group=group0)use_custom_period = input.bool(title='use_custom_period', defval=true, group=group0, inline='HLline')var withinSession = truevar WRBHG_upper = 0.0var WRBHG_lower = 0.0var fillColor = color.blackx_extend_count = input.int(title="x extend count", defval = 30)transp  = input.int(title="Transparency", defval = 70)body = math.abs(open-close)wrb = body>body[1] and body>body[2] and body>body[3] ? math.avg(open,close) : nahg = (wrb[1] and (low>high[2] or high<low[2]))? wrb[1] : navar penetratedBox = falsevar boxEndTime = endDateif withinSession    if hg        if close[1] > open[1] and low > high [2]            WRBHG_upper := low            WRBHG_lower := high[2]            fillColor := color.new(color.green, transp)        else if close[1] < open[1] and low > high [2]            WRBHG_upper := low            WRBHG_lower := high[2]            fillColor := color.new(color.green, transp)        else            WRBHG_upper := low[2]            WRBHG_lower := high            fillColor := color.new(color.red, transp)        box.new(time[2], WRBHG_upper, endDate, WRBHG_lower, border_color = na, xloc = xloc.bar_time, bgcolor = fillColor)  s3 = ta.ema(ohlc4, 3)plot(s3, color=color.new(color.black,0))
Thanks for the help. Appriciate it.

Kind regards

Statistics: Posted by dgrl — Mon May 06, 2024 11:14 pm — Replies 1 — Views 112


]]>
2024-05-05T03:32:47+10:00 2024-05-05T03:32:47+10:00 https://forex-station.com/post1295540713.html#p1295540713 <![CDATA[MT4 Indicators • Indicator to calculate each bar retracement?]]>
Something like this, but this is manually using renko charts and sync. For example here the chosen bar is bearish but you can see in the renko how the movement happened. (wicks alone dont serve as they dont give information of when it happened)
Sin título.png

Statistics: Posted by ffsss — Sun May 05, 2024 3:32 am — Replies 0 — Views 149


]]>
2024-05-05T00:00:48+10:00 2024-05-05T00:00:48+10:00 https://forex-station.com/post1295540707.html#p1295540707 <![CDATA[Site Updates, Suggestions & Issues • Thanks to Mladen, MrTools, Xard777, Kvak, Jimmy, Ogee, Moey_dw, all those that participate in this great endeavour !]]> Statistics: Posted by ionone — Sun May 05, 2024 12:00 am — Replies 2 — Views 293


]]>
2024-05-03T02:36:53+10:00 2024-05-03T02:36:53+10:00 https://forex-station.com/post1295540612.html#p1295540612 <![CDATA[Trader's Lounge • This guy has made some serious discoveries]]> iframe

https://www.youtube.com/@TruthisChrist

Statistics: Posted by ionone — Fri May 03, 2024 2:36 am — Replies 5 — Views 495


]]>
2024-05-03T01:54:04+10:00 2024-05-03T01:54:04+10:00 https://forex-station.com/post1295540609.html#p1295540609 <![CDATA[Forex Education • PF above 1.6]]> under 1.6 and you will have breakeven system at best

so I thought a lot about it, and I realized that if you have a system that makes small profits again and again, it won't work live, because trades live aren't as perfect as on paper (slippage ,requotes, differences in price execution)

so to do so, we need to make trades that are long (in bars). I would say maybe 20 - 50 bars for 1 trade

but now that I realized that, I don't understand how it's possible to predict a trade that is that long

it seems impossible to me

the prerequisite being that, a longer a trade is (in bars) the harder it is to get a winning trade
for example, if you got a random system with a TP of 15 points, and a SL of 1000 points, you will have a very high winrate.

so the bigger and bigger the TP, the harder it is to predict, right ? makes sense ?

but then HOW

how is it possible to predict at such a distance ?

i'm lost guys, thanks for any help

Jeff

Statistics: Posted by ionone — Fri May 03, 2024 1:54 am — Replies 5 — Views 372


]]>
2024-05-02T23:45:17+10:00 2024-05-02T23:45:17+10:00 https://forex-station.com/post1295540601.html#p1295540601 <![CDATA[Broker Talk • Can no longer log into IC Markets Global]]>
I live in Europe and registered with IC Markets Global a long time ago because I wanted to trade with 1:500 leverage.

When I want to log in now, I am redirected directly and without detours to IC Markets EU, where unfortunately I can only have 1:30 leverage. I can't click on anything other than "continue"

Has IC Markets Global stopped working with clients from Europe?

The employee in the chatbox could not help me. :roll:

Does anyone else have this problem?
Screenshot 2024-05-02 153756.png

Statistics: Posted by Samoth — Thu May 02, 2024 11:45 pm — Replies 1 — Views 186


]]>
2024-04-30T22:08:34+10:00 2024-04-30T22:08:34+10:00 https://forex-station.com/post1295540388.html#p1295540388 <![CDATA[MT4 Indicators • 📉 Why are the EMAs in MT4 different in tradingview?]]>
I'd like to ask a question to which I can't find the answer.

Since I started trading in August 2021 I have only used MT4.

Since a few days I have taken a PropFirm challenge and I have to use cTrader to open
my trades with PropFirm. I also like cTrader and I find it rather cool to use.

But today I just noticed a strange detail.

My EMAs are not in the same place on MT4 and cTrader.
I've just checked on Tradingview and there, too, there's a difference between TV and MT4.

To put it simply, cTrader and Tradingview are identical to each other, but different from MT4.

On the 3 charts attached my settings are the same.

Exponential MA200 (white)
Exponential MA633 (yellow).

Does anyone know why the display is not the same on MT4?
And what is the correct display?
Or have I set up my MT4 incorrectly?

I don't know what to think.

Thanks in advance to anyone who takes the time to help me.

MT4 chart:
Image
Tradingview chart:
Image
cTrader chart:
Image

Statistics: Posted by Yarvua — Tue Apr 30, 2024 10:08 pm — Replies 0 — Views 127


]]>
2024-04-29T08:10:43+10:00 2024-04-29T08:10:43+10:00 https://forex-station.com/post1295540253.html#p1295540253 <![CDATA[Site Updates, Suggestions & Issues • 🚧 Ajax Errors - Site offline and server work today]]>
This will be done to try and solve a few bugs such as:
  • Logging in and getting logged out after a short time
  • An occasional "AJAX ERROR" when pressing the Thanks For Post button after first log in of the day
When the updates and troubleshooting have been done I'll let you all know here but we'll definitely be finished just before the US trading session.

Thank you for understanding!

Statistics: Posted by Jimmy — Mon Apr 29, 2024 8:10 am — Replies 9 — Views 454


]]>
2024-04-28T23:39:05+10:00 2024-04-28T23:39:05+10:00 https://forex-station.com/post1295540242.html#p1295540242 <![CDATA[New Members & Common Forex Q&A's • Greetings from France]]>
I'm an amateur trader and I started trading in August 2021.

I'm 60 years old, and I plan to retire thanks to trading. I'm now interested in PropFirms to achieve my goal, which is to give the best to my 10-year-old daughter.

Glad to have discovered this community.

Does anyone know why I can't reply to a message from another member I know?

Looking forward to sharing.

Best regards,
Philippe

Statistics: Posted by Yarvua — Sun Apr 28, 2024 11:39 pm — Replies 2 — Views 204


]]>
2024-04-28T19:56:20+10:00 2024-04-28T19:56:20+10:00 https://forex-station.com/post1295540228.html#p1295540228 <![CDATA[Commercial Services & Offers • Financial Speculator since 2014! What did I learn?]]> Expert Advisor on Metatrader 4​
Here we can view and analyze the history of our Expert Advisors present from 2020 to today on real accounts, using the Metatrader 4 platform.
iframe
iframe

Since December 2023 we have been sharing our operations in real time!
Click Here


Expert Advisor on Metatrader 5​
Here we can view and analyze the history of our Expert Advisors present from 2020 to today on real accounts, using the Metatrader 5 platform.
iframe
iframe

Since December 2023 we have been sharing our operations in real time!
Click Here

Find out more at
https://www.bulgaruorganization.com/en/ ... speculator

Statistics: Posted by gri7614 — Sun Apr 28, 2024 7:56 pm — Replies 0 — Views 85


]]>
2024-04-28T16:38:01+10:00 2024-04-28T16:38:01+10:00 https://forex-station.com/post1295540218.html#p1295540218 <![CDATA[Trader's Lounge • Why Riaan Swiegelaar Left The Satanic Church For Christianity]]>
iframe

FULL VID
iframe

Statistics: Posted by ionone — Sun Apr 28, 2024 4:38 pm — Replies 0 — Views 109


]]>
2024-04-28T00:11:58+10:00 2024-04-28T00:11:58+10:00 https://forex-station.com/post1295540185.html#p1295540185 <![CDATA[Commercial Services & Offers • Death Metal 1.0]]>
screenshot.563.jpg
This EA is a tick scalper with soft martingale

risky ? well the EA ends the lot increase when multiplier reaches the max mul of 8 by default
so it ends with a loss but manages to still be profitable and starts again at a multiplier of 1

be careful use it on demo first as it is a tick scalper and might not work live on your system

the EA is limited to 2 months demo & live accounts
screenshot.568.jpg
screenshot.569.jpg
screenshot.567.jpg
screenshot.566.jpg
screenshot.565.jpg
screenshot.564.jpg
Death Metal 100.ex4Downloaded 42 times 17.02 KiB

Statistics: Posted by ionone — Sun Apr 28, 2024 12:11 am — Replies 1 — Views 226


]]>
2024-04-27T19:29:09+10:00 2024-04-27T19:29:09+10:00 https://forex-station.com/post1295540175.html#p1295540175 <![CDATA[MT4 Indicators • Dr Keith Wade MT4 indicators needed]]>
This is my first topic here, so I hope it's in the right category.

For several weeks I've been looking for clones of the indicators created by pro trader Dr Keith Wade to use on my MT4.

First of all I'd like to find his cloud.

If an experienced member could give me a lead, that would be so cool.

Thanks in advance to anyone who will take 2 minutes to reply.

I'm posting a link to one of his videos for your information.
https://seasonalswingsetups.com/seasona ... l-10-2024/

Best regards from France,
Philippe

PS: In his youtube videos he also uses LaguerreRSI. I installed a version that I found on this forum.
I also installed a version of heikin Ashis found here.

Statistics: Posted by Yarvua — Sat Apr 27, 2024 7:29 pm — Replies 3 — Views 429


]]>
2024-04-27T16:22:10+10:00 2024-04-27T16:22:10+10:00 https://forex-station.com/post1295540167.html#p1295540167 <![CDATA[Trader's Lounge • Random News]]>



Statistics: Posted by Ogee — Sat Apr 27, 2024 4:22 pm — Replies 0 — Views 34


]]>