Getting started
-
Hi guys
Im currently trying to get started with fxdreema and having issues getting off the ground. I can mimic some of the stuff in the tutorials but then I get stuck and the EAs just produce Error Messages.
Id like to try and make an EA based on the idea of combining different indicator values, then summarizing them and base decisions on that.
For starters. A separate window with the results would be great. Just to see if Im on the right track or not.
Ive included a diagram for the EA + what Ive tried in fxdreeam
Thanks and best regards /Bo


-
For looking inside live formula results, try the comment-block and visual tester

-
@roar Thanks for the tip. I have tried that and Im still stuck

/Regards
-
Your Variables are defined with data type numeric, which does not exist. Use double for floating numbers (like 0.1234), int for whole numbers, string for text, datetime for time (this is some kind of integer value actually) and color for colors (this is also integer).
-
Thanks Radoslav
I managed to run the EA now with only one error message. As opposed to 15 errors + 5 warnings

Wich one of the blocks should i use to get the results in a separate window? Like the RSI in the example below?
Regards /Bo

-
you must open this new window with "empty indicator" - like that RSI with no color, and in blocks (draw blocks) set index of this window ...

-
-
any from Draw blocks ...