Not simple with that much data, and it won't be in your platform like that.
Posts made by jstap
-
RE: windowposted in Questions & Answers
-
RE: windowposted in Questions & Answers
That looks to me like a standard trading window, one that can be looked at from your trading terminal
-
RE: Consecutive lossposted in Questions & Answers
Set up a test project, the best way to do this is to add 1 to a variable for every loss, if there's a win set it back to 0, in a condition above placing a trade check if <3, once per daily bar reset back to 0
-
RE: About Execute Orderposted in Questions & Answers
The value with a for each and a condition before placing, break the loop and continue until maxed is reached
-
RE: Order gridposted in Questions & Answers
Yes but your starting price1 is a double, this is just setting the name used for the global variable, Personally to check I would remove the global variables, test with normal until I added later.
-
RE: Order gridposted in Questions & Answers
Your global name needs to be a string, you have to have set this value before trying to use.
-
RE: About Execute Orderposted in Questions & Answers
Yes, it is in my above post, make a start and add a shared link to work out what to do next.
-
RE: Trailing take profit stopposted in Questions & Answers
Add your latest shared link, and say what isn't working.
-
RE: HFT EA with IC Marketsposted in General Discussions
@MMBInvest Did you mean to send that to me not yourself? If so thank you
-
RE: Tek & Kij Crossposted in Questions & Answers
I have not looked at this for a long time, but check you are using relevant candle IDs
-
RE: Total orderposted in Questions & Answers
There is nothing wrong with that as long as your constant for the global variable is a string
-
RE: Total orderposted in Questions & Answers
Yes just the menu on the left, the picture was just a project I had running.
-
RE: HFT EA with IC Marketsposted in General Discussions
This is my understanding as well, worded differently but, brokers are not trying to scam you, although that doesn't mean it won't feel that way at times, the broker used can make a big difference, scalping EAs are never as good in live as they are on backtest/demo.
If I create an EA I stay away from scalping, "HFT" is high frequency trading, so to me anything that happens multiple times frequently.
I thank you @MMBInvest this is information many people need to understand while creating EAs, hopefully, this is not just to get people to click your link...
-
RE: ON and OFF Block.posted in Questions & Answers
I can't help if it is a block not working as needed, you will have to go to the main page and as admin.
-
RE: abrir 5 pips despuesposted in Questions & Answers
Like you did before, add what you think to your project, add the latest shared link saying what doesn't seem to work.
