Netanel Tanami
Netanel Tanami
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Netanel Tanami
Added topic NYSE Stock trading time
hi I write a EA that trading stocks how can i set the trading time to NYSE time ? That will auto update when the clock is move back or  forward  by the sesson
Netanel Tanami
Added topic file seek or wirte erroe [112]
hi i run a EA at broker "Pepperstone" and everyting is ok when i try to move to broker "vantage " i get errors like : 2021.05.26 10:17:28.092 Accounts write file error (112) 2021.05.26 10:17:50.489 Accounts write file error (112) 2021.05.26
Netanel Tanami
Added topic New deposit alert
hi how can i know if there is a new deposit on the account  ? 
Netanel Tanami
Added topic How can i know the sum of all deposit at account ?
Hi How can i know the sum of all deposit of account ?  for example if was many deposit and many trades, how can i know the sum of all the deposit ?  at the application there is a line "deposit " but how can i know it on EA ? 
Netanel Tanami
Added topic How can i know if order is open or close ?
Hi, i have a ticket number of order and i want to know if the order is open or close i tried the function  OrderSelect (ticket,SELECT_BY_TICKET) and its return me true even when i close the order with the " ticket " number 
Netanel Tanami
Added topic How can i know POSITION_REASON at MQL4 ?
Hi, how can i get info about POSITION_REASON at MQL4 ?  At MQL5 the function is  PositionGetInteger ( POSITION_REASON ) i dont find the function at MQL4
Netanel Tanami
Added topic How to add Bitmap to the chart
Hi I want to add a bitmap to the chart , i put the bmp file on the image folder and its work good (i see the photo on the chart) but when i sent the EX5 file to my friend he dont see the photo on the chart  , just if i send him the bmp file and
Netanel Tanami
Added topic Upload a EA to market " contains native code "
hi i try to upload a EA to market for the first time i get a massage " contains native code " the EA is a base a "Chart event " when i try to compile to the cloud protector its give me error " sending request to protector server error (3-3, #0) " how
Netanel Tanami
Added topic How to protect my EA file on VPS ?
Hi there is a way to hide my EA file or secure it with password ?  i want to connect a customer to my EA I open a vps that run the MT5 and the file of my EA is there ,the   customer have    access to the vps   i dont
Netanel Tanami
Added topic How to set a expiration time for pending order ?
hi how can i set e expiration  time for pending order ? i want to set a  expiration time of  60 second from the time that the order get to the stop price and  executed ( not from the time that i made the order i tried
Netanel Tanami
Added topic How to add a bitmap to EA
Hi can someone help me how to insert a bitmap to my EA ?  i tried the manual of MQL5 and i didnt secsussed  for example i want to add the defult bitmap of dollat from folder \\Images\\dollar.bmp" to middle of the chart  how can i
Netanel Tanami
Added topic Cheap VPS
Hi what is the recommend VPS to run my EA ? i have 20 customer soo i need a lot of VPS machine i need a cheap one but reliable 
Netanel Tanami
Added topic How to connect a customer to my EA
hi i have few customer that i want to connect to my EA, i dont want to send them the ex5 file i run a vps with my    EA  for each customer and ask from them the  password and  account number and then connect them to my
Netanel Tanami
Added topic Object delay
hi i made a OBJ_BUTTON that if i push im it will show at other OBJ_BUTTON the current Ask but sometimes there is a delay of couple second untill he show me the Ask why there is a delay ? 
Netanel Tanami
Added topic Order ticket array " Array is too large "
hi im using MQL5 and i want delete the tp of the position and to know what was the tp before [virtual_tp], and then to use is at the future  1. i tried to set a array for the ticket but the number of the ticket is too large , the max is 7 digits
Netanel Tanami
Added topic Run the EA every second
Hi There is a function to  run my EA every second ( or millisecond)  instade every tick ? 
Netanel Tanami
Added topic STOCK ORDER TYPE FILLING
hi  Im using send order with function MqlTradeRequest and its allowed me to send a order just with   ENUM_ORDER_TYPE_FILLING  of FOK when i trade stocks cant i send a order with  ENUM_ORDER_TYPE_FILLING  of IOC when i
Netanel Tanami
Added topic Stop limit Order
hi im using the Function " MqlTradeRequest" if i want to send a pending order for stop limit between 100-100.2 how can i do is ? i tried the "  ORDER_TYPE_BUY_LIMIT " But its diffenete from what i want its make the price active if the price go
Netanel Tanami
Added topic Error 4756 but the order send
hi i use a EA on real account   The EA send a order but i get a error 4756  as you can see at the code below i made a alert to tell me if the order was send or not  despite the order was send i still get a alert with error and not get
Netanel Tanami
Added topic What is the different between relative drawdown and maximal
hi what is the  different between relative drawdown and maximal? its look like both calculate same and give a same result
123