pkoral
pkoral
Friends

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

pkoral
Added topic from EA plot ask/bid prices on current chart
In my EA I'd like to plot on current chart. For example I'd like to draw ask/bid price in `onTick()` function. How should I start to achieve it
pkoral
Added topic How to calculate 1lot value
In my EA I need to know how much money will I spend if I buy 1lot of current symbol. -- Pawel
pkoral
Added topic how to calculate position size based on money
Let's say I have 50$ to spend on single position. It is 1/100 of my account - this is my strategy (EA). How can I calculate size of position in lots based on FIAT? I'd like to use the same EA for different markets - I don't want to hardcode position
pkoral
Added topic draw rectangle each minute on M30 candles
Hi I have bars M30. I want to draw a rectangle on each minute of this bar. As start I want to draw bid prices using rectangle.  My code: MqlRates prices[]; datetime lastTime = 0 ; double lastBid; int toCopy = 3 ; void OnTick ()   {
pkoral
Registered at MQL5.community