anybody knows a way to integrate python in fxdreema ?
Posts made by Zackry
-
python integrationposted in Questions & Answers
-
RE: non usable buffersposted in Questions & Answers
@miro1360 hi miro ....thanks a bunch ....this indicator was driving me insane ...
-
RE: non usable buffersposted in Questions & Answers
@ambrogio i was going though miro's post since you mentioned but didnt find anything related , i think i missed it
thank you for posting the link here
but the method miro showed in his post it not working with my indicator
https://fxdreema.com/shared/ZJTcqo0bb -
RE: non usable buffersposted in Questions & Answers
@ambrogio okay thanks ambrogio will look into it
-
non usable buffersposted in Questions & Answers
i am using an indicator , this indicator shows line on the chart (kinda like MA) but the lline has 2 colors , red and green
but when i import the indicator in fxdreema , then fxdreema shows only one buffer , and the color of this buffer is black
here is the indicator :
0_1589273172765_1x4.mq5can anyone tell me how i can open a buy when color changes from red to green and sell when it changes from green to red?
-
RE: A question about the http requestposted in Questions & Answers
@miro1360 by the way is there any way of storing the response into a variable ?
-
RE: A question about the http requestposted in Questions & Answers
@miro1360 i never thought about creating another as a waiting EA, the thought never crossed my mind , and kept on hitting my head to find a way, thanks for the idea miro , definitely gonna try the waiting ea method cuz its much more simpler .....
-
RE: A question about the http requestposted in Questions & Answers
@miro1360 hi miro, it took me a while to understand the http request to the python server, but I finally got a bit of understanding, I tested it and it's working, I created a simple http server on a vps and exposed it to internet via ngrok
And then sent the request via an ea made in fxdreema, the request was received splendidly....A question about this whole cycle, let say the ea send the request to the server, does it wait for the response by default?
-
make an ea to login to an accountposted in Questions & Answers
hello peeps

i hope all of you are safe and sound from this COVID-19 crazejust wanted to know if it will be possible to make the ea use the constant values to login to a new account ?
i did some digging on this matter and what i found makes no sense to me , apparently there is an script from year 2008 which was working back then , but the moment i compiled the script on metaeditor , all hell broke loose , got 24 errors , all i could do is correct the syntax errors , and now i have a bit of less errors then what i started with.
need an experts opinion about if it would be possible to use this code into the ea to login to the accounts ?
here is the script:
0_1588782390321_script.mq4found another script from the same thread, but i dont think its working either
0_1588782428984_asd.mq4 -
RE: A question about the http requestposted in Questions & Answers
@miro1360 thanks Miro thanks a lot , will check it out
-
RE: A question about the http requestposted in Questions & Answers
thanks @miro1360 and @roar
okay so if the request sends the data in the form of a url , then does that mean the url needs to be interpreted at the receiving end using a server and some server side coding ? -
RE: how can I close half position in fxdreemaposted in Questions & Answers
@tradingstrategy88 use the partial close block
-
RE: A question about the http requestposted in Questions & Answers
@l-andorrĂ alright then, it seems I'll need to request the legend level players to have a look at this topic then

-
A question about the http requestposted in Questions & Answers
When we use the http request function, does this function pass the values through url?
Let's say we wanna send the account number "123456" to "xyz.com"
Will the account number be sent by adding the account number inside of the url itself? Or is it some other wayI am totally ignorant about the http request, and for some reason I can't understand it at all.
So pardon me if it's a totally crappy question -
RE: detect the manual movement of the horizontal line ?posted in Questions & Answers
@miro1360 honestly, I have never seen that block in fxdreema uptill now

I am gonna test it out to see if it solves my predicament
Thanks @miro1360 and @l-andorrĂ -
detect the manual movement of the horizontal line ?posted in Questions & Answers
is there any way i can detect the horizontal line is being moved on the chart ?? i mean if i manually move the line from one point to another ?
-
RE: Read file dataposted in Questions & Answers
@trader-philipps hi , got somewhat similar situation ,the only difference is i have 4 columns so can you perhaps share how the custom mql code block knows which column to read?
-
RE: ChartTimePriceToXY or ChartXYToTimePrice Function in fxdreema?posted in Questions & Answers
@xfire but don't you think this can be useful for making the shapes on the chart responsive?
Meaning let say we have a rectangle shabe from top to bottom, so when we add rsi or cci on the chart, the rectangle can hide behind the rsi or cci window, but this function can help remedy that situation and the rectangle can change its size accordingly and we can have a nice responsive effect?