ejmin ejoni
ejmin ejoni
Friends

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

ejmin ejoni
Added topic modify position in mql5
hi guys im new in mql5. how can i modify a position in mql5 with out classes
ejmin ejoni
Added topic download files with chrome
hi guys , i learned before to download with windows dll libraries ( urlmon.dll ) to download files , images or ... from internet explorer with  URLDownloadToCacheFileW function  . but now my internet explorer dont works! do u have any
ejmin ejoni
Added topic transfer information
hi guys , i decide to copy trade , in my pc ( between two_ three brokers mt4_s ) its because i want keep seperate accounts balance , do u know any way to keep seprate balance incide one acoount or do u know any easy way to send/recieve date between
ejmin ejoni
Added topic unchange data
hi guys , i need to increase a char after that the bid price reach to some points (it dont do any thing when its 0 or 1) , but i defined it in global values and its equals to zero, but the problem is that i dont want  it become 0 after i refresh
ejmin ejoni
Added topic Uninit reason
Hi guys، I ruined my expert on my pc it works well, but I run it on VPS server it don't work, it gave me errors like uninnit reason 3,5. What I should to do
ejmin ejoni
Added topic on Timer
hi guys, do u see any problem in call ontimer here? i didnt have any problem with close the order but i expected congrat=true in comments because of my ontimer function, but it seems on timer didnt call or ontimer didnt work properly. it works 
ejmin ejoni
Added topic i need no new order until other two candle close
hi guys, i need to (where )parameter be 0 just for 2*5m candle closes, so i wrote this, but it seems to where be 0 after last order close, whats the problem you think? i wrote this at first of on tick, my bot worked well, before this if ( OrderSelect
ejmin ejoni
Added topic ORDER SEND !
hi guys , do u know how this could happen? i tested my strategy in strategy tester then i expected  only one sell there but it open some sells and some buys, price didnt reach to the buy  position even if ( where == 1 )
ejmin ejoni
Added topic Pick up info from candles by click
Hi guys , I want pick up two candles high and low by clicking on them, is it possible and how
ejmin ejoni
Added topic my expert returns wrong value of my indicator
hi guys , i wrote an indicator, and when i use it in expert in strategy tester , it just comment me true valumes for only 5-6 candles. then it comment a fixed wrong value like 2147483647.00 void OnTick ()   {    if (
ejmin ejoni
Added topic strategy tester
hi guys , i tried to test my strategy, in strategy tester from 1/5/2021 until 16/8/2021 but it returns me results of 3/5/2021 to 14/5/2021 ! whats the problem? there isnt any error, and also i need to test my strategy from 1/1/2020 , but there isnt
ejmin ejoni
Added topic send order
hi guys , i wanted programing a expert that do trade after close the current open order, but it some times dont work, do u have any idea whats the problem? as u see it opens many trades in same time,but not before 15:18
ejmin ejoni
Added topic real volume
hi guys , i want write a program for calculate deffrent of close price between last tick and one before it , but i dont know whats the problem #property copyright "Copyright 2021, MetaQuotes Software Corp." #property link
ejmin ejoni
Added topic arrays
hi guys, i need to use this arrays amount, but i dont know the problem, i tried print them on strategy tester but it didnt work double a[]; //+------------------------------------------------------------------+ //| Expert initialization
ejmin ejoni
Added topic Pick up info by click
Hi guys, is there any way to pick up info with one click on the chart? for example high and low of the candle
ejmin ejoni
Added topic seconds
hi guys, i need to set text every second but i also i need play sound every 5 seconds, do u have any idea? this is what i wrote, but it dont work correctly void OnTimer ()   {          
ejmin ejoni
Added topic calculate new bars dates in my indicator
hi guys why this happening in my indicator? i m new, itried to copy some examples from macd , it works for previous times correctly, but see the pic i tagged please! #property copyright "Copyright 2021, MetaQuotes Software Corp." #property link
ejmin ejoni
Added topic format of notification song
hi guys my notification dont play any sound in my phone, i guess i should use special format for my alert, what format i should use
ejmin ejoni
Added topic order send
why it dont send a simple order, i tried many ways but nothing void OnTick ()   {      OrderSend ( Symbol (),OP_BUY, 0.01 ,Ask, 0 , 0 , 0 , 0 , 0 , 0 , 0 );   }
12