chris.dotan / Profile
chris.dotan
Added topic CountTrades returns 0 if exists trade
Hi, how can I skip trade int= 0 if not exists. Also problem is if I have more different symbols: EURUSD, GBPUSD EURUSD: count = 2 GBPUSD: count = 1 int myCount() { int counts= 0 ; for ( int i= OrdersTotal
chris.dotan
Added topic Problem with retrieving ticketId or open Price
Hi, This code is problem because if not exists returns 0. I think is problem because the code use for all OrdersTotal in the same time, but I need to get only ticketId for OP_BUY first, and OP_SELL first. So, I need to get Open price from ordertotal
chris.dotan
Added topic How to get last two/three TP/SL trendline parameter
Hi, I need to get last TP1, TP2, SL1, SL2, SL3 parameter/value
chris.dotan
Added topic Problem with file open in mt4
Hi, This read file works, but what is problem because I can't write in another application, like C# (file is already open in another process). this is my code: string sym= "DarkPoint_test.txt" ; void OnTick () {
: