• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA SyTRAGE - My first MT5 scalper !

Yes for now...
I was focused on learning python from scratch and finally made this script which is a portage of the mq5 code.
BUT, by doing so, I came up with a new idea for arbitraging :)
You won't get rid of me so easily :D
 
Hi Symphoenix,
in MT4, your EA can force the pairs symbols to be "active" in market watch. you do not need to rely on user to do.So even if user delete all pairs from market watch, your EA can make the pair active again.

The reason why I am still sticking with MT4/MQL4 is that a VPS can run many MT4 terminals and EAs, MT5 uses more RAM and CPU. Like most applications, all new versions need more RAM and CPU.

Let me know if you are back to MQL coding.
 
Hi Symphoenix,
in MT4, your EA can force the pairs symbols to be "active" in market watch. you do not need to rely on user to do.So even if user delete all pairs from market watch, your EA can make the pair active again.

The reason why I am still sticking with MT4/MQL4 is that a VPS can run many MT4 terminals and EAs, MT5 uses more RAM and CPU. Like most applications, all new versions need more RAM and CPU.

Let me know if you are back to MQL coding.
You are right !

The reason I chose to use MQL5 was the possibility to backtest multi-currency EAs.
But I think the python script is a better way to trade this strategy.

Best regards
 
Symphonix and how can I use your Python? Have I to put it in script? or where? :( sorry for the nood question
 

Hello everyone ! :party:

Just want to share a little present with you.

I've worked on this multicurrency scalper for MetaTrader 5 on EURUSD M1.

Here's the last four months BT result. :)

View attachment 58804

View attachment 58805

1- You MUST have at least these 6 instruments in your market watch window : EURUSD, GBPUSD, EURGBP, EURJPY, GBPJPY and USDJPY.
2- No suffix nor prefix to the instrument name !


Let me know what you think of it !

Cheers

PS : Still some errors so test it on demo...

So you are using FPI ring formula
 
thanks alot

Hello everyone ! :party:

Just want to share a little present with you.

I've worked on this multicurrency scalper for MetaTrader 5 on EURUSD M1.

Here's the last four months BT result. :)

View attachment 58804

View attachment 58805

1- You MUST have at least these 6 instruments in your market watch window : EURUSD, GBPUSD, EURGBP, EURJPY, GBPJPY and USDJPY.
2- No suffix nor prefix to the instrument name !


Let me know what you think of it !

Cheers

PS : Still some errors so test it on demo...

 
In the tester it turned out like this.
TesterGraphReport2023.04.25.png
 

Attachments

  • TesterGraphReport2023.04.25.png
    TesterGraphReport2023.04.25.png
    9.1 KB · Views: 132
Back
Top