[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-17T05:13:41+10:00 https://forex-station.com/feed/topics_active 2024-05-17T05:13:41+10:00 2024-05-17T05:13:41+10:00 https://forex-station.com/post1295541672.html#p1295541672 <![CDATA[Trading Systems • XARD - Simple Trend Following Trading System]]> ### Strategy Overview
1. **Moving Averages (MAs)**:
**13-Period MA**: Represents short-term trend and momentum.
**55-Period MA**: Represents intermediate-term trend.
**89-Period MA**: Represents long-term trend, providing a broader market perspective.

Dear Mr xard
How long is a short-term trend? And so intermediate-term and long-term?

Statistics: Posted by jimfang — Fri May 17, 2024 5:13 am — Replies 15213 — Views 3802828


]]>
2024-05-17T05:04:30+10:00 2024-05-17T05:04:30+10:00 https://forex-station.com/post1295541671.html#p1295541671 <![CDATA[MT4 Indicators • Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4]]>
Please share a similar indicator, method or information on how to create such an indicator.
Here is one for mt5, adjust repainting amountTMA centr asym. bands.mq5Not downloaded yet 7.17 KiB

Statistics: Posted by WOLF — Fri May 17, 2024 5:04 am — Replies 803 — Views 482540


]]>
2024-05-17T04:47:08+10:00 2024-05-17T04:47:08+10:00 https://forex-station.com/post1295541668.html#p1295541668 <![CDATA[Coding Help • Donchian Breakout channel EA]]>
I try to make the DonchianBreakoutSystem as an EA. But the EA place no trade at all :( i'm pretty new to coding in mql and i do not see my error
Can you guys help ?

Thx a lot :)

Code: Select all

//+------------------------------------------------------------------+//|                                                      MonEA.mq4   |//|                        Copyright 2017, MetaQuotes Software Corp. |//|                                       http://www.metaquotes.net/ |//+------------------------------------------------------------------+#property strictextern double LotSize = 0.1;extern int BreakEvenPips = 200;extern bool TradeLondonSession = true;extern bool TradeUSSession = true;extern bool TradeTokyoSession = false;// Heures définies pour les sessions en GMT+0#define LONDON_OPEN 8#define LONDON_CLOSE 16#define NEW_YORK_OPEN 13#define NEW_YORK_CLOSE 22#define TOKYO_OPEN 0#define TOKYO_CLOSE 9//+------------------------------------------------------------------+//| Expert initialization function                                   |//+------------------------------------------------------------------+int OnInit(){    return(INIT_SUCCEEDED);}//+------------------------------------------------------------------+//| Expert tick function                                             |//+------------------------------------------------------------------+void OnTick(){    if(!IsTradingAllowed())        return;    double upSignal = iCustom(NULL, 0, "DonchianBreakoutSystem_v1.1.2", 5, 30, 0, 10, 0, 0, 1);    double dnSignal = iCustom(NULL, 0, "DonchianBreakoutSystem_v1.1.2", 5, 30, 0, 10, 1, 0, 1);    ManageOrder(OP_BUY, "Buy Order", Ask, BreakEvenPips);    ManageOrder(OP_SELL, "Sell Order", Bid, BreakEvenPips);}//+------------------------------------------------------------------+//| Vérifie si le trading est autorisé selon la session              |//+------------------------------------------------------------------+bool IsTradingAllowed(){    int hour = TimeHour(TimeCurrent());        if((TradeLondonSession && hour >= LONDON_OPEN && hour < LONDON_CLOSE) ||       (TradeUSSession && hour >= NEW_YORK_OPEN && hour < NEW_YORK_CLOSE) ||       (TradeTokyoSession && hour >= TOKYO_OPEN && hour < TOKYO_CLOSE))        return true;    return false;}//+------------------------------------------------------------------+//| Fonction pour gérer les ordres                                   |//+------------------------------------------------------------------+void ManageOrder(int orderType, string orderComment, double price, int pipsToBreakEven){    bool orderFound = false;    for(int i = 0; i < OrdersTotal(); i++)    {        if(OrderSelect(i, SELECT_BY_POS) && OrderSymbol() == Symbol() && OrderMagicNumber() == 0 && OrderType() == orderType)        {            orderFound = true;            double openPrice = OrderOpenPrice();            double currentProfit = NormalizeDouble((price - openPrice) * (orderType == OP_BUY ? 1 : -1) * Point, 2);            // Vérifier si le trade doit être mis en break-even            if(currentProfit >= pipsToBreakEven * Point)            {                double newStopLoss = orderType == OP_BUY ? openPrice + (pipsToBreakEven * Point) : openPrice - (pipsToBreakEven * Point);                if(OrderModify(OrderTicket(), openPrice, newStopLoss, OrderTakeProfit(), 0, clrYellow))                    Print("Break-even stop loss set for order #", OrderTicket());                else                    Print("Error setting break-even: ", GetLastError());            }            break;  // Sortir après la gestion du premier ordre trouvé        }    }    // Si aucun ordre existant n'est modifié, placer un nouvel ordre    if(!orderFound)    {        int ticket = OrderSend(Symbol(), orderType, LotSize, price, 2, 0, 0, orderComment, 0, 0, orderType == OP_BUY ? clrGreen : clrRed);        if(ticket < 0)        {            Print("Order Send failed with error #", GetLastError());        }        else        {            Print("Order successfully placed with ticket #", ticket);        }    }}//+------------------------------------------------------------------+
DonchianBreakoutSystem_v1.1.2 600+ BT.mq4Downloaded 1 time 78.48 KiB

Statistics: Posted by Xxcoincoin — Fri May 17, 2024 4:47 am — Replies 0 — Views 16


]]>
2024-05-17T04:40:33+10:00 2024-05-17T04:40:33+10:00 https://forex-station.com/post1295541667.html#p1295541667 <![CDATA[Trading Systems • 🪲Beatle's Trend Trading System🪲]]>
Sure, I understand that and that's why I am not asking you to share any system or exclusive (bought) indicator. I meant the indicator that recolors candles from red to blue and back, I am sure it is on our forum, I just would like to know its name. It looks very nice on the chart. Thank you.
I guess you mean this one here.
Screenshot 2024-05-16 203953.png

Statistics: Posted by Redman — Fri May 17, 2024 4:40 am — Replies 4130 — Views 1105560


]]>
2024-05-17T03:49:01+10:00 2024-05-17T03:49:01+10:00 https://forex-station.com/post1295541663.html#p1295541663 <![CDATA[Trader's Lounge • Best of Don The Con]]>
چطوری انجامش بدم توی متا تریدر کجا برم سپاس
Please, from now on post in English.

Statistics: Posted by mrtools — Fri May 17, 2024 3:49 am — Replies 208 — Views 8137


]]>
2024-05-17T03:19:14+10:00 2024-05-17T03:19:14+10:00 https://forex-station.com/post1295541660.html#p1295541660 <![CDATA[Commercial Services & Offers • $100 Up Down V6 indicator]]>
Thank you, dear gunner. Got it. I'll keep looking
if fact ,on thise wersion grail indicator g=10.000 is ok for all pairs.

Statistics: Posted by guner — Fri May 17, 2024 3:19 am — Replies 1189 — Views 91823


]]>
2024-05-17T03:16:26+10:00 2024-05-17T03:16:26+10:00 https://forex-station.com/post1295541659.html#p1295541659 <![CDATA[Trading Journals • EMA 9, 20 magnet, using levels and "feel" of the price I finally finding my edge]]> Snimak ekrana (1071).png
Snimak ekrana (1070).png

Statistics: Posted by charli — Fri May 17, 2024 3:16 am — Replies 808 — Views 41143


]]>
2024-05-17T00:40:07+10:00 2024-05-17T00:40:07+10:00 https://forex-station.com/post1295541648.html#p1295541648 <![CDATA[MT4 Indicators • MACD indicators for MT4]]>
Hi,

Attached is Chart Template using : macdzerolag & 3xMA Indicators.

Thanks.

Edit :
1) Suggested Time frames : H4 H1 M30
2) Suggested MA in drop down menu : G-Channel, Smoothed MA, LWMA
3) Suggested MA Values : 21, 36, 50
I absolutely love the simplicity of your charts and setups Thomdel! Great job man :thumbup:

Statistics: Posted by BeatlemaniaSA — Fri May 17, 2024 12:40 am — Replies 1146 — Views 440488


]]>
2024-05-17T00:25:49+10:00 2024-05-17T00:25:49+10:00 https://forex-station.com/post1295541647.html#p1295541647 <![CDATA[MT4 Indicators • Something interesting please post here (Metatrader)]]> smTMMS Oscillator_v7.3.1.mq4Downloaded 22 times 26.69 KiB

Statistics: Posted by sami — Fri May 17, 2024 12:25 am — Replies 3862 — Views 1117795


]]>
2024-05-17T00:12:38+10:00 2024-05-17T00:12:38+10:00 https://forex-station.com/post1295541645.html#p1295541645 <![CDATA[Trader's Lounge • Daily Rage]]>
loudest sound known to man
besides sonar
Ah yes, the memories...

iframe

Statistics: Posted by JohnnyRy — Fri May 17, 2024 12:12 am — Replies 9 — Views 385


]]>
2024-05-17T00:07:37+10:00 2024-05-17T00:07:37+10:00 https://forex-station.com/post1295541644.html#p1295541644 <![CDATA[Site Updates, Suggestions & Issues • Disconnecting when I open pages]]>
Thanks Johnny, I also saw this brief timeout as well. When you encountered this today, how long did it last until the website came back?
About the time it took me to Alt+PrintScreen, save, and post. So maybe 30 seconds. Then I clicked the back arrow in MS Edge, and all was ok.

Statistics: Posted by JohnnyRy — Fri May 17, 2024 12:07 am — Replies 41 — Views 1764


]]>
2024-05-16T23:51:46+10:00 2024-05-16T23:51:46+10:00 https://forex-station.com/post1295541643.html#p1295541643 <![CDATA[Trader's Lounge • The Decline of the West]]> IMG_1787.jpeg

Statistics: Posted by WOLF — Thu May 16, 2024 11:51 pm — Replies 47 — Views 2662


]]>
2024-05-16T23:19:45+10:00 2024-05-16T23:19:45+10:00 https://forex-station.com/post1295541642.html#p1295541642 <![CDATA[Trading Journals • MACD&RSI]]>
STOP @ 28.50 , close half of position ,
Silver went up very sharply , and 29.80 is a critical point ,

RSI is bearish , and its trend line is broken ,

wait for H4 signal , O accept the risk and sell with STOP @ 30 , 28.50 will be the first target !
XAGUSDH4.png

Statistics: Posted by macd & rsi — Thu May 16, 2024 11:19 pm — Replies 1141 — Views 164105


]]>
2024-05-16T22:37:08+10:00 2024-05-16T22:37:08+10:00 https://forex-station.com/post1295541639.html#p1295541639 <![CDATA[Trader's Lounge • Why Riaan Swiegelaar Left The Satanic Church For Christianity]]>
He saw what Joe Biden was doing being close doors, not
Very interesting insight

Statistics: Posted by WOLF — Thu May 16, 2024 10:37 pm — Replies 2 — Views 257


]]>
2024-05-16T22:15:38+10:00 2024-05-16T22:15:38+10:00 https://forex-station.com/post1295541638.html#p1295541638 <![CDATA[MT4 Indicators • Round Numbers Grid for MT4]]>
Added a button, it seems okay, but please test.
Hallo MrTools, I like this buttoned round number indi you modified. But after putting it on the chart i got a small issue with the button.
When turned off, it automatically turnes on when i change the tf.

I don't know if it has something to do with the recently update of MT4 or something else ...

Is it possible to fix it please? :)

.C12_UltimateRoundNumbers (btn).ex4Downloaded 7 times 26.87 KiB
C12_UltimateRoundNumbers.ex4Downloaded 3 times 15.19 KiB
C12_UltimateRoundNumbers.mq4Downloaded 8 times 4.76 KiB

Statistics: Posted by Abdi — Thu May 16, 2024 10:15 pm — Replies 39 — Views 28448


]]>