thank you so much
Posts made by Gauss
-
RE: About price range.posted in Questions & Answers

I mean that. I want to draw e.g, Draw a rectangle when a horizontal of 25 pips is formed, consisting of 10 candles
-
About price range.posted in Questions & Answers
Hi. How can I do that, for example: '' last 10 candle's highest price - last 10 candle's lowest price < 25 pips,then draw a rectangle on last 10 candles.'' So, I want the price range of the last 10 candles to be max 25 pips. Thanks...
-
RE: About last x candleposted in Questions & Answers
Actually, I meant: I'm going to define a variable and whatever value I enter into that variable it will get the back candle. for example if I type 20 it will take all the last 20 candles. If any of these 20 candles fit the conditions, the trade will be triggered...
-
About last x candleposted in Questions & Answers
Hello. I created an EA and I want to ask that; for example candle ID:1 > MA 50 = BUY or candle ID:2 > MA 50 = BUY or candle ID:1 > MA 50 = BUY etc...
My question is ; for example i want to get last 50 candles like this. Do I write the candle IDs one by one? Isn't there a short way to get the last 50 candles? -
RE: What is different check profit (unrealized) and check profit (average) ???posted in Questions & Answers
But I choosed ''RUNNUNG TRADES ONLY'' for average . I think they are same thing now. What is my false?
-
What is different check profit (unrealized) and check profit (average) ???posted in Questions & Answers
What is different ''check profit (unrealized)'' and ''check profit (average)'' as in the attached picture ???

-
RE: About TP Points...posted in Questions & Answers
@jerkha said in About TP Points...:
@gauss you could use a VPS (virtual private server). It allows you to store and run your EAs on a distant server which can get you a better ping and let you turn off your computer. I use Admiral market as a broker and with a 2000€ deposit I can have it for free. If your broker doesn't offer this you can always rent one on MQL5
Actually I already use VPS but i think this latency issue is not related to vps server. because internet speed is very high on mine VPS server.
-
RE: About TP Points...posted in Questions & Answers
@jerkha Best ping is 50-60 ms on all Brokers in my countrey unfortunately. What can I do for use a broker with better latency ?
-
About TP Points...posted in Questions & Answers
Hello guys. I want to ask you that; I choose a TP points as pips for a trade. But when TP points should hit correct point, the prices change very fast. So my TP points is slipping because very high move. For example; just in the right spot i chose , I'm losing 3 pips instead of taking 5 pips profit. I think this cause is brokers velocity but What can I do for this bad situation ?
-
RE: Draw Rectangle only to the right sideposted in Questions & Answers
Where can I put begins candle ? Shift:Hours is 50 that ok but where can I put first candle's ID ?
-
Draw Rectangle only to the right sideposted in Questions & Answers
Hello. I want to draw a rectangle on 2 ID. But it drawen full side (left+right). I want to that; left side time level
starts on 2 ID Candle high, to the right maybe 50 candle. Is it possible ?