General - page 967

  LEVERAGE  (4)
Hello, I need a basic script for see my account leverage.
I created a dll called spintaxx.dll in C# using Visual Studio 2017, my project there was compiled correctly  using RGiesecke.DllExport to access externally. The problem is when I create my EA and try to call the function it doesn't work, say that the function cannot be find. Error in ExpertAdvisor...
I am new to MT4 . I have looked all over and there is no instructions on the how to do a demo test. Does anyone know if there are step by step instructions.  Very frustrated!
MT5 templates have the following settings: one_click=0 one_click_btn=1 With the settings of 0 and 1 as I have above, it will show the buttons of the Trade Panel, but with the panel hidden. Programmatically, I can do one_click as: ChartSetInteger(chart_ID,CHART_SHOW_ONE_CLICK,0,true);- or...
  Forecast of daily high and low.  (108   1 2 3 4 5 ... 10 11)
Each day in the forex market, there are at least 2 guarantees for the price of each pair; Guarantee 1- There is going to be a high of the day. Guarantee 2- There is going to be a low of the day. At the beginning of each trading day, an accurate forecast for the high and low could give any trader a...
First of all, good day/night der fellow forum mebers. The problem I have is the one stated on this topics title. It all began yesterday after a client tried to upload a new version of an EA i wrote for him, he told me that he constantly recieved this error so I uploaded the same EA into a VPS I...
Good morning to all readers. I would like to know what is the fastest website for news calendar. Have someone noticed about best speed in news release? Thank to all for attention.
hi i have problem when install MT5 on WIndows 10 Home with error message Initialization Error 4. Somebody help me tq
The fast growing asset management broker has offered its clients to move to the next level of trading. By launching MetaTrader 5, the broker supports the current industry-wide shift to MetaQuotes' multi-asset platform. Darwinex positions itself as a way for talented traders to fast-track their...
Everybody knows that economiccalendar plays a crucial role in the Forex market than the rest of financialmarkets. But, in my opinion, The Economic calendar is not just for currency traders but also stock marketinvestors who have participated in the stock of public listed companies. I knowcurrency...
Why is the commercial section in forex factory having 80 % of the threads?They failed and can't make money from trading. Why are there more signal sellers and ea /indicator sellers , than I assume real traders?I am talking about all forums and okers forums , and all the regulars on them. Any real
I have an EA that open 1 order at a time! I want to add more orders with a martingale option but need coding for that. Anyone willing to help? Please?
I want to close all sub_windows on a chart. Thus, I want to know the count of the number of sub_windows. I found a work-around that works. I can loop from 10 (arbitrary number) to 1, then see if there are any indicators in these sub_windows. (see code below) But this is rather brute force and...
I wish to reduce a trade size from £1.00 to £0.50, how do I do that on MT4 platform.
On my MT5 app for Android, the order inverts the offers...not the bids, just the offers.  Meaning, it shows the worst offer displayed by the broker/datafeed rather than the best offer, and then as you go up the list the offer gets lower.  The bid is not inverted, only the offer side of the order...
Hi guys. I'm profitable trader of binary options. My strategy cannot work on Forex because i make short time trades so all my profit will be gone in spread. I live in UK. What do you think guys will happen next month when BO will be baned in EU? I'm still with Australian broker. Do you think they...
I actually want to learn arbitration red and green percentiles meaning. I want know rating, projects , overdue also . Can anybody explain these ? I will choose a developer at freelance
Hi all, I read an MQL5 article which stated that slippage would be included when using the every tick & real tick modes within the strategy tester - https://www.metatrader5.com/en/terminal/help/testing_features Unfortunately so far during all of my tests, slippage has not been included and I have...
When I try to download an indicator to mt4 it says I don't have mt4 and if I do to change the default settings to include the platform I'm trying to download to.  Can someone please tell me how to do this?  I don't know where to begin. Thank you in advance.  Have a profitable day.
Hello, does anybody knows if there is a way to code an EA to run the backtester genetic algorithm several times (let assume.. 3 times overnight) and save their (3) result lists in any way? Is this somethign possible? , Where to look? , How to start? Thank you very much!
Good afternoon, Would like to know if you can speed up or change how often the graph appears in the Chart Area. I did some tests and realized that when there is an increase in the tick volume, the graph starts to crash and Terminal64.exe starts consuming a lot of processing (around 50%, noted in...
Hi everyone, I m trying to create an indicator to display candle of superior time frame in chart on inferior time frame (in separate window). I don t get to create a "candle shape" with body and shadow of the candle. I write this code : #property copyright ""#property link      ""#define vers   "1...
Hi, Please i have a problem with my MT4 platform. After i upgraded my Windows 10 OS to the latest version my MT4 not connecting to the internet . I use Microsoft Surface Book. Anyone having the same problem? I need help urgently Thanks
Hi! I'm looking for an atr or adr indicator in pips, but for MT5. Any idea where can I find it?  Like this I only find it for mt4 :( Thanks!!! 
Good Day! Is it possible to program a horizontal alert level on stochastic indicator that is adjustable? What happens is that I've attached the CCI into the Stochastic. Setting the K and D periods color to none. Since stoch and cci's levels are different, I wanted cci to adopt stoch's level What I...
  trad rill  (2)
bantu saya untuk trding rill, saya coba depositnya kosong
  About this EA, Mr.Sergey  (12   1 2)
This summer, the last question 1. browsing to the last few pages, I downloaded the latest version, but I don't know which EA should I use? My platform is GMT+2. How should I set it up? Is the cycle I use is 5 minutes in the thread? 2. I downloaded,  indicators, forgive me ~ I am a novice, can you...
I am trying to figure out how to program an EA for MT4 that simply draws lines across each screen pair. These lines have to match specific numbers on the right hand of the each pairs screen. Does anyone know the code for this?
Here is the code the I am trying to write during Optimization. int file; void OnTesterInit () { file = FileOpen ("testingFile.csv", FILE_WRITE | FILE_CSV | FILE_READ ); if (file == INVALID_HANDLE ) { Print ("File Not Opened: ", GetLastError ()); } else { FileWrite (file,"rsi
Hello, I am running an MT4 instance on a VPS with an Expert advisor. However I usually trade by opening my MT4 on my desktop. I can set limit orders on my MT4 on my desktop account and it will show on the MT4 account on my VPS. I can also successfully make price alerts on my Desktop MT4 but when I...