Good enough but not scalping.
Controversial posts made by jstap
-
RE: No Trades / Check Trades Count not workingposted in Bug Reports
Add a shared link, both those blocks should limit trades.
-
RE: About the Chrome extension to download filesposted in Questions & Answers
@rajukumbar You can go to the main page to contact admin
-
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: Hello, I want to open a second level trade after 50 pips in this system.posted in Questions & Answers
Separate tree - for each trade - pips away - place group 2 trade
-
RE: Moving average crossposted in General Discussions
More like this back test and let me know if something's not working.

-
RE: Control panelposted in Questions & Answers
@rodrigo-ortuzar Here is an example but there is a lot that can be done, if you put a shared link of where you get to things can be looked at:
-
RE: IF - THEN - ELSE logicposted in General Discussions
@cesar_defez When I tried to add "OR" in the same box I got the same errors you did.
-
RE: How to set the decimal point to only retain 2 digits after the decimal point? Please seek guidance from expertsposted in Questions & Answers
This should do it: DoubleToString(gaodin_jian2,2)

-
RE: Expert not working on live accountposted in Questions & Answers
I would expect it to work on both if it works on one, check your journal tab to see if if it tells you why
-
RE: How did this bot open two trades at the same time?posted in Questions & Answers
Technically it shouldn't, maybe try tidying it up a little. I also do not get how the delay will ever be greater than 0?

-
RE: Please help me! how to re open order when the ea running sl or tp auto..posted in Questions & Answers
Add a shared link rather than a picture, depending on exactly what you mean but probably, on trade tab - trade closed by stop loss - buy/sell
-
RE: ichimoku problemsposted in Questions & Answers
I haven't used that indicator, have you visually checked on backtest?
-
RE: how to trade depending on object on chartposted in Questions & Answers
If you double click one of those objects do you get the price value?
-
RE: How to build an Indicator ??? (Urgent Issue)posted in Questions & Answers
FX can only make EAs or scripts, these can work like inductors. Create the project, under a condition when a cross happens turn a bool variable true/false, then display this variable in a comment.
-
RE: Need help ATR stop lossposted in Questions & Answers
Use the candle price, then in adjust put: + or - iATR(NULL,0,14,0);
-
RE: creating a button that can provide other buttons when you click itposted in Questions & Answers
@michelle-1When you click a button it should stay on, switching the draw buttons to on, when pressed again it should switch off and activate the delete block. If you look at Miro1360 work you will see how to do this, if you struggle put a shared link here and ideas of what to do can be given.
-
RE: 1 Trade per EMA crossover with a TP but, EA is taking another trade after TP Immediately, how do I stop this please?posted in Questions & Answers
@conortucker strip back and test, once it works add another condition and test again, continue until all is doing ad you want.
-
RE: Don't open new trade after TP hitposted in Questions & Answers
@sheeraz Looks good except check flag needs to be set to true:
