This is quite a lot of work and requires coding knowledge. to do this you need to create a custom block in FX studio.
Posts made by jstap
-
RE: how to import an indicator into an EA?posted in Tutorials by Users
-
RE: Grid Hedge HFT Trading Robotposted in Questions & Answers
You can add what you have done, not an fx demo.
-
RE: Grid Hedge HFT Trading Robotposted in Questions & Answers
This is the FX sample and not your work
-
RE: Set EA to create multiple groups?posted in Questions & Answers
Unlikely, and works on above the other. If works next to each other. I will use both these blocks, but normally for information not to place a trade.
-
RE: Calculate High and Low Distanceposted in Questions & Answers
high - low will give you this, set up a test project, draw 2 lines, high - low price, put result in a comment, and check against your cross hair
-
RE: Close Profit and Take Profitposted in Questions & Answers
If you want to make that candle time specific, add this code to minutes.

-
RE: Grid Hedge HFT Trading Robotposted in Questions & Answers
A long time ago I used IC markets, they did allow SL & TP to be very small, but I think 0 spread is a sales gimmick, and their way of saying our spreads are very small. Brokers make money from the spread, for it to be 0, you would have to pay a charge for opening a trade, so you may as well have a spread.
-
RE: OHLC data for scalping strategy that doesn't trade intra candle, only on candle close...?posted in Questions & Answers
Anything under once per bar, will only work once per bar.
-
RE: OHLC data for scalping strategy that doesn't trade intra candle, only on candle close...?posted in Questions & Answers
I would use every tick, once per bar does work once when a new candle gets its 1st tick. You could use time now==candle time, this will work at candle open only, but it may not work on every candle.
-
RE: Set EA to create multiple groups?posted in Questions & Answers
You do not need the if and blocks on trade, you need 2psition closed blocks (so you could differentiate between buy/sell). Try saying 1 problem that isn't working for you.
-
RE: Set EA to create multiple groups?posted in Questions & Answers
What exactly? Create the project, then add a shared link to view.
-
For anyone that's interestedposted in Questions & Answers
I have added a tutorial on how to add a countdown timer: https://fxdreema.com/forum/topic/19107/this-is-how-to-create-and-display-a-candle-countdown-timer
-
RE: Set EA to create multiple groups?posted in Questions & Answers
You would have to use a loop & pass block and a variable to add 1 to the variable every iteration, use the variable in the buy/sell block, and then reset when enough trades have been placed. Probably better to T off with multiple buy/sell blocks.
-
This is how to create and display a candle countdown timerposted in Tutorials by Users
The following links are how to create a candle countdown timer, MT4 & MT5, will display next to the current candle, and then switch to seconds in the last minute. All done on tick.
I have now changed the links to a, slightly slimed down better working version... MT4 & MT5
-
RE: custom indicatorposted in Questions & Answers
No, but if it has buffers it has buffers, take a picture of your data window with the indicator running...
-
RE: custom indicatorposted in Questions & Answers
Add it to my indicators, you can then get its information in most blocks.
-
RE: I cant see my projectsposted in Bug Reports
Don't know if I can help, mine show in mine, all I can suggest is try another browser and check internet.