@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?
Posts made by miki
-
RE: Problem to compare Daily Candle high with H1 candle close!posted in Questions & Answers
-
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 .
-
RE: how to write the repeated condition - Candle Close ID 0 > Candle Close ID 5,...posted in Questions & Answers
@migen Using the other Condition block like this

one for condition. -
RE: EA doesn't workingposted in Questions & Answers
@stefnofera93 tecnicamente il blocco 4 non può funzionare ,perchè la funzione iMA ovvero quella che ti va ha dare il valore della media mobile accetta come parametri in entrata un enumeratore per il tipo di prezzo che deve andare a prendere https://www.mql5.com/en/docs/constants/indicatorconstants/prices#enum_applied_price_enum cioè 0-1-2 ecc. non un valore ad esempio 19,5 come nel tuo caso.
-
RE: EA doesn't workingposted in Questions & Answers
@stefnofera93 si giusto,cmq non credo che il blocco 4 funzioni ,usi la media mobile per fare la media di un'altro indicatore.
-
RE: EA doesn't workingposted in Questions & Answers
@stefnofera93 vedo che sei italiano, l'andorrà ha ragione devi collegare i blocchi.
-
RE: My Indicatorposted in Questions & Answers
@l-andorrà thank you very much, I learned another thing. I never thought about it because I don't use particular indicators.
