Line_Trader
Line_Trader
Friends

Add friends via their profile or user search and you will be able to see if they are online

Line_Trader
Added topic How to make those calculations?
Does anybody know how to get from here: AUDUSD 0,7246 USDJPY 120,80 NZDUSD 0,6777 USDCHF 0,9825 EURUSD 1,1054 USDCAD 1,3164 GBPUSD 1,5352 To here: JPY = 0.013634646434 NZD = 1.116199342 EUR = 1.820593234 GBP = 2.528542042 CHF = 1.6764157 CAD =
Line_Trader
Added topic Question about formulate to calculate last N numbers in a series of numbers
‌ I‌ would like to index the last 5 minutes from any current point ‌ i‌f current minute is 50 (CurMin) then last 5  (N) by index:   ‌1 = 45‌ 2 = 46 3 = 47 4 = 48‌ 5 = 49  ‌ I‌t's just CurMin-N+Index ‌ But if current minute is 2
Line_Trader
Added topic (MQL4) How to send multiple orders simultaneously?
In order to send multiple orders simultaneously, it's needed to work outside of the EA. Can this be done by using a library or script?  Within the EA you need to wait for the result of the OrderSend() function . For my project it is needed
Line_Trader
Added topic 32 terminal limitation
Hi,  For a project it's needed to run more than 32 terminals on a single machine.  Is there any way to work around the max 32 terminal limitation?  Up until now I have been working with multiple machines, but this isn't effective and
Line_Trader
Added topic Multiple linear regression
I'm looking to perform multiple linear regression calculations within MQL4. Yt = b0 + b1*X1 + b2*X2 + b3*X3 + e   Does anyone know a solution how to do this? I have written code to perform this calculations for two independent variables
Line_Trader
Registered at MQL5.community
Line_Trader
Added topic Horizontal line at height not depending on price
How to draw a horizontal line on a MT4 chart without taking quotes into account? So the markets can move but the line stays at same height. I want to make a scatter plot within a MT4 chart and this should stay fixed on the chart, not move with the