Forum

Question about Articles Rules

Hi All, I wanna know if this violate the articles rules or not, as i have made an API for Forex, and i wanna make an Article about using it with examples, which is a promotion to the API in the same time, is that acceptable

Formula for calculating StopLoss Level, TakeProfit Level and PL

Dears, Good day to you all) considering EURUSD for all the below. I need to know the formula for calculating the SL and TP for Sell and Buy Trades, like what inputs to get the SL and TP levels ? (edit: i am not asking about how to choose the SL and TP levels, i want to know how to calculate the

Risk Management MQL5: Volume Calculation from Equity

Hi All, I wanted to know if there is a formula, to calculate the volume to be risked in a trade relative to a predefined percent of the Equity for example, risk 2% in any new trade, for an account's Equity, how to calculate the volume needed to open the trade ? Also is Equity preferred more than the

StopLoss and TakeProfit with Bid and Ask

Hi All, sorry for basic question, i am currently using MQL5, the CTrade Class to open trades The below parameters for Buy CTrade::Buy(const double volume,const string symbol=NULL,double price=0.0,const double sl=0.0,const double tp=0.0,const string comment="") The below parameters for Sell bool

Double to String in MQL5

Hi All, i am trying to convert double to string in MQL5, the NormalizeDouble is such a failure as it get numbers such as 0.07000000000000001 and 0.9399999999999999 i have created the below function , but it can only filter our cases as 0.9399999999999999, but fails with 0.07000000000000001 double

Position Sizing and Risk Management in MQL5

Hi All, i have been working on MQL5 for quite a while, and found that people online talk about robust system "a framework" for the algorithm to work inside, the framework will take care for the risk management for the algorithm so the algorithm only focus on the entry, exist and the framework focus

Technical Indicator for Grid Strategy’s Market Entry in MQL5 EA

Hi All, Do you have a recommendation for how to choose the market entry for beginning Grid Strategy in an EA

MQL5 Historical Data TimeZone

Hi All, I work with MQL5 and i make statistics to know when its most likely for an event to occur and i get consistent results mapped to an hour of the day, but at what time zone does this data belong ? as i run my program on a AWS machine, which is different timezone, and i want to know how to