Boyan_K
Boyan_K
Friends

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

Boyan_K
Added topic Assigning Bid and Ask to an array
Hi guys,   I'm having trouble assigning Bid or Ask price into an array. When I try to assign it to my array nothing happens, when debugging it just simply stops without any Err. ?? float   _Ask[]; float   _Bid[];
Boyan_K
Added topic Array empty value
Hi There, I am having an issue with arrays. I’m using this code as a part of my program     PreviousUpTick = CurrentUpTick;       CurrentUpTick = Ask;    PreviousDnTick = CurrentDnTick;
Boyan_K
Registered at MQL5.community