General - page 902

  Make your first million  (2163   1 2 3 4 5 ... 216 217)
A friend in the parallel thread has argued about the "fabulousness" of the 10% deposit growth per day on the rapidly declining euro in manual trading. Suppose I am to become a millionaire in 97 days with 100$. Well, the beginning is done: In total we have a little less than 50% in three days. If you
  Straddle OCO  (19   1 2)
I have been using the StraddleOCO EA for some time now and it works really well. 1. Can someone that knows how to, add a trailing stop to this EA? 2. Also, can it be programmed to move in blocks instead of moving pip for pip after it is activated? I have been trying to add the trailing stop and...
[Deleted]
Hi, i am pretty sure that this topic was discussed many times and there is a common solution for this, so apologize ... i didnt found it. In my strategy the slippage could be a huge factor of success, so i am looking for a tool, script, indicator whatever that returns me the price that was set by a...
Hello, I am trying to know the index of a bar, from a datetime data. for example datetime dtBarDatetime=D'2018.02.08 13:05';
Hello, What is the code to calculate the différence deviation of 2 periods of RSI indicator ? Thanks
Hi evrybody, I would like some help to programming my first EA. I have no knowledge in programmation and hope to find here good helper and create a good team arround this project. The philosophie of this EA, in one word Simple, if strategie rate 50/50 lose and win trade on long therm on any chart...
I have a successful low risk Martingale which will never blow your account.I request anyone who has software knowledge to code this for me and everyone in this forum who is interested. The EA is an MT4 scalping EA( MQL4) based on Martingale principles similar to some other EA .Only difference is in...
Good day. Please, I'm in search for an MT4 coder who can help me convert a Pine script from Trading View to MT4 EA capable of trading on its own. I will appreciate any help.  Thank you 
Please recommend some good books to learn to trade on the forex market
I went to options in MT5 and input in the ID. Pressed the test button and it sends it to my phone, ONLY through the TEST button. When I put alerts on the chart, standard through the ALERT tab or right clicking on the chart and selecting ALERT, the notification only goes to my computer and not to my
Less than 6 monthsLess than a year1 - 2 YearsMore than 2 yearsComment to specify
Hi Traders How to Disable the Auto - "Show Trades" and "News Flags" please If I have my Charts Tiled, the Auto "Show Trades" covers up the Candles and the so do the "News Flags" Any help appreciated :  ) Cheers
hello unfortunately recently my meta trader 5 platform is not working.it worked for a few days (in a demo account) and suddenly the market couldnt update itself and also at the bottom of the platform where we see the connectivity signals (Traffic) is just spinning since then.so i uninstall my meta 5...
  Looking for investors.  (125   1 2 3 4 5 ... 12 13)
Hello, I am looking for an investor on a PAMM basis. I have been trading forex for 6 years, 3 of which I just lost my deposits in pursuit of crazy interest rates. At the moment profit in 10-15% per month I think acceptable. I have my own trading Expert Advisor. Originally the system was manual, then
Hello I found out ADX buy sell condition but i am confuse little.  BUY– indicator > 20 and +DI line crossed -DI line from bottom-up SELL– indicator > 20 and +DI line crossed -DI line from above-down class CSigi_TrendADX : public CTradeSignals1 {protected:    int m_Handle;    double...
Hello All, I'm in the process of writing a few indicators, i've done a few in MT4 however i'd like to improve the Quality of my code - Writing Alert("value") was on in my first 1 or two but not longer term. I noticed that MT5 has a built it Debugger and UnitTests Scripts/UnitTests I'm assuming I can...
I'd be very grateful for any help with this issue. The indi in question is the Macd Crossover Zero  created by ... ÁìÓòÍâ»ãÂÛ̳...( apologies I do not know this language ). When used on standard candles / bars which are time based they work perfectly fine. However when applied to the Renkos after...
Hello there! China MT4 / 5 Forex platform does not have the CRB index, may I ask the international MT4 / 5 Forex platform has CRB commodity index, know, please tell, thank you!
Hi all, I've recently been developing a few indicators for MT5.  Nothing ground-breaking or innovative, but I've identified several reasonably well known indicators that are available on Bloomberg and other platforms, have decent write-ups on the internet and yet are not yet available on MT5,...
  Expert Advisor  (1)
I'm looking for an expert advisor that does nothing more than look for open trades at a selected time of day and closes them. I'm sure one must already exist can anyone tell me its name or where to find it.
  Trade Signals  (2)
Hi! I 'm a newbie. EA (generate) has got 20 trade signals . How can I include indicators that I can download from the market and include it into the list. Assistance will be much appreciate it. THANKS
Hi guys, I am looking for a EA/script that places buy and sell market orders on two FX pairs simultaneously - for example buy EUR/USD and sell GBP/USD. I do not want any SL or TP, just to specify the particular symbol to buy and the symbol to sell, and the relevant volume. I am quite new to that,...
Hello, i´m new in MQL5 and i have a problem with draw short horizontal lines in candles. I had tested and i can draw line between candles using Trend Lines, without Ray. But i want draw a short horizontal line in candle not between. Is possible in MT5?   Thanks for help.
yes, no, sometimes
Hi, Is there any way to draw somes circles in front of chart by using only X and Y coordinates ? Because if I use price and time coordinate, the circle scroll with the chart and I don't want that. In addition, I need to have a different name for each circle for further detection event by using...
how to close all buy orders? or how to close all sell orders?
  DOM Ladder  (9)
Hi. How much would it cost to make this DOM?
Is there any forum which tells us the strongest and weakest currency of the day. Or any indicator which tells us what is the strongest and weakest currency in last 24 hours.
How do i call a function in an EA that runs on H1 timeframe. Since the Start() or OnStart() runs once per H1 Bar but I want to call the below function every 6 minutes  . Using OnTick() does not work for me , i don't want to call it on every tick. Just every 6 minutes   . Any help will be welll...