natsirte
natsirte
Friends 2
natsirte
Left feedback to developer for job Empty variable
natsirte
Left feedback to developer for job Create a profit_pips variable
natsirte
Left feedback to developer for job Create two variables: Highest_EQUITY and Lowest_EQUITY
natsirte
Left feedback to developer for job The number of messages in the log files was over 2,000 per day!
natsirte
Left feedback to developer for job To be able to access my Debian 12 server with the WOL (Wake On Lane) function from a pc under Windows 12
natsirte
Left feedback to developer for job INSTALL SERVER LINUX + MQL4
natsirte
Left feedback to developer for job Special EA only one trade
natsirte
Left feedback to developer for job Create Video
natsirte
Left feedback to developer for job Install METATRADER 4 correctly on LINUX VPS (DEBIAN )!
natsirte
Left feedback to developer for job Prepare vps linux -install MQL4 on DEBIAN and UBUNTU - Make a tutorial
natsirte
Left feedback to developer for job Additional order
natsirte
Left feedback to developer for job Prepare vps linux -install MQL4 on DEBIAN and UBUNTU - Make a tutorial
natsirte
Left feedback to developer for job Install METATRADER 4 on VPS LINUX hosts (DEBIAN AND UBUNTU)!
natsirte
Added topic How to know the highest point of a trade?
Hi everybody when I open trade I'd like to see to highest point of my trade, but my program doesn't work . For exemple, if my trade is LONG : double open = iOpen(NULL, 0, Current + 0); double close = iClose (NULL, 0, Current + 0); double openp1 =
natsirte
Added topic Profit and Signal_close
Hi evrybody I've got a problem with my EA I put a SIGNAL_CLOSEBUY an a SIGNAL_CLOSE like this : //***************************************// if(mas10 =mas20p1) Order=SIGNAL_CLOSEBUY; if(mas10 > mas20 && mas10p1<=mas20p1) Order=SIGNAL_CLOSESELL;
natsirte
Added topic Timeframe and iIchimoku
Hi everybody! I've got a problem , when I try to see the difference between Buy1_current and Buy2_5mn, I've got the same value while the second indicator has a PERIOD_M5 ! Is it normal?    double Buy1_current    = iIchimoku(NULL
natsirte
Left feedback to developer for job MACD
12