I couldn't get this feature to track arrows.. How can I do that?
Posts made by tec.nacks
-
RE: Quick help hereposted in Questions & Answers
-
RE: Quick help hereposted in Questions & Answers
yes, somtehing like that;;
this is a pictoral view, as seen there are multiple arrows painted with same name but I only want to check if arrow paints on ID2 because there are times the arrow won't paint ... so I want to be able to check if it does on ID2

-
Quick help hereposted in Questions & Answers
I need a help with this Logic:
If Arrow Object is on Candle ID2, pass a certain condition else pass a different condition
how can I achieve this with FxD? It could be on any Candle ID and the Arrow draws on each candle if some conditions are met meaning there could be more than one Arrow on chart but what matters more is the ID its drawn on
-
quick tactical Qposted in Questions & Answers
What is the logical difference between "is below" and "crosses below" in the condition block?
I know the is below will pass as long as price is below the reference point but for crosses, it is a one time cross that it will pass or it will keep passing on?
I knew the former to be it buh not so recently kind of idk
-
Need help hereposted in Questions & Answers
hello, I want to create an auto lot size management such that when the balance increases by 10,000, add 0.01 to the lot size: the reference will be a value input as the initial balance.
The Logic is kinda like:
10k = 0.01
20k = 0.02,amount lower than 10k, restrict new trades from opening.
How can place the lot increment by 10k value on auto:
@ambrogio @jstap @l-andorrà
Thank yu -
RE: Loop back checkposted in Questions & Answers
hello, can you help me look at this Miro code, I converted it to MQL5 but its displaying enum errors and when I used GPT to solve it, the EA didnt work.
Kindly help check thanks
-
RE: Loop back checkposted in Questions & Answers
How do I record the Candle ID of the Lo / Hi ID 1 or ID 0, into a variable looping backward?
Try doing that but ain't getting a hang of it
-
Loop back checkposted in Questions & Answers
hello, I want to create a logic with the ZigZag Indicator such that the EA looks x-number of candles back to fetch the most recent High and Low of the ZigZag indicator such that this works when it is loaded on chart the EA looks back and draws a line on the High and the Low of the ZigZag indicator..
How can I achieve this?
-
RE: are you expericing this?posted in Questions & Answers
@jstap hmm...true, didnt notice would be any difference
-
RE: are you expericing this?posted in Questions & Answers
@jstap ooh I see, so it is recommend to just build the MT5 version separately right?
-
are you expericing this?posted in Questions & Answers
I built an EA in MT4/MQ4 and used the FxDreem Conversion tool to convert it to MT5/MQ5, stage both EAs but then i realised that the MT5 EA seemed broken, it omits some trades that are supposed to be opened in MT5 whilst in the MT4 it is all perfect.
What went wrong with this? Is there a code breaking bug in the conversion feature?
\ -
RE: Draw Line X-pips away from Priceposted in Questions & Answers
@jstap Yeah, i did this not working
-
Draw Line X-pips away from Priceposted in Questions & Answers
How can I Draw Line X-pips away from Price ?
Not seeming to get it through
-
how to track Pending Orderposted in Questions & Answers
is there a logic to track when a pending order becomes an active order in FxDreema?
I want to modify the stop of a pending order by placing break even but couldn't read the active pending order.
how can i achieve this?