@l-andorrà Thank you. I will just try FXblue
Latest posts made by siyaan005
-
GENERAL QUESTIONposted in Questions & Answers
HI, IS IT POSSIBLE TO CREATE A BOT THAT ANALYZES A PAIR ON ONE ACCOUNT WITH ONE BROKER, THEN PLACES A TRADE ON A DIFFERENT ACCOUNT, WITH A DIFFERENT BROKER, BUT ON THE SAME PAIR?
-
RE: CLOSE TRADES BY % WON/LOSTposted in Questions & Answers
Okay, I will try that. Thank you, I appreciate your effort. @l-andorrà
-
CLOSE TRADES BY % WON/LOSTposted in Questions & Answers
Hi. I am trying to create an EA that closes all my trades if I have made or lost 1% or more of my current trading balance. Can anybody please assist me with this, your help would be highly appreciated.
Here is an idea that I tried but did not work, below.

-
RE: An EA that can close the tradeposted in Tutorials by Users
@SaniFxGuru Please try using this block on your EA.
this one for example will take a trade on the the 3rd of February 2024 at 18:30 based on the time on your laptop display. Not the time on your trading account.
please place the block on the "on Tick" event.

-
RE: ADD CUSTOM MT5 INDICATORposted in Questions & Answers
I still get errors when I try to compile the EA even though I realized the mistake I made of representing an integer as a string. I also did as you said, I deleted the EA entirely and the custom indicator from my indicators, readded it, and created a new EA. If you can perhaps show me step by step using screenshots how to add any ex5 indicator, then I would try that and I will be appreciative.

-
RE: ADD CUSTOM MT5 INDICATORposted in Questions & Answers
I get a lot of errors when I try to compile the EA. I have attached images below

-
RE: ADD CUSTOM MT5 INDICATORposted in Questions & Answers
Thanks. I searched 'indicators' but I could not find information that I understand. I know how to add custom indicators using mt4 but I struggle with adding mt5 indicators and using them to create EAs