Forum

modify position in mql5

hi guys im new in mql5. how can i modify a position in mql5 with out classes

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 function to download this files with chrome

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 two brokers mt4 in one pc

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 the bot or change time frime. do u have any idea? how

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

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 when the tanzim become true ! void OnTimer () {

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 (OrdersHistoryTotal()- 1

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 ) { if (Bid>bala_hemayat) {

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

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 ( NormalizeDouble (Volume[ 1 ], 0 )<= 200 && NormalizeDouble ( iCustom ( Symbol ()