Where in the Options should that part be?
I tried to write it in "Allow WebRequest for listed URL". Is that where it's supposed to go?
Posts made by coverman
-
RE: Send HTTP requestposted in Questions & Answers
-
RE: Send HTTP requestposted in Questions & Answers
When fxdreema is making a buy or sell I have put a Send HTTPrequest in the flowchart, but it isn't working.
So, I just wonder how it should be done. If I want it to go to a web page like: www.website.com/buy.phpI did set it to the following parameters:
HTTP address: http://www.website.com/buy.php
Method: POST
Show response in message box: NoWhen it ends up on my webpage I have my code there, but it isn't loading the page as far as I can see.
Is there anything wrong in my settings here? -
RE: Linear Regression Movement Indikatorposted in Questions & Answers
So it's enough to check if the red disappear and then if the green disappear?
-
RE: Linear Regression Movement Indikatorposted in Questions & Answers
OK. I will try that. To check if the green disappear and then if the yellow appear.
And then another block if red disappear, to check if yellow appear.
-
RE: Linear Regression Movement Indikatorposted in Questions & Answers
I'm not sure, but I think the yellow buffer is 0 when off and 1 when it's yellow.
But the thing is, I need to know what is was before it turn yellow. If it was red before yellow, then it's supposed to signal a BUY. But if it was green before it turns yellow, then it is a signal to SELL.
So I don't think just checking the yellow is enough here.This is where I found the indicator: http://www.best-metatrader-indicators.com/linear-regression-indicator/
-
RE: Linear Regression Movement Indikatorposted in Questions & Answers
Have anyone tried the linear regression movement indicator?
It has a red line when it's moving down and a green line while moving up.
When it's sending a signal for CALL it turns from red to yellow and after a while it becomes green.
When it's time to PUT it change from green to yellow and after a while it becomes red and move down.The Yellow is called buffer 0
The green is buffer 1
and the red is buffer 2I'm not sure how to make fxdreema to understand when it turns yellow and what happened before it turned yellow (if it was coming from green or red).
So. Any ideas how to check when it's time to CALL/PUT when it turns yellow?
Should I use the condition block or is it anything else that would work better for checking a condition like this? -
RE: Looking for max account amountposted in Questions & Answers
But, what if I want to use the martingale strategy?
Then I can't use the freeze % balance as well? -
RE: Setting Stochastic with %K and %Dposted in Questions & Answers
I want to try a part of one indicator I have seen (together with other indicators).
But not sure how to set this in fxdreema.This is the instruction:
Stochastic 8, 3, 3 where the lines look like this: %K = red and %D = blue.
When red is above blue - Sell.
When red is below blue - Buy.But how do I make these settings in the condition block?
If I do it like this, then I can't figure out what part is working with the %K and what is doing the %D.
https://fxdreema.com/shared/JZ3qi5Zld -
RE: Looking for max account amountposted in Questions & Answers
Is there a way I can set a trade to use not more than 5% of what is on my account?
So it is looking for the Balance and then when it make trades they should be not higher than Balance * 0,05I know there is areas to set the max trade amount, but not sure where to make it check the balance and make the % part.
Any ideas?Or is this enough for doing it:
AccountBalance()*5/100 -
RE: Setting Market hoursposted in Questions & Answers
Thank you. I guess I only need the one called Time Filter for my code.
Then I can change the field for the time setting to a constant and change it from MT4 for the chart I'm running it on.Thanks a lot.
-
RE: Setting Market hoursposted in Questions & Answers
Any ideas how to set the EA to work during specific hours so I can make it run only when I set the time?
So I can have one EA run only between 14:00 and 17:00 or whatever I want.
What blocks and settings should be used for this? Any ideas? -
RE: Binary Options?posted in Questions & Answers
Did anyone make an EA for Binary Options with this?
Is there anything I need to know for the settings to make it work?
If I add two or three indicators and want it to make a new buy/sell with a higher % if the last trade was a loss. Maybe 2.5% for the next time it gets a signal.What bits and pieces would work for this?
And what do I use to set the time frame? If I want it to make a trade if it gets a signal and the time frame of the trade should be 15 mins.