Applying indicators on other indicators is easy for the MT4/MT5 platform because all of them are recalibrated automatically on the chart. However, doing that on fxDreema required custom code (ie hiring a programmer to do it) or using a custom indicator incorporating those you need to do the recalibration calculations, ie you will need a programmer again.
Posts made by l'andorrà
-
RE: Implementing MA and RSI indicatorposted in Questions & Answers
-
RE: How do i make an EA to work the next day?posted in Questions & Answers
If you need dynamic periods, boxes are completely unnecessary. You can simply use constants to establish the beginning and the end of the period.
-
RE: Buy & Sell por medio de Botones.posted in Questions & Answers
Por desgracia fxDreema no es muy efieicnte en este sentido. ¿Qué necesitas exactamente?
-
RE: EA stops trading in middle of the testingposted in Bug Reports
You can you use variables to do that. For example, when the condition is right, a boolean variable is changed from false to true. Then on a separate blot tree you can connect as many conditions blocks requesting for all relevant variables to be true at the same time to trigger a trade. But you will need to change the variable to flase again when necessary, of course.
-
RE: Implementing MA and RSI indicatorposted in Questions & Answers
@Creven You will need a custom indicator like the one described above. No block in fxDreema can do that itself.
-
RE: Placement of buttons and logosposted in Questions & Answers
@jstap But would creating the bittons in the 'on init' tab make them visible on the 'common' tab of the bot as he requested? Just curious.
-
RE: How do i make an EA to work the next day?posted in Questions & Answers
What time period is every day's box?
-
RE: Trigger buy or sell on "Indicator Appear"posted in Questions & Answers
Don't use 'indicator appears' block. Use 'indicator is visible' instead. However, I'm afraid the problem is that the indicator repaints. That will never make the bot to work properly.
-
RE: building a mobile robotposted in Questions & Answers
Yes, but only if you will be using the MT4 or MT5 iphone/Android app. Otherwise, it is not possible.
-
RE: EA not exportingposted in Questions & Answers
You need to type 'int' instead of 'integer' in your variables declaration.
-
RE: ATR LİNEposted in Questions & Answers
What do you exactly need? Why did you connect the 'draw line' block to the yellow output dot instead of the orange one?
-
RE: Pause button for EAposted in Questions & Answers
Do you mean the button structure? It needs to be build on the 'on chart' tab as it is now. Don't change that. The launcher should be on the 'on tick' tab, though.
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
That depends on you definition of 'starting equity'. Do you mean the one at the beginning of the day? At the current open price? When exactly?
-
RE: How do i make an EA to work the next day?posted in Questions & Answers
What do you exactly mean by 'box'?