-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leave some suggestions for future features #4
Comments
personally i would like a simpler system of setting up things like Take profits and stop losses when i set a market order. "market buy SL 500pips TP 1000pips" sort of input. |
Add feature to update stoploss and take profit |
Gotcha, i'll work on it thank you for the suggestion |
Done - I have pushed it to main branch |
This has also been done and is pushed to the main branch |
awesome, saw the code changes to that TP SL thing zleki, just thinking the "examples" buy stuff needs to be updated now |
You're right, i'll edit them thanks. |
Would like to get market data |
Unfortunately it cannot be done due to their api restrictions |
is there anyway I can submit trailing stop loss with if then in order /modify order |
Yeah but calculations must be done server side because dxtrade doesn't offer trailing stops on their platform unfortunately |
i think an installation guide and running guide might be useful. Am currently noob at golang, so not knowing where to start is tough. :) Thank you for the library anyways :D |
@zLeki thank you very much for your awesome work |
@zLeki Thanks for your work, currently working on an EA for MT5 to copy trades to DXTrade, the only thing is that I cannot find any documentation using the https://dxtrade.*****.com/api/ endpoint? Where did you find this? |
A lot of digging through the chrome network tab lmao @0xRowie |
is there an ability to grab previous candle history? |
To the best of my understanding, it seems like it can't be done. But, feel free to try your hand at it. I suggest you look at the websocket contents because the info you want is there. Sadly, the code can only get candlestick data in the browser. |
I was able to solve this using web socket and requesting for quote. Please check the network trace of the dxtrade. it has lot of features. |
Any code will help, but thanks anyways this will be very helpful |
@kpathan Thank you for your help! I am pushing an update which includes the ability to fetch candlestick data. |
I would like to calculate lot size with fixed amount to risk. Ex: $250 to risk, With Entry, Stoploss. Take Profit is also know, but does not matter. Thanks in Advance. |
Great work!!! |
how can i run this, noob in go |
Hello, in the description of project is published the following information. "API for dxtrade that can be used with all golang applications to open, close, and manage positions with your dxtrade account. It works with all prop firms or companies that use dxtrade" We have tried to connect this SDK with any DXTRADE account but without success. Thank you in advance. |
I cannot maintain this repository anymore since my contract with FTMO ended, we can troubleshoot if you would like in a new issue thread. Apologizes for the late reply. |
I have two different DXTrade Demo accounts and can provide them for testing. |
@orfeysoft shoot me an email at [email protected] and I'll give it a shot this week. |
Any ideas would be appreciated and taken into consideration in the future, please leave some below it would help me grow this project into something larger.
The text was updated successfully, but these errors were encountered: