Forum

Close[n] In MT5

In MT4, there is a function called Close[n], what's this function in MT5

How long Renew and Auto Renewal last? And after?

Greetings! Reading some discussions here I could understood (if I'm correct) that signals subscribers can renew manually only 3 times. 1. Is that true? 2. If yes, what happens next? The subscriber cannot sub anymore? And how about the new feature "Auto Renewal": 3. Is there some limitation as well

What's the maximum period without giving signals for my subs not be automatically unsubscribed?

As a signal provider , I'd like know if I open an real investment portfolio account of 1:1 leverage without CFDs and swaps costs, if my subs will be automatically unsubscribed by platform rules if I pass 3 months without giving signals. This account will be for investment, so my idea is rebalance

How to memorize ticks in a array?

Hi! I'd like to create a array like that double Array_BidTick[]; Array_TickBid[0] = Current bid tick Array_TickBid[1] = Previous bid tick Array_TickBid[2] = Previous previous bid tick So, I don't know how do it... I'd like to help... Thanks

How to create a chronometer with restart?

How to create a chronometer (just with one variable, second, no minute and no hour) that restart the accounting every time that a position is openned? I'm trying do it but I often fall into an infinite loop... PS: For MT5... Thanks

Conditions satisfied several times!!! :/

Guys, I have a problem (BTW, this problem occour several times in several several conditions)... Look my code.. if (Fast_MovingAverage[ 1 ] > Slow_MovingAverage[ 1 ] && Fast_MovingAverage[ 0 ] < Slow_MovingAverage[ 0 ]) { Trade.PositionOpen( Symbol (), ORDER_TYPE_BUY , 0.01 , Ask , 0

Hedge and non-hedge in the same account?

Hello guys! Is possible enable the hedge function and the non-hedge function (FIFO function) in the same account? In other words, in some moments, I’d like to open new positions, independents positions (= hedge function). And in others moments, I’d like to integrate a new position with an old

EA integrated with investing.com

Hi everyone! I have an ideia, I'd like to create an EA that open and close orders following the signals (stg buy, buy, neut, sell, stg sell) given by investing.com/currencies. Look: So, how can I do it exactly!?!? Also, would be ask too much if I ask for someone here make this for me!? If none

Error 130 :S

Hi! I created this EA for testing (an EA with fixed TP and trailing Stop Loss ) but, for same reason, I’m receiving the error 130. Why!? What’s the problem!? The code is very very simple. There is none error! Mladen, I bet that you will the 1st to help me, so, since now, thanks man!!! xDDD Thx

Function that returns the number of consecutive wins

Hi guys! I’m looking for a function that returns the number of consecutive profitable trades until X victories. When the number of profitable trades hits the X value, so the count is restarted. If someone can help me... thx