You can call it what you want, high frequency although it is a registered name, it simply means to take lots of trades quickly.
Posts made by jstap
-
RE: Does anyone want to help me improve this HFT EA (High Frequency) for US30 at NY or London opening and create Sets to pass NOVA funding, Funding Pips and Next step funding tests?posted in Questions & Answers
-
RE: Zero divide error? Really? :(posted in Questions & Answers
I would help you if I could but I do not think I can, I take it the 0s in your constants are greater than 0 on testing?
-
RE: how the formular work?posted in General Discussions
You will have to be more specific, this block will do calculations and save the result into a variable. If you click the ? you will get the description
-
RE: Everybody interesting in creating Custom Blocksposted in Tutorials by Users
The truth is creating custom blocks, although possible, takes a fair bit of coding knowledge. And by the time this is worked out FX is only a tool to quickly test projects before writing from scratch.
-
RE: NEW CRATEposted in Questions & Answers
What do you mean by keep? If you mean when the platform is closed and reopened you need to use terminal variables.
-
RE: NEW CRATEposted in Questions & Answers
What is it not doing? if you want BE & Trail, put them next to each other
-
RE: Variable linesposted in Questions & Answers
No, but in the upper left, you have the variables tab, they are double (what you need) as standard, instead of drawing line save the current candle 0 close into the variable using a modify block. In a separate tree you can draw the line using this variable, to make sure it is working as needed.
-
RE: Variable linesposted in Questions & Answers
Instead of creating a line to save the price into a variable, you can then use this variable to display a line
-
RE: Is this right?posted in Questions & Answers
You do not have a close option in any of your blocks
-
RE: π Maximize Your EAs with fxDreema: Open Q&A Session πposted in Questions & Answers
Actually, you shared backdated data on a 50000 account, which is not a realistic view of a small account in current times. Share data on a non-martingale strategy, and then we can talk more.
Don't take what I am saying as bad, I welcome anyone who can and wants help on here offering help, and as you have pointed out everybody together would still struggle to have enough information to help everybody. And in case anyone hasn't noticed I am not a fan of martingale.
-
RE: π Maximize Your EAs with fxDreema: Open Q&A Session πposted in Questions & Answers
Yes and is people's choice if they want to skip waiting for answers, but as I said I do not try to sell anything. And the keywords in that statement are if I wanted.
This picture shows what my daily used EA does on an average week, it takes losses, but the wins far outweigh them. Would add the video but is too big.

-
RE: π Maximize Your EAs with fxDreema: Open Q&A Session πposted in Questions & Answers
No your claims are just misleading this community, I have not claimed anything, just answered your comments, so you are making claims you need to prove not me.
-
RE: π Maximize Your EAs with fxDreema: Open Q&A Session πposted in Questions & Answers
I am not sharing them but, as I said 50000 accounts are not small and it is what is needed for martingale. If I wanted to sell my EAs I would share results, and it would not be on large accounts. But that is not what I use FX for, as for sharing I regularly help more people on this forum than anyone else, good backtest results with large account sizes are easy to achieve, and hide the real small account results, an EA that can pass prop challenges are not, and easily sell for good money.
I will say this can your EA on a 10000 account make 1000 on any week last year, by week I mean start trade on a Monday, and reach profit before Friday without drawing down past -1000 at any point? Because if not, it cannot do what is necessary for the average person's account.
-
RE: one candle tradeposted in Questions & Answers
You can use time instead of ID, so at 15:05 either use candle ID1 or time, in your buy/sell block use custom pips for SL, and, custom pips *2 in adjust for TP
