Panel question
-
I want to make a Visual Trade Setup and Trade Manager.
In order the create setup, by means of trendline, I have to toggle the ea between setup mode and trade mode. I was thinking about a panel with radio buttons and/ or checkboxes.
Is a panel possible with FxDreema?
If not how would one make a ea toggle between differant modes ?Thnx
-
For too specific things like this maybe it's better to code them. There are blocks to draw every object possible and I have seen people making panels, but I never did this for myself and I don't know whether it's easy or not. You can check those blocks whose names start with "Draw"
Then, for capturing events, there is a workfield "on Chart". Here is when you can capture different events uding the special blocks that will appear in the list.
-
Well in metatrader there is an example indicator code in: indicators > examples > simplePanel > SimplePanel
This is all done with the new oop funtionality. To complicated for me right now for the moment. But thats the kinda panel I need or even a floating one.I just go ahead and try I geuss. It has been 4 years since I last used fx dreema.
What I do miss in the forum and in fx dreema is the abbility to share projects amongst member. I think you could easily implent that If you wanted to. But that is another story.
And just revived an old 2013 topic of mine.
Thanks for now and I give it a go. -
This indicator uses some libraries located in "Include/Controls". I don't know, it looks a little bit complex for me. How will people design such things (with many possible options) using blocks...
-
I dunno