
Posts made by miro1360
-
RE: Draw only once if TP hit and not draw the SL and vice versa.posted in Questions & Answers
use variables for saving the price and candleID in the time when the object is created, update the candleID for each candle (+1), reset the variables when a new signal appears, otherwise you will have to create a search system (using loops or specific names)

-
RE: Draw only once if TP hit and not draw the SL and vice versa.posted in Questions & Answers
you mixed the input parameters in Draw Line block
search the forum for trendlines, you definitely find the answer
https://fxdreema.com/forum/search?term=trendline&in=titlesposts -
RE: Mark with numbers the previous tops and bottoms on the graph ???posted in Questions & Answers
zigzag, or envelopes could be less demanding
-
RE: Is the formula correct? Or is there an error? So it is calculated in each barposted in Questions & Answers
check the resulting value via text block:

-
RE: ZigZag candleIDposted in Questions & Answers
you have to dig deeper and the treasure will appear

-
ZizZag Trendlinesposted in Tutorials by Users
Re: How to use ZigZag [advanced]
https://fxdreema.com/forum/topic/8876/tend-line-with-zigzag-indicator-does-t-workA small update how to draw Trendlines based on ZigZag in FxDreema, based on my old, very old raw trick for browsing zigzag values

As I said many times, ZigZag is tricky, ZZ sometimes overpaints itself, ZZ is not simple. Some users expect results within an hour and give up in the next hour, some will last longer. Thus is the success defined... just kidding
Here you go:
https://fxdreema.com/shared/Cxy4NP1Ub

Many combinations, not all shown, some overlaps over time
choose the ones that suit you the most or create a new onean old trendline can be specified as obsolete (or deleted) using the right logic ... I haven't added it here, let the user bother

-
RE: Tend line with Zigzag indicator does't workposted in Questions & Answers
I like to paste this link over and over

https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced?page=1 -
RE: Using most recent ZZ'sposted in Questions & Answers
this can be helpful for your issue:
https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced?page=1
you might not find a direct answer there, but an inspiration for a similar journey -
RE: backtesting ea in mt4posted in Questions & Answers
the more accurate your strategy needs, the sooner it crashes

-
RE: EA with object on the chartposted in Questions & Answers
it is not the solution, but take an inspiration from this 3 years old post:
https://fxdreema.com/forum/topic/4209/tutorial-07-read-prices-from-indicator-objects -
RE: Tick Chartposted in Questions & Answers
you can find a renko creator mql4 code which generates an offline chart, edit it to your purposes, it is not difficult, the principle is quite simple, you just need to know the basics of programming, no nuclear physics .......
via fxdreema you won't do it, you have to use the metaeditor directly ......
most of the code from the original offline generator will be untouched, you will mostly edit times and prices ...
I'm not going to give you a functional version although it is somewhere but I would have to look for it for a long time (searching through many backup drives) ... moreover you probably want to learn it and the only way to learn is to repeatly study/create/test ..... the way how to do it you already know -
RE: Tick Chartposted in Questions & Answers
I will save you time, it's a bullshit.
Ticks are emulated by brokers. You don't get real ticks, there is nothing like real ticks for normal traders. There is no way to be one step ahead of the banks and big institutions. -
RE: I need a loop, but don't know which oneposted in Questions & Answers
almost any automated hedge system will be very complex and you may not avoid a custom code (even looping) ... it may take several days (or months, or years, based on experience and complexity) to create such a workable hedge system, and you will learn that the hedge system is not a good way to go, it's just postponing an unavoidable crash

I think there is no active automated hedged system that would offer benefits, 1/3 of them are just an overcomplicated SL/TP, the next 1/3 is martingale, and the rest will be a random confusion
-
RE: Custom Indicator Buffers in MT5posted in Questions & Answers
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema/2?page=1 (# import without mq file) ... unless there is another option, just guess the buffers
https://fxdreema.com/shared/OLdt7h75c
copy the indicator directly to the indicators folder (f.e. from Market folder)
My indicators in fxdreema:

Simple test:


-
RE: I have a doubt with the logic of the conditions.posted in Questions & Answers
the inspiration which recently celebrated its third birthday

https://fxdreema.com/forum/topic/4222/example-price-pullback-ea
