BorysekPL
BorysekPL
Friends

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

BorysekPL
Added topic EA doesn't starts. Strategy loaded and initialized but nothing else... Maybe somebody knows how change it?
int start() { double ABUY=0; double ASELL=0; double BBUY=0; double BSELL=0; double point = MarketInfo(Symbol(),MODE_POINT); double expiration=CurTime()+PERIOD_D1*60; int n; int total= OrdersTotal(); for( n=0; n<total; n++ ){ // count how many
BorysekPL
Added topic Hi, I want to check if order with magic number == 1 is open. Can somebody help me??
I need to know if order is pending or open. Do you know how can I make it
BorysekPL
Added topic How to check if order with some ID exist?
Hi, I want to check if order exist. For example; if(order with magic number=11111 exist) { Send pending order ....... Can you help me
12