Skip to content
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

I need help with EA #2

Open
karnatikiran19 opened this issue Jun 21, 2021 · 4 comments
Open

I need help with EA #2

karnatikiran19 opened this issue Jun 21, 2021 · 4 comments

Comments

@karnatikiran19
Copy link

Hi,
I need help with this requirement. Can you please help:
I want to input stop loss and take profit with Buy/Sell manually in any trade. I need the EA to perform high-frequency trading based on any manual parameters or standardized parameters. So within that stop loss, take profit to buy or sell, I want the EA to open close very numerable trades through a standardized strategic algorithm using Fintechee. Can it be done? If so, can you share some samples and reading material to execute. High-frequency trading and scalping with proper risk management are allowed to be constructed in EA.

Thank you
With best regards
Karnati Kiran.

@fintechee
Copy link
Collaborator

@karnatikiran19
Sure, you can do that. We have an example originally made to get the price difference between the price sourced from our liquidity provider and the price sourced from Oanda.
https://github.com/fintechee/Expert-Advisor-Studio/blob/master/EA/fixapi_oanda_arbitrage.js

You can learn how to make your custom widget that has fields to input manual parameters, such as stop loss and take profit.
Our SDK supports pending order, so, stop loss and take profit can be set to the parameters of the "sendOrder" API.
You can get the parameters from your custom widget.

@karnatikiran19
Copy link
Author

Hi,
Honestly, I am not good at coding. I am unable to understand the language written for fixapi_oanda_arbitrage trading EA. Can you please develop a custom code for me to use?
I have explained my requirement. And one more parameter I want is I will manually input probability of success value ranging from 0-100. Based on this value, the strategy of opening and closing of trades is to be done automatically; it should include scalping, high-frequency trading, and proper risk management. Can you do it for me?
Thank you
With best regards
Karnati Kiran

@fintechee
Copy link
Collaborator

Sure, we can do that and we are glad to help you with that.

@karnatikiran19
Copy link
Author

karnatikiran19 commented Jun 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants