@yoloyacht are you using a multicurrency ea?
Posts made by miki
-
RE: market is closed errorposted in Bug Reports
@wiraputu I think that the broker at new daily bar (00:00) close market for rollover and reopen it .
-
RE: Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
@prometheus As in the picture i posted above change candle close with candle high on the candle daily.
-
RE: Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
@prometheus Looking the candle ID in the past after the conditions are met is for programmers, I don't think there is a function on fxdreema that can do this. Just out of curiosity, what do you need to know that past id?
-
RE: Adding custom Currency Strength Meter indicatorposted in Questions & Answers
@sauce To see it seems easy
. I'm understand but what you need is out of my knowledge. -
RE: Custom indicator to an EA! Can't use arrows of the indicatorposted in Questions & Answers
@damsiboko In project tabs /create a shared copy/get a link, otherwise we don't see the project
-
RE: Adding custom Currency Strength Meter indicatorposted in Questions & Answers
@sauce

This is a sample of the output file of the indicator,which data to take/read? -
RE: Adding custom Currency Strength Meter indicatorposted in Questions & Answers
Not easy,this indicator doesn't have an output buffer but write a .csv file. In fxdreema there isn't a block to read file (i can be wrong) , function must be write using custom mql code block and what data to read, only you, can know.
-
RE: PENDING ORDERposted in Questions & Answers
@giusepatane niente da fare non ascolti nessuno e continui ad aprire threads uguali. Se ti fossi documentato a quest'ora avresti già fatto.
-
RE: Why do I get the wrong fibo price value?posted in Questions & Answers
@l-andorrà hopefully soon. Good luck for your new project

-
RE: Constant Questionposted in Questions & Answers
@jazzybhai @biztet or with * forwards like *50%.If you click on the question mark there's write.
-
RE: Constant Questionposted in Questions & Answers
@jazzybhai if I haven't misunderstood,simply write 50% as constant value.
-
RE: I think there is a bug using ATR indicator!posted in Bug Reports
@prometheus i didn't understand anything, but i think this tutorial can help you https://fxdreema.com/forum/topic/11003/atr-value-to-pips-tutorial
-
RE: help me!posted in Questions & Answers
@giusepatane cerca di comprendere prima come funzionano i blocchi in fxdreema HowTo e Instructions, altrimenti sarai qui a chiedere le cose più semplici.
-
RE: EA doesn't workingposted in Questions & Answers
@stefnofera93 gli indicatori in se sono delle medie dei periodi impostati.
-
RE: EA doesn't workingposted in Questions & Answers
@stefnofera93 said in EA doesn't working:
@miki La prima condizione è che il range della candela corrente sia maggiore di 1,5 volte del range della candela precedente mentre la seconda condizione che l'ADX a 5 periodi sia minore della media mobile semplice a 20 periodi dell'ADX a 5 periodi (ovviamente solo della main line). Se anche questa è vera allora apri due pending order ovvero un buy con prezzo uguale al minimo della candela precedente e un sell con prezzo uguale al massimo della candela precedente.
Il punto è proprio questo puoi confrontare adx a 5 periodi con adx a 20 periodi (che già di loro sono delle medie fatte sul periodo) ma non con una media mobile che calcola la media dei prezzi .
-
RE: EA doesn't workingposted in Questions & Answers
@stefnofera93 spiega prima che cosa vuoi ottenere anche perchè oltre ad essere errato il parametro nella MA è errata anche la comparazione ADX <MA perchè il primo ti restituisce un valore suo interno il secondo è basato sul prezzo .

