What you hypothesized could be a good idea, as a starting point.
However, if I can afford it, I would also take into consideration the volatility parameter (to be valorised in random mode).
Keep me updated on your progress (I will do the same); I would be very pleased.
Posts made by Bigape
-
RE: Generate a random chartposted in General Discussions
-
RE: Generate a random chartposted in General Discussions
Very interesting topic. I made some studies on this matter a few months ago. But I did not finish this work; the procedures are long and take a long time.
However, I believe it is a very promising field of research.
I attach two links, from which I extrapolated the basic material from which to start to move the first steps.
I hope they can be useful.https://www.forexfactory.com/showthread.php?t=298216
https://www.forexfactory.com/showthread.php?t=230828 -
RE: Write To File: Swingposted in Questions & Answers
Wow! You are the Man!
Many, many thanks.
I will try what you have indicated / programmed and I will let you know about the outcome. -
RE: Write To File: Swingposted in Questions & Answers
Thanks for the reply
For these things I'm pretty inexperienced.
Could you use the link I posted to write an example of what you say?
I would be very grateful; it is several days that I work on this listing and I still have not been able to get what I want.Thanks a lot
-
Write To File: Swingposted in Questions & Answers
From a link on Tutorial By User (FxDreema) I have extrapolated this fantastic listing for the calculation and use of the swing (ZigZag). I managed to plot the values (high - low) of the previous swing on the graph. In addition, the differential (Delta) of the two previous values was always shown on the graph.
Now I would like to back-test the EA, write a file, in .cvs format, which reports the differential (Delta) for each generated swing, in order to make some statistical processing on the .csv file, so generated.
This is the link, with the work to finish ...
https://fxdreema.com/shared/NPjU0bSibThanks to those who will help me, correcting my mistakes.
-
Zig Zag: implementation?posted in Questions & Answers
Re: https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced
Thanks for the wonderful post, although not very recent: I learned a lot of things thanks to the various interventions; very technical and professional.
I wanted to ask how I could implement an additional block that calculates (in Pips) the distance between a Hd and a Ld of the swing format (previous), with the possibility of plotting the value on the graph.
Thanks to those who will give me some ideas. -
Zig Zag: implementation?posted in Questions & Answers
Re: How to use ZigZag [advanced]
Thanks for the wonderful post, although not very recent: I learned a lot of things thanks to the various interventions; very technical and professional.
I wanted to ask how I could implement an additional block that calculates (in Pips) the distance between uh Hd and a Ld of the swing format (previous), with the possibility of plotting the value on the graph.
Thanks to those who will give me some ideas. -
Pending "Hidden/Stealth"posted in Questions & Answers
Hi all, my strategy creates some pending orders (Buy stop and Sell Stop), when certain technical conditions of some indicators and / or price patterns occur or simply at some price levels.
These pending orders, in MT4, are displayed on the platform and also on a graphical level.
Is it possible to make them hidden to prevent the broker from identifying them?
Or, with the use of some variables or similar, it is possible to "keep them hidden" within the strategy and then execute them "on the market", even if the strategy calculates them as pending.
Thanks to those who want to highlight some examples; it is already more than ten days that I am trying to find a possible solution. -
RE: How To Extract data from every barposted in Questions & Answers
Hi Miro 1360,
you are the Man!It works perfectly.
Many, many thanks
-
RE: How To Extract data from every barposted in Questions & Answers
Thank you for your answer. I already knew how to export individual "quotes". But I am also interested in integrating them with the values of the indicator I have chosen.
Maybe you're right that with FxDreema, you can not do ... maybe, however, someone could help us.
Ex. Miro 1360 and / or others ... I do not despair.
-
RE: How To Extract data from every barposted in Questions & Answers
[0_1535361870544_Eurusd.png.pdf](Uploading 100%) Hi,
Me too; I would need to export data from the History Center (in .csv format) with attached values of the indicator I have chosen. (see example I attached).I would need a small example to follow; then I proceed alone: using "WritetoFile" Block
Thanks to those who want to help me.

-
RE: Making a grid....posted in Questions & Answers
@fxdreema
Many thanks, I will try it.Very good! It's work perfectly.
Thanks, again. -
RE: Making a grid....posted in Questions & Answers
@fxdreema
Very interesting answer; it works perfectly.
And if the next step, instead of starting from 30, was 50 pip and so on?Type: 1 step = 30 pips, 2 steps = 40 pips, 3 steps = 50 pips, 4 steps = 60 pips and ... so on?
Can you give me an indication of the code you have already done?
Many thanks
-
RE: Dynamic "Pips Away" (Each Trade)posted in Questions & Answers
@roar
Many Thanks! I will try it.I'll let you know if everything works properly.
I'm sorry if I ask trivial questions, but it's not long before I try to use "fxdreema" and my learning curve has yet to rise, as I would like,
All this thanks to people like you and to the whole forum.
Thanks again.
-
Dynamic "Pips Away" (Each Trade)posted in Questions & Answers
Hello, it is already a few hours that I try to solve this problem but without an appreciable outcome.
I would like to make the value in the Pips Away From Open block "Pips = -5" dynamic.
That is, if the "Pass + Condition" blocks on the right of the blackboard satisfy the condition: Average Drirectional Movement Index (Base Indicator Line, Lenght 14) is greater than Value 30 then the Pips, indicated in the block Pips Away From Open - currently = - 5, must become = -20 and vice versa.Thanks to those who want to help me, I'm getting mad.