Forum

EA on VPS missed trade entry

Hello, I run my EA on VPS and in paralell on the client (with autotrading disabled). This works fine, but now the EA on the VPS missed a trade entry situation. On the client the EA tried to enter the trade. The client log shows this entry which indicates that the EA tried to enter the trade: 2020.05

Resize Custom Charts created with CGraphic

I want to create a small Chart showing the graph of a funktion. If I click on the chart, the chart should enlarge, to be able to see all details. Creating the small chart works quite well: Now I want to click on the chart to enlarge the chart. Problem 1: I can't find any posibility to resize the

Indicator Buffers other than double (e.g. struct)

Hello, I want to create an indicator which tells me when to enter a trade. Additionaly the indicator tells me: Now! enter Trade StopLoss value TakeProfit value How can I pass this information from the indicator to my expert? Do I have to use three different Index Buffers for this, or can I use some

Problem with changing a Position triggered by a Buy-Stop order

Hi, I'm placing BUY_STOP and SELL_STOP orders. E.g. SELL_STOP oder gets Position/Ticket # 11 When SELL_STOP order triggers, the Open Position has also the Position/Ticket # 11. Now I want to change the the TAKE PROFIT value of this Position. To select the order to be changed, I use this command