Yeah @drewinbrissie , like @l-andorrà said, is that what you want? 
Posts made by biztet
-
RE: Horizontal line price level not workingposted in Questions & Answers
-
RE: Horizontal line price level not workingposted in Questions & Answers
In my opinion, i guess you need to use variables to set the TakeProfit, valued same as the lines.
-
RE: Take Profit Options Explainedposted in Questions & Answers
2. Custom (price level) means you specify the price level: for example 1.2365.
Price can also be specified using lines in custom indicators like fibo/SnR.
-
RE: Do you use your EA for live trading?posted in Questions & Answers
Hello World!
This tread seems like an open/general tread and so i'm saying it here. And to answer this tread question is, YES.
Maybe i'm lack of strategies in playing with candle/lines/price, or not understand at all. Reading all your questions with all the strategies, calculating this and that, comparing prices and candles, i feel like i'm the only person with simple strategies. I just use custom indicators, but not much filter, hoping to make it a profittable entry. Maybe that's why my creation cannot make profit all the time. -
RE: How to got EA in version mt5 .. all I see ony mt4posted in Questions & Answers
Project > New Project > Language > MT5
-
RE: Pending Buy Order at the 61.8 of a candle?posted in Questions & Answers
@Davonitram , I've found something late night.
Try to use Custom (price level) at Take-Profit mode in BuyNow/SellNow block.
I'm testing. Mine here works well. I think this is the answer. -
RE: Pending Buy Order at the 61.8 of a candle?posted in Questions & Answers
@Davonitram , it's actually about the same with my previous problem.
I can't use object on chart in BuyNow/SellNow block to be my Take Profit. And i don't know why. -
RE: Changing indicator settingposted in Questions & Answers
Yes @Yessojeb , but you need to have the mq4 file.
-
RE: Nice ideasposted in Questions & Answers
....

....Do you use custom indicators, or pure fxdreema tools?
-
RE: Unload & Load Indicatorposted in Questions & Answers
Thanks @l-andorrà . For now the only way i can think of is by using Time Filter and use Apply Template block. And so the EA should apply the template like so many times. Just trying to find a simpler way maybe..

-
RE: How Define Distance From Objectposted in Questions & Answers
hahaha...thanks @l-andorrà . Actually i'm trying to just find a way not needing to attach to so many chart. I'm too lazy for that.

-
RE: How Define Distance From Objectposted in Questions & Answers
Ok @l-andorrà , i'm using an object to close trade. So if i use the Current Market block, to trade other pair i just need to put the EA on a singe chart only. You get this part right?
For example, i put the EA on EURUSD chart, and also trade all other pair from this single chart, will other pair read the object like from their own chart also? Will each pair close trade like when the price hit the object?Really hope you can understand this.

-
RE: Unload & Load Indicatorposted in Questions & Answers
@l-andorrà , actually it can still be use if we can refresh the indicator and use Candle ID 2.
It will work depending on the use of it. Do you have any way to do this? -
RE: Open a trade at 23:55 Server timeposted in Questions & Answers
Are you targetting the gap?

Then why not you just open trade once a day at that specific time, above MA buy, below MA sell.
I think that should do it. -
RE: How Define Distance From Objectposted in Questions & Answers
@l-andorrà , if i use object on chart to trigger, will if do the same if i use Current Market block to make it trade multipair?
-
RE: Unload & Load Indicatorposted in Questions & Answers
Yes @l-andorrà , my intention is to refresh the indicator because it repaints.
I've tried the WindowRedraw before, nothing happen.
I've used the AutoRefresh indicator, seems like it refresh the chart, not other indicators.
And now i'm thinking of unload & reload the indicator, if possible. -
RE: How Define Distance From Objectposted in Questions & Answers
Oh, okay. Now i understand. Thanks @l-andorrà .
