yes you import the MQ file and all buffers are added, import the EX file and you have to manually add things, like buffers, on your project page you have the my indicators tab, to check it has relevant buffers open the data window on your terminal.
I did and found the issue. I used a Custom MQL code block (instead of using the Custom Block I had created) and put in there as code: SpecialDayFlag = IsTodaySpecialDay(PlaceAtEOM); In FXDreema I created a bool variable named SpecialDayFlag that I now could access and that contains the correct value. Only a small change to the Custom function was sufficient.
Thanks for your efforts to help me !!
I use the drawline that I want to draw on the timeframe of my choosing. The draw line block does not have an explicit timeframe option. It only has a chart sub window option but that is something else to my knowledge. I think if you make a simple EA that only does 2 things: the suggested block (using for example 15M) and then a drawline and start the EA on the daily, you'll see that that is where the line will be drawn (on the Daily TF). You should obviously also perform an operation that opens the 15M because of a TimeFrame direction.
I'm currently building similar and i have the answer/figured it out. The only thing holding me back is not being able to store the response of a http request to my database, anybody know how to store responses of http requests? i have been trying for days but cannot figure this out