thanks roar gonna try all of em
Posts made by Zackry
-
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
@tcanuto i have looked at your project but from the post:
@tcanuto said in Horizontal line movement:
How to make? For me it still does not work.
I need that when the price reaches the historical high of the asset, if the price exceeds this line, move the line up once per candle.
See my project: https://fxdreema.com/shared/auJ90pfcc
i dont understand what you did in the project but , what you are trying to achieve can easily be achieved via : https://fxdreema.com/shared/FE38aqULc
-
object on chartposted in Questions & Answers
an ea has two parts , one is to draw line and second is to see when the candle closes above or below a specific set of lines
in draw line block when we use (A: yes B:yes)

and then set the prefix/name to "x" for one block and "y" for other block
the lines that are generated are automatically named x1 , x2 , x3 x4, x5, x6.... and y1 y2 y3 y4 y5 y6 ........now if i want to select the lines that starts with name "x" how do i do that ?
-
RE: Just curiousposted in Questions & Answers
@l-andorrĂ in the example you provided its taking the fib levels into consideration but i want the prices at those levels
-
Just curiousposted in Questions & Answers
Is it possible to get prices of different fibonacci levels?
I mean to store them in variable, -
RE: Terminal variablesposted in Questions & Answers
@trader-philipps yeah thats something i will have to see as i move forward , because right now i am behind the starting line
-
RE: Terminal variablesposted in Questions & Answers
@trader-philipps thanks to be honest its more than enough to get started with the terminal variables , thanks again
-
RE: Terminal variablesposted in Questions & Answers
from what i am guessing , i will need to manually create these variables in mt4 and then modify them suing the ea made in fxdreema , is this correct ?
-
RE: Terminal variablesposted in Questions & Answers
@trader-philipps thanks
any advice about how to create or modify the terminal variables? -
RE: Terminal variablesposted in Questions & Answers
ohhh so these things are dangerous then ... any other way to do above mentioned stuff?
-
Terminal variablesposted in Questions & Answers
its the first time i am trying to use terminal variables.
so i have a few questions,
is it possible to do this using terminal variables:
i am using three charts and three indicators o all three charts , so when the all three indicators gives the exact same signal on all three charts then ea open the same trade on all three charts , ( buy on all three charts , or sell on all three charts , depending on the signal from the indicators )
if this is possible then how do i declare a terminals variable ?and how can i make ea modify the terminal variable ?thanks
-
RE: chart refreshposted in Questions & Answers
@trader-philipps thanks, will update here if it works or not,
-
RE: chart refreshposted in Questions & Answers
@trader-philipps nope not the chart objects, the indicator that's causing the problem is using the buffers, so I referring the buffer values in the ea.
Most of the time the problem happens in live market and not in the backtest So I don't know yet if the window redraw function will help or not,
I am just waiting for the market to open so I can test the window redraw function -
RE: chart refreshposted in Questions & Answers
@trader-philipps the reason i am trying to refresh the chart is this :
the indicators i am using lag sometimes , ( by lag i mean the lag in drawing , and when i refresh the chart or when i reload the template then it updates and draw )
so when i use these indicators in the ea the ea misses some of the entries because of the lag and i am positive that when the ea refreshes the chart before looking at the indicators then the issue can be resolved -
RE: chart refreshposted in Questions & Answers
@cpxiom thanks for the response, but when i look at the code it confuses the hell out of me
-
RE: chart refreshposted in Questions & Answers
@trader-philipps thanks for the response but the question is if i use this apply template option then will this cause any problem in the remaining blocks execution ?
i am using multiple indicators to trigger the buy and sell , if the template is reloaded then i will need to have the same ea attached in the template that i am trying to apply on every new bar , in other words the ea will be detached and then attached again on the chart , do you think this will cause any problem ? -
chart refreshposted in Questions & Answers
is there any way to make the ea refresh chart first on every new candle and then proceed to the rest of the connected blocks ?
-
RE: WHAT is this Errorposted in Questions & Answers
@roar thanks roar , you were right there were some unused variables , i removed them and the issue resolved

