New to fxdreema and need some help
-
I am practicing creating some stratgys and i am getting stuck. I have one 'tree' to get the variables for the high price and low price of the 6-10 time zone and draw the two lines but its only drawing one.
Then i have another section to delete the lines at 19:00 each day which is working.
Then i am trying to use the variables to buy or sell when the candles break out of the range but this also isnt working correctly and i have set to 1% risk but this is sometimes losing 5+%
Thanks for any help.
https://fxdreema.com/shared/V1xkiMSU -
Hi Fisher, cool I think the u overlapped by using the same variables try separate by 2 sections one for the high another for the low, connect only the once a day bar to the draw line bar. Register your constants at the time
-
@Fisher Do you really need those lines? I mean, if the bot is 100% automatic it will never need them because you can store the values into variables instead.
-
@CAVINCENT thanks for your help, i have moved the once a day block and they both are being drawn but sometimes incorrect, i think i may have my variables wrong, also when using the variable for the stoploss it doesn't always use the low/high.

-
@l-andorrà hello, the lines are not needed, they are more for me to see if the strategy is working how i want it to. Its also a bit of practice for me if i need to know how to use them in the future.
-
@Fisher my updated link
https://fxdreema.com/shared/kv9qas3Gc -
Because they count on the open price of the hour
-
delete the 2 variables and separate the sections into 2 section for high and low
-
if i delete the variables will this not stop everything working as i use them a few times? sorry if I've misunderstood i'm new to using this.
-
thats why i said separate in to 2 section you combined 2 variables so they count together. you use variables to modify what, when u can use once a day to filter the time.
-
@CAVINCENT like this?

-
yes if not working delete the variables reason stated above
-
@Fisher In order to check if the values of the variables are correct, I recommend to use a 'comment' block on a separate block tree. You can select both variables there and you'll see if the values are correct.
-
@l-andorrà Thank you for your advice, i have created two comments after the variables and when testing they are showing the same values. Somethings is definitely wrong.

-
Could i be using the once a day block wrong?
-
Ah, i was using the variable wrong. Thanks for all your help.
-
You just need one only comment block to see all variables. Additionally, it should be connected to a separate block tree in order to avoid any interference. On your issue, could you please share the link to your project instead of just showing a screenshot?