Farhad1
Farhad1
Friends

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

Farhad1
Added topic Please Help me for create a simple field
Hello. I have been reading dozens of articles for three days, but reading those articles just gave me a headache. I just want to do something simple. Create a simple field on the chart where the user enters a value as a string and then I can enter
Farhad1
Added topic How do I get the profit amount of an order in history?
How do I get the profit amount of an order in history
Farhad1
Added topic convert string to enum function
I want to create a function that takes the string and returns the enum, but this function gives the following error. how can i convert string to enum? error: begining bracket expected enum TIMEFRAME( string timeframe) {    if (timeframe==
Farhad1
Added topic Value of Moving Average
What is the code to get the Moving Average indicator value
Farhad1
Added topic Close Position By Ticket
How can i to close position by ticket? this code close position by Symbol() #include <Trade\Trade.mqh> CTrade            m_trade; onticket() { m_trade.PositionClose( Symbol ()); }
Farhad1
Added topic Position Close
I want to Close a Position by Select by PositionSelect() . this code does not close position. Pleas help me. MqlTradeRequest request; MqlTradeResult result; if ( PositionSelect ( _Symbol )) {      request.action =
Farhad1
Added topic Convert OrderSend() code from mql4 to mql5
I want to convert this code from mql4 to mql5. Please write the code for me. OrderSend(Symbol(),OP_BUY,0.1,Ask,5,Ask-(50*Point),Ask+(TP*Point),"My Comment",00018,0,clrGreen);
Farhad1
Registered at MQL5.community