fintechees / Expert-Advisor-Studio

Expert Advisors, Browser-based EA, Free Crypto / Forex Historical DATA API plugins, EA Codes Generator, Market Maker Bot, Crypto Options Plugin, DEX / Payment Gateway Plugins, Binance API, FIX API related. Fintechee means Fintech ee.
https://www.fintechee.com/web-trader/
Other
285 stars 54 forks source link

I need help with EA #2

Open karnatikiran19 opened 3 years ago

karnatikiran19 commented 3 years ago

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 commented 3 years ago

@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 commented 3 years ago

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 commented 3 years ago

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

karnatikiran19 commented 3 years ago

Ok

On Thu, Jul 1, 2021, 1:01 AM Fintechee @.***> wrote:

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fintechee/Expert-Advisor-Studio/issues/2#issuecomment-871671317, or unsubscribe https://github.com/notifications/unsubscribe-auth/AURB7Q2XRCVBLTH26NKTJWDTVNWHXANCNFSM47B6XYYA .