Laddar...
Fortsätt till Myfxbook.com
Fortsätt till Myfxbook.com
Logga in
Registrera dig
öppna ett konto hos
FX Tools:
Ekonomisk kalender
Interest Rates
FX Calculators
Nyheter
sprider sig
Sentiment
Forex värmekarta
Korrelation
Market Hours
KONTAKTER
För att använda chatten måste du logga in.
Tillbaka till kontakter
Nytt meddelande
Nya meddelanden
😄
😐
😡
😁
😀
😑
😈
😲
😭
😎
😝
😳
😕
🙄
😞
🙃
😱
😇
😉
😂
Hem
Alex Gradea
Inlägg
Dela
Dela den här sidan!
Inlägg av
Alex Gradea
1
2
1
2
EasyScalper-LiveAccount-FXOpen
på
Trading System
May 06 at 13:52
Month started well, 5% up so far. First 10 that comment to this thread showing a screenshot with their gains will receive a 1 month license and my latest presets + my what's app number to help with setup.Let's see your gains!!!
Mt4-4000233
på
Trading System
Apr 23 at 20:54
Hi, no, the account did not die, there was some issue with the computer where MyFXbook was updating the trades.I changed the name of the account to a more descriptive one, I tried renaming the old one but cannot be done after it was made public, this is the continuation trades for the account:https://www.myfxbook.com/members/alexgradea/easyscalper-liveaccount-fxopen/10133514All the best and thanks for your interest in the EA!
EasyScalper-LiveAccount-FXOpen
på
Trading System
Apr 23 at 20:51
Hi, these are the real account EasyScalper EA Automatic Trading results
Mt4-4000233
på
Trading System
Mar 20 at 09:06
10% This month so far. Nice and steady is the way to go
Mt4-4000233
på
Trading System
Mar 02 at 13:08
Almost 20% last month. A New month started. Best of luck to everyone!
Calculate true percentage profit
på
Programmering
Feb 22 at 07:43
You should be able to get the orders from MT4 or MT5. Write an MQL script or EA that exports the data you need and compute the report. If you are using MT5, you can actually use python api directly to grab the history and compute a report.
Mt4-4000233
på
Trading System
Feb 22 at 07:40
Thanks for your feedback @wizzzzz
get only a certain symbol's data from Community Outlook api
på
Programmering
Feb 20 at 11:31
According to the API documentation, the API sends all symbols data and there is no way to request data for a specific symbol or set of symbols. Therefore, if you only need data for a specific symbol, you can parse API response to extract the data you need.
cherche programmeur pour EA MT4
på
Programmering
Feb 20 at 11:22
Hi @Ugo84860, Can you add more details about your project? Do you have a strategy that you want to implement into an EA? Feel free to PM me and will discuss more about what you need.I have built EA's for MT4 and I can probably help you with your project, depending on your needs.
Building a trading platform
på
Programmering
Feb 20 at 11:16
Hi @ssadinsky, here are some things I would look for if I would decide to embark in such project:- Define your project requirements: 1. Before you start looking for a development team, you need to define your project requirements. This includes the features you want to include, the technology you want to use, and any other specifications that are important to you.2. Look for experienced developers: Look for developers who have experience building trading and investment platforms with mobile apps. You can find potential developers by asking for referrals from colleagues or by searching on freel...
Calculate true percentage profit
på
Programmering
Feb 20 at 11:10
Yes, there is a way to calculate the true daily percentage profit by excluding new deposits/withdrawals on the account. Here is a simple formula you can use:True Daily Percentage Profit = (Net Profit / (Previous Day's Equity - Deposits + Withdrawals)) * 100In this formula, "Net Profit" is the amount of profit made on the account during the day, "Previous Day's Equity" is the equity of the account at the end of the previous day, "Deposits" is the amount of new deposits made to the account during the day, and "Withdrawals" is the amount of withdraw...
Strategy testing MQL4 at specific times
på
Programmering
Feb 20 at 11:02
Can you post your function for checking the time? Here's an example function that checks if can trade depending on the hours. Do you use days as well or just hours ?void checkIfCanTrade() { datetime time_now = TimeCurrent(); datetime startTime = StrToTime(inptV.start_hours); datetime stopTime = StrToTime(inptV.stop_hours); if (inptV.useTradingHours) { if (time_now >= startTime && time_now <= stopTime) { tickV.allowed_to_trade = true; if (dbg) { Print("Trading hours allowed"); } } else { if (dbg) { Print("...
What factors to consider when picking traders on copy trading platforms?
på
Allmänt
Feb 20 at 10:51
Here are some tips for picking a good trader to copy on copy trading platforms:- Check the trader's trading history on platforms like MYFXbook. Look for trades that have won at least 20 points and avoid traders who make quick trades that end at only a few points difference.- Take some time to learn about the trader's trading strategy. This will also help you understand how they handle stop losses - whether they use fixed stop losses or not.- It's important to know how much money you should allocate to copy a particular trader, based on your account size and the type of account you ...
Mt4-4000233
på
Trading System
Feb 20 at 08:58
The EA can support martingale and I have tested a few strategies. Usually I don't include them, but if I I have, I would limit the number of trades it can do and I use it with a stop loss or the hedging, never left unsupervised.I have developed my own system with distributed backtesting to multiple servers that allows me to pick only strategies that performed well in the past 24 months. Picking winners from over 10k backtests.
Mt4-4000233
på
Trading System
Feb 19 at 20:46
A new week of trading ahead
Mt4-4000233
på
Trading System
Feb 15 at 10:36
nazarius666, if you check the past months drawdown, you will see that it stayed under 2%. I had to tune the strategies and remove some of the pairs that were realizing the high drawdown. Now it's all under control and with small risk. In first 2 months it made 40% on the 2k account. As you know, trying to grow a small account will create some high drawdown at first if you want to grow it fast. But after depositing another 5k and tuned the strategies, is much safer.
Mt4-4000233
på
Trading System
Feb 14 at 19:54
Good profits today, 3% : https://www.youtube.com/watch?v=BW1aGmBUw1E
Mt4-4000233
på
Trading System
Feb 12 at 20:31
A new week of trading is due to start in 2 hours. Best of luck to everybody!
Mt4-4000233
på
Trading System
Feb 09 at 14:29
Live trade on GBPUSD: <iframe width="560" height="315" src="https://www.youtube.com/embed/CycWfXL7Idc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Mt4-4000233
på
Trading System
Feb 08 at 18:16
Hey guys, I am giving away 5 permanent licenses to the first 50 users on robofxlearning.com . You have a chance in 10 to win it. Each license is worth 297 USD and comes with all 10 presets, including XAUUSD and NZDUSD. I will do the random entry and you must have the EA installed on a demo account to be taken into account. Duplicated accounts will not enter the giveaway.Looking forward to hear from you.
You have an Ad Blocker!
Myfxbook is a site supported by advertisements. Here are two ways for you to continue browsing:
Ad Free Subscription
or
Disable your Ad Blocker
Already subscribed?
Logga in
Du är inte inloggad
Den här funktionen är endast tillgänglig för registrerade medlemmar.
Registreringen är gratis och tar mindre än en minut.
Klicka på knappen Registrera dig för att fortsätta.
Om du inte redan är medlem och gillar vår tjänst är det bara att logga in.
Keep up to date with the markets
Enable notifications to receive real-time important market updates:
Ekonomisk kalender
Forex Nyheter
You can disable notifications at any time from your browser.
Unblock Notifications
You've blocked browser notifications for Myfxbook.com. Please enable it:
You can disable notifications at any time from your browser.