General - page 893

Hello, I would like to know if some developers are paying taxes in their country (I'm in France), or when you make money with EA trading do you need to declare it ??
Hi, I have an expert advisor that I wanted to see how it performs under auto lot size management. I wanna know if someone could help code into the expert advisor to calculate lot size based off of: ((( my account balance * .05) / 30 ) / 10)  [.05 being my risk percentage, 30 being my SL, and...
The world's best trader lives in Ufa. Finally, the organisers of the Cup released an interview with Artur Teregulov, the winner of the Robbins Cup - an annual futures trading competition. Arthur showed a net profit of 914.8% - the second highest profit after Larry Williams almost 30 years ago
I need a stochastic base indicator with alarm
What is the best way to make PakTest?
  messages missing help !  (24   1 2 3)
messagesI can't access my messages help
When you build a house you use a bottom-top way of thinking, when you follow orders from a boss, you are in a top-bottom way of thinking. In books this topic is never well explained, the design itself, if you have a large program, you have problems doing the design, so my question is: what is the...
  Indicators  (3)
I have been sent a zip file with indicators to attach to my MT4 platform, and have no idea how to do this, can anyone help, thanks.
MetaTrader 5 x64 Build 1755 does not currently run on upcoming Windows 10 Spring Creators Update (version 1803 Build 10.0.17133.1) The terminal just launch the process and then crashes/gets suspended and killed without any warning. Same thing goes for MetaEditor and MetaTester. Who can one contact...
  Non Repaint Entry Signals  (25   1 2 3)
Hello community. I'm a big fan of options trading, so I'm always looking on ways to improve my strategies. Therefore entry is essential, but unfortunately majority of indicators that plot arrows or dots repaint. Even if it's supposedly non-repaint some of the signals repaint if you change timeframes...
Hi I have a VPS and tried to install MT4 from 2 different brokers but I get a pop up: Unsupported operating system. Please upgrade to Windows 7 with Service Pack 1 or later. I have a plan from  Any ideas? Thanks
Hi I wanted to give the VPS provided by this web site a try, but since I am using MacBook, I am not able to open the mt5setup.exe file downloaded after clicking the try button.  Any ideas? Thanks
Hi Few times now on my VPS when I click the Trade tab, the terminal window resizes and all the tabs disappear. I can still see the info in the Trade tab though. Any idea how to make the Terminal window show other tabs? Thanks
  EA not working  (1)
What is the policy when a EA is not working? I tried it  with a demo account. It worked. Bu when I bought it, and traded with a real account, nothing happened. Not a single trade. I have sent a comment on his website. Just bought it yesterday.
Greetings members, I want to use a hosting service for my meta4 account. I have a trading robot and my laptop will not be running 24/7. So I need a hosting provider. However, the hosting provider on my meta4 account appears to be running meta5 only. I want to register but it seems I can only do so...
Hi, Can someone please clarify the following. I have developed an EA that runs on the 1 Hour chart.  The EA has 5 components that it analysis's on the hour before making a trade decision. 4 of these components are based on the 1 hour time frame and 1 of these components is based on the 4 hour time...
I'm looking for more SWEDISH members in this forum and if you are one you are welcome to comment this topic and let me and others know that you excists and maybe establish friendship! I did get the permission before to start a topic similar to this but all in SWEDISH language a couple days ago...
Hi I got a VPS and need to run a EA and a Signal Copy. I have 2 different accounts with my broker. Do I need to install a new MT4 instance for each account trading, one for the EA and another for the Signal copy(ing)? Thanks
Hi When I go to the Purchases tab, I can see the EA which I rented for one month, But do not see the download button. How can I use it? Please see image. Thanks
Dear Admin, If this post is in the wrong section, then please move. When a trader offers his / her services, you state it takes up to 10 business days to be approved, well sadly I have not found this to be the case. I fully understand you must have to attend to many people requests, but then why not...
  Copying a signal  (4)
Hi My understanding for signal copying is that the master trader uses a signal copy software to copy the master trades to child account. So I guess all what is needed from my when I buy a signal copy is to provide my trading account login. Is that correct? if so, whey do I need to download an mt4...
I am trying to predict the fractal values before they appear on the chart so that I can apply other algorithms. I have tried the following but is of no use as it is giving the false positive to me.: int fractalStore; int OnInit () { fractalStore = iFractals ( _Symbol , _Period );
when i scroll back into the chart everytime the data updates it goes back to the last bar, 
I listened to one successful Trader. He said it is a member of certain twitter group and the group is helping him to get the news ahead of its release If you know any of such group, forum or ... Please Share. I love fundamental
Hi.  i am a beginner and was practicing some basic codes but i faced 14-15 errors. i made them all ok but whatever i do the open parenthesis error wont go away. could you please see where the problem is? and there is another error, 'else' - illegal 'else' without matching 'if' please help me with...
Hello. Can I somehow get the Net Liquidation Value from MT4? Even Equity data for every day will be fine. Can I get a history of Equity daily number somewhere for my account?
I am currently using MetaEditor on Wine for Mac. Just wondering about any future release. Thanks, L.
I am trying to get the up and down buy/sell arrows on the graph but not able to place it at every tick. Here is the code for my logic: bool ArrowSellCreate(const long            chart_ID=0,        // chart's ID                      const string          name="ArrowSell",  // sign name...