How you drew it in the first place, if you want it to be different draw again in the same way
Posts made by jstap
-
RE: Buttons that change colorposted in Questions & Answers
-
RE: TEMA cross over/below RSI valuesposted in Questions & Answers
No, it is not the value is true, but if the price changes the indicator can, although this isn't perfect, to me I believe this is right, and that is why people use ID1 or greater, but unfortunately this limits the quick reaction to the situation.
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
To open more than 1 trade/order at the same price, set the changing variable to the 1st value use a loop and pass to place the trade/order, and change the variable with a modify block, this way every loop will place the trade/order with the selected value changed
-
RE: Input Group featuring the block of inputs separated by their purposeposted in Questions & Answers
I have never done this, it can probably be done, what are you expecting this group to do? Some things in FX are set behind the scenes so it is best to follow this pre-set condition
-
RE: How to Stop bot from continuously opening positionsposted in Questions & Answers
Put a no trade block on top
-
RE: Easier Way To Change Input Valuesposted in Questions & Answers
If you double-click the smiley face the inputs will open, alternatively you could create an edit field, any value put into this on your screen and be used as the SL.
-
RE: EA only opens 1 trade, when there are 5 conditions, what am I doing wrongposted in Questions & Answers
This setup will give you 1 trade in total, for 3 trades have 3 separate trees using different group numbers, group 0 no trade - group 0 buy now, group 1 no trade - group 1 buy now, ETC
-
RE: problem in input variable in custom indicator with same nameposted in Questions & Answers
Is hard to say from a picture but I think this is an enum type, to create this at the top of the indicator insert:
enum Bullish Structure
{
type 1,
type2,
type3,
type etc,
};
Get the type words from the indicator inputs, add exactly how they are, and for type add enum -
RE: saving robotposted in Questions & Answers
? download, put it in your expert data folder, start terminal and test
-
RE: Can not read Buffer in costume indicator for rsi divergenceposted in Questions & Answers
That is a condition not indicator appears (these are in yellow)

-
RE: Can not read Buffer in costume indicator for rsi divergenceposted in Questions & Answers
I am going to guess that one of your buffer colours is the arrows. If so indicator appears using that buffer...
-
RE: Can not read Buffer in costume indicator for rsi divergenceposted in Questions & Answers
In your comment are you getting any values, in the data window is there values?
-
RE: trailing profit in moneyposted in Questions & Answers
Don't know how you would do this, the trail blocks use pips, this is so regardless of the lot used the trail acts the same.
-
RE: turn zigzag into S&Rposted in Questions & Answers
On YouTube there is a video on how to achieve this, the code can be implemented in FX, you just need to understand the variables to create and the sections to switch off when adding.
-
RE: Concern About Lack of Updates on fxdreema Platformposted in Questions & Answers
I do agree with this, times are constantly changing so FX should move with them. I will also add this:
Custom Indicator Integration: (This can be done already)
Strategy Optimizer: (I would say MetaTrader already does this)
Backtesting Improvements: (I would say MetaTrader already does this/should worry about this)
User-Friendly Interface: (This is a personal preference, the more you use FX the more you know it)
Advanced Money Management: (A lot is already here, but improvements would help)
Multiple Timeframe Analysis: (I would say MetaTrader already does this/should worry about this)
Improved Documentation: (Yes this would help, but has always been like this)
Custom Alerts: (This can already be done)
Debugging Tools: (More information could be good when things are wrong, but the more you use the less this is necessary)
Community Sharing: Easier ways to share and collaborate on projects within the user community. (The community does share (more could be better) but people don't always want to read and just want solutions provided)
Better Mobile Compatibility: (This has more to do with MetaTrader, anything done on PC can be watched on mobile)
Integration with Other Platforms: Support for platforms beyond MT4 and MT5. (This would mean a completely different platform/options to choose type, which might be good but distracts from MetaTrader)
Template System: A more flexible template system for quickly applying common strategies. (this would be good)
Visual Enhancements: Requests for improved graphical elements and node organization. (Not sure what improvements you think would be good)
Conditional Blocks: More versatile conditional logic blocks. (Current is solely logic, but other options inside would be handy)
Licensing Options: More flexible licensing and subscription options. (Don't know but if people need this but it would be good)
Performance Metrics: Detailed performance metrics for strategies. (This site is not here to give people strategies, it is here so people can use their own)
Grid and Martingale Systems: More advanced options for grid and Martingale trading systems. (Martingale is a bad idea, other options would help but they can be created using current blocks)
API Access: API access for more advanced users. (this can be done, especially with things like emails, it would be good for other platforms)
Improved Export Options: Enhanced options for exporting projects to different formats. (again though this is for MetaTrader)
User Support: Better and more responsive customer support. (This would be good)
Platform Stability: General improvements to platform stability and reliability. (I think this is stable, but as above quick response times would be good)
Community Plugins: Ability for users to create and share plugins. (what plugins?)
Advanced Charting: More advanced charting tools and features. (not sure what you mean)
Trade Copying: Tools for copying trades from one account to another. (this could be good but is a lot of work and this software is available elsewhere)
Scalping Tools: Specialized tools for scalping strategies. (don't know what you mean, scalping strategies can be created)
News and Events Integration: Integrating economic news and events into trading strategies. (this would be good, single blocks that can be added to avoid news)
Data Import/Export: Easier import/export of historical data. (this can be done already, is how you collect the data)
Enhanced Strategy Testing: More options and parameters for strategy testing. (this is a MetaTrader enhancement)
Multilingual Support: Full support for multiple languages within the platform. (I don't need this, but if others do it would be good) -
RE: How to return Button State to False?posted in Questions & Answers
once action has happened re-draw off

